Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: contact form field

    #43282
    Quote:
    Have checked different methods

    What are these methods? I don’t want to waste my time or yours suggesting something you’ve already tried.

    But first, have you checked the plugin documentation and support channels?

    Mod

    In reply to: Text pages are not displayed.

    #43280

    Moved to Support.

    I can’t even get your site to load.

    Have you edited any theme files?

    Mod

    In reply to: Remove category folder icon in posts

    #43272

    @Anonymous:

    Quote:
    style.css is in your theme folder and it is the main file to change style related things

    No, it is not. Kindly do NOT recommend to people that they edit theme files. This causes all sorts of problems.

    Instead, add this code to Custom CSS function or a child theme stylesheet:

    .post-meta .meta_categories {
    background: none;
    padding-left: 0;
    }

    I would suggest that anyone wanting to make these changes install the Firebug extension for Firefox. It makes this kind of work much easier. A tutorial is here:

    Using a child theme is the correct way to go to make extensive changes to the theme.

    Mod

    In reply to: Header Picture doenst work

    #43276

    Link to site?

    Mod

    In reply to: One column option want expand to full width

    #43262

    Kindly do not bump. It’s been less than a day since your last post.

    Quote:
    1. I have moved my generated CSS to my child theme styles.css

    Did you tick the box in Graphene’s Advanced Options to indicate that you have done so?

    Mod

    In reply to: Header Widget to right hand side

    #43266

    Link to site?

    Moved to Support. Please post in the correct section next time.

    Mod

    In reply to: Moving the slider into the middle of the page?

    #43252
    Quote:
    ok, well I do not get any errors anymore, but no matter which action hook I use the slider stays where it is.

    Do you have anything else in your child theme’s functions.php file?

    Mod

    In reply to: One column option want expand to full width

    #43259

    Moved to Support. Please post in the correct section next time.

    Mod

    In reply to: One column option want expand to full width

    #43258
    Quote:
    it doesn’t expand to fill the container as seen here:

    Did you empty your browser and server caches to ensure that you are being served a fresh, rather than a cached, version of the page?

    Quote:
    I have moved my generated CSS to my child theme styles.css

    That shouldn’t make a difference as a single-column page uses a different page template.

    Link to page?

    Mod

    In reply to: Moving the slider into the middle of the page?

    #43250

    The “headers already sent” error means there’s an error in your functions.php file—most likely a space before the opening <?php tag or after the closing ?> tag. It doesn’t mean there’s an error in any of your custom functions.

    See this post

    for more information.

Viewing 10 posts - 801 through 810 (of 5,839 total)