Banner bugs
-
Hi there,
Since we installed the lasted version of Graphene, it looks like there is a bug with the slider banner. I can no longer click on a sub menu with the drop down menu. Can you please advise how to fix it?
Also, it looks like the translation pluggin is only working for the homepage. We are not able to add it to our article pages. Can you recommand a different translation widget that would work better with this theme?
Finally, is there a way to change the font of all the titles on the homepage like “ou sommes nous?”, “Contactez nous”….?
Here is our website for reference: http://www.tometsophie.fr
Thanks a lot for your support. This theme is absolutely beautiful!!!! Great job to the developpers!
Tom and Sophie
gtranslate, the one you are using, works fine in most Graphene sites I’ve seen. Maybe you had just configured it incorrectly… different sidebar? widget logic?
add in your Custom css
format: font-weight | font-size/line-height | font-family
.sidebar h3 {
font: normal 18px/20px arial, sans-serif;
}Mod
Moved to Support. Please post in the correct section next time.
Thank you Ronangelo.
However I dont know how to code. I am new at WP. Where do I need to insert what you suggested? Or is there a easier way to fix the bug?
As for gtranslate, since I am using different sidebar for the home and the rest of the page, once I included the widget into the homepage sidebar, it is not allowing me to add another widget to the other page.
Many thanks for the help!
I think I got how to fix the banner. Its working now.
I was also able to change the font in the titles of the sidebar. Thank you so much, it is exactly what i was looking to do.
May I ask one more question, now that I figured things out?
How can I change the font of the articles and pages’ titles on the homepage ?
Thanks for all your help
Quote:How can I change the font of the articles and pages’ titles on the homepage ?You mean homepage pane title and text?
To change homepage panes title,
.homepage_pane .post-title a, .homepage_pane .post-title a:visited {
font: font-declarations;
}To change homepage pane text,
.homepage_pane .post-excerpt p {
style: declaration;
}
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.