Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: problem of image on the slide

    #13310

    To have the image in the gallery appear as the thumbnail for any post, set the image as the Featured Image for that post/page.

    Admin

    In reply to: Disqus Comment Margins?

    #13103

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

    #disqus_thread {
    margin-left: 70px;
    }
    Admin

    In reply to: slider border

    #13301

    Are you still having this problem? If yes, please post a screenshot of your local site here.

    Admin

    In reply to: Pages and Sub Pages

    #13277

    For the issue of parent’s featured image appearing as the child page’s featured image, see this post: https://forum.graphene-theme.com/topic/child-thumbnails#post-2539

    Admin

    In reply to: How to remove the comment box from the page

    #12618

    ReissExecutive, that’s not the recommended way to make changes, as your changes will be lost the next time you update the theme. It’s never a good idea to edit the theme’s core files directly.

    To disable comments, you first need to enable the Discussions options as per my instructions above, then uncheck the “Allow comments” and “Allow trackbacks and pingbacks on this page” option in the Discussion tab.

    Admin

    In reply to: Changing color of Nav Menu

    #13275

    The popup info balloon (known as tooltip, FYI), is a standard feature of the HTML language. You can’t turn off that. What you can do though is to remove the title attribute of the links.

    As for the colours of the nav menu, they’re actually an image located in the sprite_h.png file. If you wanna change that, you’d either have to create a new image, or use a solid colour instead. You can use the Firebug plugin for Firefox to figure which part of the CSS code to change.

    Admin

    In reply to: How to remove Archives & Meta boxes from left sidebar

    #13269

    Those are the default widgets that are displayed if there is no widgets being used. Just add some widgets to your sidebar, and they should disappear.

    For the header, in Appearance > Header there’s an option to remove the header text.

    Admin

    In reply to: Blue frame on Home page…

    #12846

    See the theme’s Options page, under the Slider option.

    Admin

    In reply to: Removing "comments closed" from the bottom of a page

    #13264

    The “Comments closed” text is only shown if there’s already some comments on a page, but the commenting feature has been disabled. It won’t show it otherwise.

    Admin

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

    .post{
    background-color: #eee;
    }

    You can change the colour value to any valid colour values you want.

    And also, the Firebug plugin for Firefox will help you with identifying which part of the CSS file you need to edit to make the changes.

Viewing 10 posts - 5,101 through 5,110 (of 6,030 total)