Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Comments on, but not showing up

    #14290

    Aaa….the commenting feature in WordPress can work for every single post and page. If you want to create just a page for comments, sure you can…but it means that you’ll have to disable comments in all the other pages..

    Not sure why you want a specific page for comments though…

    Admin

    Add this to your child theme’s style.css file:

    .single .post-nav{
    display: none;
    }
    Admin

    In reply to: Images in Footer

    #14253

    Add this code into your child theme’s functions.php file:

    function graphene_footer_content(){ ?>
    <div class="custom-footer-content">
    <!-- Put your HTML codes here -->
    </div>
    <?php }
    add_action('graphene_developer', 'graphene_footer_content');

    Make sure you replace <!-- Put your HTML codes here --> with whatever HTML codes you want to put in there, and then position/style it using CSS.

    Admin

    In reply to: Graphene Twitter issue IE8

    #14272

    I’ve just tested it again and it works without problem. Anybody else having this problem?

    Admin

    In reply to: Latest Update Screwed Up Alignments

    #14338

    Can you provide the URL to the post where the alignment is off? Your website looks fine on my end.

    Also, the theme does not modify the layout or styling of the WordPress admin pages in any way, except the theme’s own Options page.

    Admin

    Yes, since version 1.3 the post title in single posts and pages is displayed in an <h1> tag and the Site title is displayed in <h2> tag for SEO purposes. I must have missed changing the proper tags for those options.

    For now, just delete whatever you have in the Graphene Options > Display > Text Style for the header text, and use the Custom CSS to style the header instead.

    Admin

    Topic moved to Support. Please post in the correct section next time. See the forum’s rules: https://forum.graphene-theme.com/topic/forum-rules-please-read-especially-if-youre-new-to-the-forum

    Admin

    In reply to: Background Colour / Pattern

    #14293

    Click on “Remove background image” and/or just simply delete the colour code in WP Admin > Appearance > Background.

    Admin

    In reply to: Comments on, but not showing up

    #14288

    When you use a Static Front Page, the page that you designate as the Posts page (for your case it’s the “Blog” page) will not have its contents displayed, and by extension, there will be no comments box as well.

    This is because that page is used only as a placeholder to list all the blog posts you’ve published, and those posts will have the comments section displayed when you view them.

    The small post that you see on the bottom left of your front page is a new feature called the “Homepage Panes”. Check the theme’s options to configure it.

    Admin

    In reply to: Custom Fields For Slideshow?

    #11152

    The Custom Fields are still available for posts, but WordPress hides them by default since version 3.1. When you’re in the Edit Post screen, click on “Screen Options” at the top right corner of the screen. Then, tick the “Custom Fields” checkbox, and the Custom Fields meta box will be displayed at the bottom of the screen.

Viewing 10 posts - 4,961 through 4,970 (of 6,030 total)