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
@boki4323, try replacing the theme’s
include/theme-setup.phpfile with the updated one here:http://graphene.googlecode.com/svn/branches/1.6/includes/theme-setup.php
Admin
Hurm.. that’s weird..
Nope, you don’t need to put the theme anywhere else. And it is indeed the plugin version that’s supposed to work with WordPress, not the standalone one.
It’s rather difficult to troubleshoot this issue without seeing some debug messages. Do you know how to enable WP_DEBUG?
Admin
A custom-designed header image will probably add a lot of vibrancy to your site. The default header is rather drab, especially when combined with the light-coloured header.
Admin
You actually need to do both Ken’s and Tee_888’s suggestions. Ken’s suggestion will remove the hover state. Tee_888 is required in order to display the submenus when the parent menu item is clicked.
Admin
To answer the original poster’s question, the “error” you’re seeing is actually not an error at all. It’s just that most browsers, out of the box, don’t know how to handle RSS feeds, thus the error message you’re seeing.
So if your feed works well in Firefox (which does know how to handle RSS feeds), you can be rest assured that it’s working properly.
Admin
Try this:
<?php
function my_custom_more_button(){
if ( get_post_type() != 'sm-location' || is_singular() ) return;
echo graphene_continue_reading_link();
}
add_action( 'graphene_after_post_content', 'my_custom_more_button' );
?>Admin
In reply to: Does Graphene offer an option of filtering out IP address?
February 23, 2012 at 9:11 am #24731Have you tried this?
http://support.google.com/googleanalytics/bin/answer.py?hl=en&answer=55481
—
Sent via Android using Tapatalk. Please excuse my brevity.
Admin
Working fine for me. Have you cleared your browser’s cache? Press CTRL+F5 while viewing the feed.
Admin
Firstly, you should probably update your theme to the latest version.
For placing Adsense ads directly under the navigation bar, check out the Action Hooks Widget Areas feature.
For the sticky scroll, check this out:
Admin
Wow.. 1.2.1 is such an old version.. a lot has changed since then, so it’s really no surprise that your child theme won’t work 100% with the new version.
However, there doesn’t seem to be much discrepancies between your 1.2.1 site and 1.6 site. Point us to the exact discrepancies that you see so that we can help you get your child theme up to speed.
