Forum Replies Created
-
Mod
Franz Josef is translation-ready, but I don’t believe an Italian translation is available (yet!).
You can learn about translating themes here:
http://docs.graphene-theme.com/Translating_the_theme
With the proper tools (described in the wiki page above) it’s quite easy.
Mod
You can get rid of the carousel by adding this to your child theme stylesheet:
.carousel {
display: none;
}Mod
Try
.sidebar div.sidebar-wrap {
background-color: rgba(255,255,255,0.4);
}Mod
They are part of the theme settings in the WP database, I believe.
You can always write your JavaScript in a local file, and then just copy/paste.
Mod
Try
.post {
background-color: rgba(255,255,255,0.4);
}Mod
In reply to: Add a graphic and phone number link to Top Bar on right
August 25, 2015 at 3:57 pm #45283It should, I believe. The only way to find out is to try it.
Mod
Google AdSense shows a maximum of three ads per page. Any more than that appear blank.
Since you are using Graphene’s built-in AdSense option, which automatically shows three AdSense ads below each excerpt on the front page, the ad in your sidebar will be blank.
You can use the Widget Logic plugin to eliminate that sidebar ad on the front page, if you wish.
Moved to Support.
Mod
This is marked resolved. Did you get this sorted? If so, how?
Mod
In reply to: Add a graphic and phone number link to Top Bar on right
August 25, 2015 at 12:23 am #45281Use a Graphene action hook widget area:
http://techblog.kjodle.net/2011/11/04/graphene-action-hook-widgets-an-easy-way-to-modify-your-blog/
Mod
You can use a custom menu for that.
Here is an old tutorial for custom menus:
http://techblog.kjodle.net/2011/08/25/how-to-create-and-use-custom-menus-in-wordpress/
