Forum Replies Created
-
Yes thanks buddy,
Simple fix as always, I had the adsense enabled within the graphene settings but my adsense hadn’t as of yet been approved so it was showing a blank space.
Thanks for the reply, I was going to come back today and reply to myself but I’ve had a hell of a day at the milkshake bar!
Cheers
Matt
Its already there….
When you create a menu, you can put menu items child items.
dammit I’m putting these in the wrong forum, sorry about that.
if you have installed child themes, your best option is to reinstall the graphene theme files
then use what I have posted above 🙂
Or this will keep the bar, but change it to just the Category name;
function graphene_filter_gettext( $translated, $original, $domain ) {
$strings = array(
'Category Archive: <span>%s</span>' => '<span>%s</span>',
);
if ( ! empty( $strings[$original] ) ) {
$translations = &get_translations_for_domain( $domain );
$translated = $translations->translate( $strings[$original] );
}
return $translated;
}
add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );It needs to be added to your functions.php template
you need to install the new short codes plugin as said above by Anonymous;
Please read the link and install the plugin that is linked within that post if you want to fix the problem.
https://forum.graphene-theme.com/announcement/graphene-1-9-4-update/
Ok I did it….
“remove copyright info”
Thanks.. enjoy.
Matt
Brilliant,
Haven’t tried it yet but I will sometime when all this mad christmas rush has ended.
Once again, I really appreciate the use of this theme and highly recommend it to people. Thankyou for such a fantastic theme!
Matt
Kenneth,
I managed to solve it eventually, there does still seem to be a problem. If I use the 2 pane setting all works fine, however if I use the 3 pane setting I get the same problem.
Ill use the 2 pane for now, however the website I’m currently making will be using the 3 pane (if we can get it working by then)
Latest: http://www.cityofwells.info
Thanks for your quick replies
Matt
