Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Slider NOT correctly selecting the First Image in a post.

    #40433
    Quote:
    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

    In reply to: One more error_log notice

    #40406
    <div id="term-desc-<?php echo $term->term_id; ?>" class="<?php echo $tax; ?>-desc term-desc">

    The ID attribute above already covers that.

    Admin

    In reply to: Help Please! Broken Theme

    #40409

    Marking thread as resolved. You can do this yourself as well.

    Admin

    If 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

    In reply to: Help Please! Broken Theme

    #40407

    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

    In reply to: One more error_log notice

    #40404

    Just add:

    $tax = $term->taxonomy;

    after:

    $term = $wp_query->queried_object;
    Admin

    In reply to: PHP Notices in error.log

    #40017

    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

    In reply to: How to make page titles appear on Child pages

    #40399

    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

    In reply to: removing background from theme

    #40391

    Marking thread as resolved. You can do this yourself as well.

    Admin

    I’m thinking it might be something to do with the Facebook comments on your site. Can you try disabling that for a bit?

Viewing 10 posts - 1,551 through 1,560 (of 6,030 total)