Forum Replies Created
-
Mod
Mod
There are at least a few plugins that will do this for you. I haven’t looked at them in a while, so there may be even more than that by now.
You could also try adjusting things via css, but I’m thinking a plugin might be a better option.
Mod
In reply to: Thumbnail for Full Width Slider incorrectly calculated
February 4, 2016 at 1:20 am #45858Can you provide a link to this? It’s impossible to say from just an image.
Mod
Just tried this in localhost and can confirm they don’t do anything when placed into the FJ footer.
Nice plugins, btw! Thanks for bringing them to my attention.
Mod
Quote:On the welcome home page you can see the space above text, on the next 5 tabs you can see the space above the images.That text and images are being wrapped in an
<h3>tag. Heading tags usually have a lot of margin above them.This should get rid of some of it:
.entry-content h3:first-child {
margin-top: 0;
}and this should get rid of the rest of it:
.post {
padding-top: 0;
}Quote:I would also like to change the photo titles to color #627c27Maybe:
.ngg-imagebrowser h3 {
text-align: center;
color: #627c27;
}Those work for me with Chrome inspector tools, but if you’re having difficulty and these don’t take, it possibly could be due to a plugin throwing in some weird CSS. Let us know how it goes.
Mod
Marking thread as resolved. You can do this yourself as well.
Mod
This is the job of a plugin, not a theme.
But before you go out and buy a plugin, there are lots of free ones available from the official WordPress plugin repository. Definitely try those out first, because you can probably find one that will do what you want without having to spend any money.
Mod
Mod
In reply to: My site went down and the hosting company said it was caused by my theme, Graphene
January 25, 2016 at 2:30 am #45806Is everything up to date? WordPress, Graphene, plugins?
Mod
Download and install the “Additional Options” plugin:
https://forum.graphene-theme.com/franz-josef/addons/additional-options/
Then go to Appearance >> Franz Josef Options >> “Additional Options”
