Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Pics disappearing

    #34754
    Quote:
    Is there a way to restrict their content

    using a true ‘excerpt’, such as you can with posts?

    See this:

    https://forum.graphene-theme.com/feature-requests/rfe-page-excerpts

    Admin

    In reply to: Pics disappearing

    #34751

    Looking at the page’s source code, the markup for each of the image is like this:

    <a href="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344.jpg" rel="lightbox[Stanley113]" <img src="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344_thumb.jpg" alt="Stanley 113 Circular Plane": image 1 of 3 thumb"/></a>

    which is obviously malformed. It should be something like this:

    <a href="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344.jpg" rel="lightbox[Stanley113]"><img src="http://hackneytools.com/wp-content/uploads/2013/01/IMG_6344_thumb.jpg" alt="Stanley 113 Circular Plane: image 1 of 3 thumb" /></a>

    If you have added those codes manually, correct them and the images should be displaying fine afterwards.

    Admin

    In reply to: How to remove RSS line at top of page

    #34762

    OK, seems like there’s an unclosed attribute in “viewport” meta tag within the <head> element. Simply update the mobile theme to version 1.2.3 and the issue should be resolved.

    Admin

    In reply to: How to remove RSS line at top of page

    #34759

    Seems like you’ve disabled the top bar, so we can’t see the issue. In any case, try checking the settings in Graphene Options > Top Bar Options > Social Media. Try deleting all the social media in there and add them back again.

    Admin

    In reply to: Pics disappearing

    #34748

    Did you install any plugin recently? Particularly any lightbox plugins?

    Admin

    In reply to: Static front page showing page name bar

    #34746

    Try this:

    .home .type-page {
    display: none;
    }
    Admin

    In reply to: header image not aligned, except on home page

    #34548

    OK, in that case would you mind sending me the login details to your WP Admin as well as FTP access to your server so that I can investigate the issue? You can send me the details via the contact form on my site.

    Admin
    Admin

    In reply to: Header Image Dimensions 60 x 198?

    #34404

    @thespysurfer, the topic you linked to solved the issue, but it’s really doing so by sidestepping the theme’s normal header image options logic.

    I’m keen on investigating this bug and fixing it for all, but try as I may I could not reproduce the issue on my end. Would you mind giving me temporary access to your WP install (FTP and WP Admin) so that I can investigate it further?

    Admin

    In reply to: Help me with my post

    #34739

    Check out WP Admin > Settings > Discussion, and Graphene Options > Comments Options.

Viewing 10 posts - 2,561 through 2,570 (of 6,030 total)