Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: new version php

    #45925

    I am running Graphene on 5.5 and 5.6 without any problems.

    Mod

    In reply to: Changing title color

    #45924

    Go to Customize >> Colors >> “Header Text Color”

    Mod

    In reply to: Categories bar only showing 5 of 7 categories?

    #45916
    Quote:
    I would delete the category and start again but I am concerned deleting the category will also delete the posts under that category,

    WordPress does not do this. If you delete the category, the posts in that category get moved to the “Uncategorized” category.

    Are the missing categories actually subcategories?

    Here is my tutorial on custom menus, if you are interested:

    https://techblog.kjodle.net/2016/01/12/create-custom-menus-in-wordpress-redux/

    Mod

    In reply to: Categories bar only showing 5 of 7 categories?

    #45914

    Are you using a custom menu? You should be able to add any number of items to a custom menu in that menu location.

    Mod

    In reply to: Excellent Theme, have just a few issues though.

    #45910
    Quote:
    the color of the “Older posts «” text is a hard-to-see color gray. I’ve looked everywhere on your theme settings to try and change that color to no avail.

    See this post:

    https://forum.graphene-theme.com/graphene-support/how-to-change-the-color-of-older-items

    Quote:
    “Vote for your Favorite AMV on AnimeFunTV!” is also in a text color i can’t seem to find and change within the theme settings. Additionally if possible I was wondering if there was a way to center it.

    Add this to custom css:

    .term-desc {
    color: #fff;
    text-align: center;
    }

    Change the color hex code as needed.

    Mod

    In reply to: Sidebar Issue

    #45906

    You have an unclosed <div> somehwere on those posts, most likely.

    Mod

    In reply to: issue with tooltips

    #45904
    Quote:
    while logged into WP, when a page opens up, WP puts a toolbar at the top of the page

    I think the official name is the ‘admin bar’.

    Quote:
    i think the graphine theme may not be taking that into account,

    In what way? It doesn’t really interact with themes, in my experience, as long as themes don’t interact with any back end functions or css classes or id’s.

    Mod

    In reply to: issue with tooltips

    #45901

    Can you recommend a specific tooltip plugin (or two) that we can test this out with?

    https://wordpress.org/plugins/search.php?q=tooltip

    has 17 pages of results.

    Mod

    In reply to: Header widget not showing image in Pages Header

    #45883

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

    Mod

    In reply to: Header widget not showing image in Pages Header

    #45881

    For your src attribute, try using an absolute URL, rather than a relative URL.

    In other words, this

    http://gigaiptv.com/wp-content/uploads/2016/02/1_Primary_logo_on_transparent_234x75.png

    instead of this

    wp-content/uploads/2016/02/1_Primary_logo_on_transparent_234x75.png

    WordPress does not like relative URLs.

Viewing 10 posts - 131 through 140 (of 5,839 total)