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: Slider NOT correctly selecting the First Image in a post.
September 14, 2013 at 1:02 pm #40433Quote:Could it be something to do with which post image was UPLOADED to the Media Library first? (I’m clutching at straws here – just trying to imagine what the code for the slider is doing and why it might not correctly select the first image actually placed in the post).That is indeed the case, and it is by design as it is the fastest and most reliable way of getting a post’s image (other than Featured Image, of course). You can also rearrange the images uploaded for a post so that an image that is uploaded later can still be selected by placing it first in the list of images uploaded for the post.
Admin
<div id="term-desc-<?php echo $term->term_id; ?>" class="<?php echo $tax; ?>-desc term-desc">The ID attribute above already covers that.
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
In reply to: Updating Graphene theme: How not to loose the customizations of child theme?
September 14, 2013 at 8:31 am #40425If you’re already using a child theme, and you haven’t modified any of the original Graphene theme’s files, you can update the theme directly without needing to replace any files afterwards.
Admin
Delete the theme and reinstall it again. This happens sometimes when WordPress is sending incomplete package to your server or the zip extraction during update didn’t go smoothly.
Admin
Just add:
$tax = $term->taxonomy;after:
$term = $wp_query->queried_object;Admin
OK, I’ve fixed the three PHP notices that originated from within Graphene as indicated in your log file snippet above. Thanks for reporting!
Admin
You have this code in your Custom CSS option, I believe:
.post-11 .post-title,
.post-title a {
display: none;
}Remove that and the title would appear.
Admin
Marking thread as resolved. You can do this yourself as well.
Admin
In reply to: Display stays zoomed in on iPad when switching from protrait to landscape position
September 13, 2013 at 12:39 pm #40286I’m thinking it might be something to do with the Facebook comments on your site. Can you try disabling that for a bit?
