Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Meta widget – how to e modify

    #11259

    The Meta widget comes with standard WordPress package, and therefore I wouldn’t recommend editing it directly as that would involve editing WordPress core files. This means any changes you made will be lost the next time you update WordPress.

    It’s probably easiest to use a plugin instead, like the Customize Meta Widget plugin. Or you can define your own custom widget and use that instead.

    Admin

    In reply to: Slider in categories

    #11244

    Depends on the complexity/customisability of the slider. If you want the same slider (with the same posts) to be displayed in the category page, then it’s easy. But if you want a whole different set of slider, with its own settings, that will be quite an effort.

    Admin

    In reply to: Customize header

    #11249

    1) Yes, you can.

    2) If you want to hide the menu bar only for certain pages, you need to use custom function that will add the necessary CSS code for that particular page. By using a child theme, you can do this by creating a functions.php file in your child theme and then writing the custom function in that file.

    Admin

    In reply to: Bookmark Side Title and Tagline interchanged – bug ?

    #11254

    This is not a bug. The title is coded so that it displays the title of the current page being viewed first, then the website name.

    Admin

    In reply to: Gray Frame Around Images

    #11252

    Assuming you’re using a child theme, add the following to your child theme’s style.css file:

    .entry-content img{
    border:none;
    }
    Admin

    In reply to: Header Background

    #11246

    The easiest way to achieve this is by using a child theme, and then add the following code in your child theme’s style.css file:

    #top-bar{
    display:none;
    }
    #nav{
    background:#ff0000;
    }

    Note that the black bar below the header is the background to the menu. What the code above does is hide the top bar and change the background colour of the menu to red (#ff0000). Change the HTML colour code to use whatever colour you’d like.

    Admin

    In reply to: Remove uninstall button

    #11242

    I was afraid that this is gonna happen…

    I will add a confirmation page before uninstalling the theme in the next update 🙂

    Admin

    In reply to: The Option to choose where to show AddThis

    #11065

    I’m thinking of implementing it in this way:

    There would be a global setting to enable or disable the AddThis button in Posts and/or Pages, but you can also set the setting in individual pages, which will override the global setting.

    By extension, this can be implemented for the AdSense ads as well.

    Quite a fair amount of work. The next update will probably take some time.

    Admin

    In reply to: RSS Icons

    #11193

    This will involve editing the CSS code to style the WordPress’ built-in meta widget. I’ll see to it.

    Admin

    In reply to: Change font color of

    #11241

    For the slider image: https://forum.graphene-theme.com/topic/slider-image

    As for changing the font colour of the post and slider title, you can do that by using a child theme: https://forum.graphene-theme.com/topic/slider-image

Viewing 10 posts - 5,901 through 5,910 (of 6,030 total)