Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: NEO Slider

    #43718

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

    Mod

    In reply to: Child Theme questions – please help

    #43302

    To be honest, a lot depends on how he wrote his code in the first place, but it should be fairly standard.

    Mod

    In reply to: Child Theme questions – please help

    #43301

    It’s not quite that simple, but depending on your skill level with PHP and your willingness to try things out, yes, it can be that simple.

    See this (now ancient) thread for starters:

    https://forum.graphene-theme.com/feature-requests/customizable-message-blocks

    Mod

    In reply to: Child Theme questions – please help

    #43299

    If all you want to do is add some shortcodes to your site, you don’t need to edit theme files. You can create a child theme functions.php file and add them there.

    Mod

    In reply to: Child Theme questions – please help

    #43297
    Quote:
    Can we transfer all edits to the child

    For an easy way to do this, see the post I wrote here:

    Quote:
    reset the parent without losing all settings, and header etc. made in the options panel?

    From any page in Graphene options, export the theme settings while still running Graphene. Then switch to your child theme and import those settings.

    Mod

    In reply to: Custom header image refuses to become https

    #43618

    You might want to check the documentation on the WordPress HTTPS plugin to see if there is a way it can manage custom css. If not, you can try contacting the plugin author(s).

    Mod
    Quote:
    I think by changing the Discussions settings, only thing it does is make it invisible to general readers. The bots still can access the comments sections code.

    No, it’s still visible to everybody. This seems to be a bug in WP 4.0, as it happens in a test environment regardless of theme and with all plugins disabled. I’ll check in my spare time, but I haven’t found anything about it in the usual WP discussion channels thus far.

    Mod

    In reply to: How to remove border on the left and right on theme

    #43682

    You have this line in your custom CSS:

    #content, .menu-bottom-shadow, #sidebar_bottom{background-color: #f5f5f5}

    Take out .menu-bottom-shaddow so that it looks like this:

    #content, #sidebar_bottom{background-color: #f5f5f5}

    Now add to custom CSS:

    .menu-bottom-shadow {
    background: none;
    height: 0;
    }
    Mod

    In reply to: Social Media Links not working

    #43634

    Firefox in Windows 7

    Mod

    In reply to: Another Slider Problem

    #43648

    And there’s another one of those websites where I have to view the source code to verify that it is built on Graphene. Nicely done!

Viewing 10 posts - 671 through 680 (of 5,839 total)