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
In reply to: tags and categories not working: website and admin panel
June 9, 2012 at 1:34 am #29129What’s your slider settings?
Also, what files are there in your child theme?
Admin
In reply to: tags and categories not working: website and admin panel
June 9, 2012 at 12:30 am #29127Quote:The following error appears on the Tag Archive pages (same on each):Notice: Trying to get property of non-object in /homepages/33/d203048540/htdocs/bps/wp-content/themes/graphene/includes/theme-loop.php on line 493
That is weird. Can you try editing the
theme-loop.phpfile and add the following code:disect_it( $wp_query, false, true );
disect_it( $term, false, true );right before line 493:
if ( $term->description ) :Let me know when you’ve done that.
Admin
In reply to: tags and categories not working: website and admin panel
June 8, 2012 at 11:13 pm #29125Try setting
WP_DEBUGtotruein wp-config.php and see if there’s any error message on the tags / categories archive pages.Admin
Quote:I know there is already an option for adding “google analytics” but it does not accept other codes.You should be able to add other codes inside the Google Analytics code option. It’s not its intended use, but you should be able to.
Admin
Moved to support. Please be sure to post in the correct section next time.
As for your issue, I don’t see the
<a>tag for the header link in your site. It’s either the header image link is disabled in the theme’s options, or your child theme has aheader.phpfile.Admin
In reply to: Excluding some previoulsy uploaded headers from showing random on pages
June 7, 2012 at 6:56 am #29079The uploaded header images should be in the media library (WP Admin > Media > Library) so you should be able to delete them from there.
Admin
There shouldn’t be any changes to the header size in version 1.7.2. Can you provide the URL to your site so that I can take a look?
As for donation, there’s donate button in the theme’s options page. Thanks!
Admin
Quote:In the new theme version I updated the header size was larger.Which new theme version?
Quote:If I want to keep the version of the theme I had been using will that create a problem when it comes time to update WordPress?Nope.
Admin
Hi pakearns,
You would need to enter your API Key in WP Admin > Appearance > Graphene Mobile in order for you to be able to update the theme. You can find the API key by logging in here:
Admin
OK, this will be fixed in version 1.7.3.
If you wanna apply the fix yourself, replace the theme’s
comments.phpfile with the updated file:http://graphene.googlecode.com/svn/branches/1.7/comments.php
Then, add this to the theme’s Custom CSS option:
.no-comment #pings_list {
display: block;
}
