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
Clear your browser cache (CTRL+F5).
Admin
@Dakotapam, your site’s header looks fine to me: http://i.imgur.com/Sd7Dh.png
Make sure you clear your browser cache (CTRL+F5).
@grimores, I can see the title of the blog in both IE9 and Chrome, and in both browsers the title is not greater than the width of the site. Make sure you clear your browser cache (CTRL+F5).
Admin
Hi latisha,
What’s the Google Analytics tracking code that you have placed in Graphene Mobile Options Page > Google Analytics Options?
Admin
Quote:Since I updated to version 1.7.1 I now get H2-Tags for the Main-Site title on every page/article except the front page “Home”, which is extremely uncool!This has been the case for quite some time now, since in singular pages the title of the post/page should be more important than the site title, so they get the
<h1>tag while the site title gets the<h2>tag.Also, I can see your site title in white on other pages as well. Make sure you clear your browser cache (CTRL+F5).
Admin
First, you would need to create a child theme for this. Then, add a file called
functions.phpin your child theme, and then add this code inside that file:<?php
function graphene_modify_layout(){
if ( is_single(3437) ){
global $graphene_settings;
$graphene_settings['column_mode'] = 'two-col-left';
}
}
add_action( 'template_redirect', 'graphene_modify_layout' );
?>Admin
In reply to: Post tital meda tag from poster not found directly after they post and error 404-page not found
May 23, 2012 at 8:51 pm #27042If by “without categoru” you mean the “Uncategorized” category, that’s created by WordPress by default, and you can’t delete them. It’s the default category that’s assigned to any new posts you create.
Admin
You’re welcome!
Admin
Graphene is already showing thumbnails for excerpts, so you don’t need another plugin to do that.
Admin
That error occurs because you haven’t entered your Graphene Mobile API key in the Graphene Mobile options. You should have received the API key in the purchase receipt email that was sent to you after your purchase.
Sent from my GT-I9100 using Tapatalk 2
Admin
OK, I’ve fixed the bug. You should be able to automatically update to version 1.1.9 shortly, which contains the fix.
