Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Image in Slider not working

    #39696
    Quote:
    I’ve just done some experimentation and i’ve set the image to ‘Feature Image’ for all the slides. That now seems to bring the image up in the sliders but does not show it on the page.

    That is correct, the “Featured Image” is not automatically added to posts or pages when they are viewed. You’ll still have to insert the image into the posts/pages even if you’ve selected them as featured image. The reason for this is that the featured image is used for several things (other than the slider), and some users might not want the image to be shown in the posts/pages when they are viewed.

    Admin

    In reply to: Change exibition of main page

    #39675

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

    Admin

    In reply to: Footer widget issue

    #39639

    The widgets in the footer is sized exactly to fit all 5 widgets within one line. However, because you’ve applied borders to widgets, they add additional width to each widget, which caused the last widget to fall to the second line. The code I gave removes the border for the footer widgets.

    Admin

    In reply to: Size of images in post excerpts

    #39583
    .home .entry-thumbnail {
    display: none;
    }
    Admin

    In reply to: Clicking a link takes me to the home page

    #39633

    302 response code is typical for redirection, which is why I was suggesting that something is causing your site to do unnecessary redirection. Can you try disable all plugins at once (except those needed by GM Neo) so that we can rule in / out plugins issue?

    Admin

    In reply to: Graphene 1.9.1 breaks lightbox image display

    #39665

    Try replacing the theme’s js/graphene.js file with the updated one here:

    http://graphene.googlecode.com/svn-history/r576/trunk/graphene/js/graphene.js

    Admin

    In reply to: Graphene 1.9.1 breaks lightbox image display

    #39663

    Do these two things apply to your site?

    1. Comments are set to show the last page of comments first

    2. Infinite scroll for comments is enabled

    Admin

    In reply to: Graphene Walker issue

    #39671

    Where do you see this error, in WP Admin or on the front end? If you replace the theme-menu.php file with the updated one here, do you still get the message?

    Admin

    In reply to: Footer widget issue

    #39637

    Try adding this to the theme’s Custom CSS option:

    #sidebar_bottom .sidebar-wrap {
    border: none;
    }
    Admin

    In reply to: Embed video doesn't show on hompage, only in posts

    #39669

    That’s because the theme displays only the post excerpts on the front page, and WordPress oEmbed feature is not enabled in excerpts. I’ll see about adding an option to display the full post (truncated by <!–readmore–> if used) on the front page in the next update.

Viewing 10 posts - 1,661 through 1,670 (of 6,030 total)