Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Try replacing the content of
includes/theme-head.phpwith the updated one here:http://graphene.googlecode.com/svn-history/r455/trunk/graphene/includes/theme-head.php
Admin
Quote:with V1.8 and V1.8.1 the “Slider display style” for “Thumbnail and excerpt” is no longer working.How is it not working?
Admin
The “First Image in Post” setting only works if the image is uploaded when you edit that post, not on images that are taken from the gallery of images that have been uploaded in the past. Try setting it to featured image instead and set the featured image on the posts.
Admin
Try updating to version 1.8.1 and see if the slider’s image issue is resolved. As for the disappearing right sidebar, it could well be that there’s a missing or extra closing
</div>somewhere in your content that’s causing it.Admin
Hi lezz,
You can let the translator know by joining the Graphene Theme developers and translators group, and then posting a message to that group. Active translators are subscribed to that group as well, so they will see your message.
Admin
Okay, now create a
functions.phpfile inside your child theme’s folder. Then add this code into that file:<?php
function graphene_custom_adsense_limit(){
return 2;
}
add_filter( 'graphene_adsense_ads_limit', 'graphene_custom_adsense_limit' );
?>That will limit the in-between posts adsense ads to just 2, leaving 1 more ad available for your sidebar.
Admin
@hamptngrls, try updating to Graphene 1.8.1.
Admin
Have you asked the customer to turn on WP_DEBUG and see if there’s any errors showing up? That might give some clues as to what’s going on.
Admin
You’re welcome! Make sure you update to version 1.8.1 though, as there’s some IE8-related colour fixes in there.
Admin
Update to Graphene 1.8.1 and the slider images should reappear.
