Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Action hook for header logo image with WooCommerce

    #45048

    Try adding this to custom CSS or child theme stylesheet:

    #header .sidebar-wrap {
    position: relative;
    }

    See if that does what you need without having any ill effects.

    Moved to Support

    Mod

    In reply to: change characters in widgets

    #45030

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

    Mod

    In reply to: Comments not working except for administrator

    #45026
    Quote:
    However, 13 of those appear to not be activated. Should I delete all those

    There is some evidence that plugins that are not activated can still cause issues, so it’s best to delete any themes and plugins that you are not using. (The exception being a default theme like Twenty Fifteen, which I keep around in case I need to revert to it for testing purposes.)

    Mod
    Quote:
    What do you mean slider setting?

    When you go to Graphene Options >> General Options >> Slider Settings, what do you have selected? What are we supposed to be seeing in the slider? Posts? Pages? A combination of the two?

    Mod

    In reply to: Broke my menu

    #44987

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

    Mod

    In reply to: Comments not working except for administrator

    #45024

    I try to keep plugins to ten or less. The nice thing about WordPress is that it is easily extensible using plugins; the bad thing is that it’s easy to overdo them.

    If I need to add a function (social sharing buttons, for example), I try to find a way to do that without using a plugin, such as using code from Addthis.com and plugging it into an action hook widget area. I always try to add my own code (via a child theme) before going the plugin route, because my own code will add less overhead to my server than an entire plugin will.

    I always think about it as

    1) What are the features that are absolutely essential on this website?

    2) What are the features that would be nice to have on this website?

    It really makes you think about what purpose you want your website to serve.

    Mod

    In reply to: There is no 'Home' as an automatic navigation tab

    #45032

    Are you using a custom menu?

    Mod

    In reply to: change characters in widgets

    #45028

    I take it you’re talking about the list items within the sidebar?

    Add this to Graphene Options >> Display Options >> Custom CSS (or to your child theme style sheet, if you are using a child theme):

    .sidebar ul li {
    font-size: 100px;
    }

    Change 100px to whatever works for you.

    Moved to Support.

    Mod
    Quote:
    it takes HOURS or even the next day for changes to show up

    Flush your browser cache, and your server cache if you are using a caching plugin.

    What are your slider settings?

    Mod

    In reply to: visual composer

    #45027

    I have no experience with it. If you already own Visual Composer, you can try it out on a test site or in localhost.

Viewing 10 posts - 331 through 340 (of 5,839 total)