Forum Replies Created
-
Mod
In reply to: Trying to use an image as a background in a content area on a specific page
September 29, 2015 at 10:34 pm #45426That code is not showing up in that page’s source code. I’m not sure why.
Mod
Did you remember to enter your api key?
Mod
Quote:This usually means there is a syntax error somewhere in your Custom CSS code.If you do have questions about whether you’ve written valid CSS, you can check for that by using this validator:
http://jigsaw.w3.org/css-validator/#validate_by_input
Just copy and paste and then click “Check”. I use this tool a lot.
Mod
In reply to: Trying to use an image as a background in a content area on a specific page
September 25, 2015 at 9:19 pm #45424Probably because you’ve got something weird going on with your site. That entire page is being served as a frameset from http://www.caps.wegetitserved.com/rrr/wordpress/?page_id=2741#sthash.fTaRYOfP.dpbs
I don’t know why you are doing that. Frames and framesets are not modern technologies.
Quote:Also I would like the background to only show on this individual page.Be sure to use the page’s unique id (
.page-id-2741) in the above code, instead of just.page.Mod
What kind of images are you using? jpg? gifs? pngs? bmps?
These are images hosted in your own media gallery, correct?
Mod
Try a transition other than the one you (horizontal slide).
If your slider works with a different transition, it’s probably a Graphene issue. I have never been able to get horizontal slide to function, but the other transitions function.
Mod
In reply to: Graphene Neo How to Remove Post Title at bottom of the Slider?
September 24, 2015 at 11:28 pm #45407Go into your settings for the Any Mobile Theme switcher. You can either enable a link on your site to go into mobile, or you can use the URL provided to see it in mobile mode.
If you are using Developer Tools in your web browser, you can also use “Display Handheld Styles”.
Mod
In reply to: Trying to use an image as a background in a content area on a specific page
September 24, 2015 at 11:26 pm #45422That’s because that’s a page, not a post. Try this:
.page .entry {
background: url("path to image file")Thanks for searching the forum!
If that doesn’t work, copy/paste the exact code you are using and we can troubleshoot it.
Mod
FJ uses Font Awesome for icons. It’s just an icon font.
The icons are here: https://fortawesome.github.io/Font-Awesome/icons/
You may be able to find the one you want there.
If you create your own, the normal color is #AACAE7 and the hover color is #000.
Mod
Custom css:
#developer {display:none}
