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
I have just completed a commissioned work to make the theme compatible with IE6, and the client is kind enough to let me redistribute the work any way I want. It was implemented using a child theme and is meant for version 1.4.1. Let me know if anyone’s interested in getting it.
Admin
Thanks oxbow! Glad it’s all working fine for you 🙂
Admin
Unfortunately yes, or otherwise you’ll miss out on all the new code additions/fixes to those files. This is why you should never replace the theme’s template files in your child theme, unless it is absolutely necessary. Most of the time, you can use the child theme’s
functions.phpfile and the many action and filter hooks available with the theme to customise it.Admin
Did you happen to enable the option Graphene Options > Display > Posts Display Options > Hide post comment count ?
Admin
In your child theme, create an empty
functions.phpfile (if it’s not alraedy there) and insert this code:remove_action('graphene_top_content', 'graphene_display_slider');
remove_action('graphene_bottom_content', 'graphene_display_slider');
add_action('graphene_after_post_content', 'graphene_display_slider');Admin
Quote:– On the Appearance – Graphene Mobile – Post Display Options, checking ‘Hide post author and date’ doesn’t work as expected. Check it and click Save Options then go back and the checkbox is unchecked no matter what.Fixed.
Quote:– Blockquote styling is missing.Added.
Quote:About the “slider” question I had, I found out that it isn’t actually a similar slider that you have on the desktop theme. I’ve read through your code and realized that it is just whatever post that is first on the list of posts for the frontpage.Yes, there is currently no slider functionality in the mobile theme.
Quote:And for my case, its the sticky posts first followed by the rest. But the biggest problem that I see is that it doesn’t follow what category selections and number of posts per category you’ve set to show on the frontpage.There was a bug in the “Show recent posts by category” options. I’ve fixed it and will make it available in the next update.
Quote:Also the order of the stickies seems odd. I think it is listed in chronological order (oldest to newest post). I think it is better if it is listed in reverse order.I can’t seem to reproduce this issue. It’s working fine on my end, i.e. newest sticky posts followed by older sticky posts followed by normal posts, all listed in chronological order such that newer posts are displayed first.
Admin
Still got quite a few things to add/fix with the custom colour options. It requires a lot more coding than I expected.
Admin
Quote:Now the most of its work…except the lyrics, the calendar, the small icons.What about the lyrics, calendar, and small icons that are not working? Try providing a screenshot so that we can see clearly what’s not right.
Admin
Try moving the image outside the
<p>tag.Admin
The theme has nothing to do with whether or not your URL has www in it. Have you tried checking the site preference in Google Webmaster Tools?
Also, it’ll probably take some time before the changes are reflected in Google search results.
