Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    It is most likely a JavaScript conflict of some sort, then.

    If you want or need a slider, there are lots available. You can try them out until you find one you like that doesn’t conflict with your accessibility plugin.

    Mod

    Try disabling all plugins to rule out a plugin issue.

    Make sure that javascript is enabled in your browser.

    Try using a different browser, a different user account, or even a different computer to rule out a local issue.

    Mod

    In reply to: How to add logo within header menu

    #45968

    You marked this topic resolved. Did you get this sorted?

    Mod

    That is the .current-menu-item CSS class that WordPress adds to let people know which page they are on.

    I think if you play around with this code in your child theme:

    #header-menu > li.current-menu-item {
    background: /* relevant items here */
    }

    you can get it to match the other menu items. You may also need to define a style for the hover pseudoclass. I would suggest using Firebug (Firefox) or Developer Tools (Chrome) to work on this, because menus can be tricky. (On the plus side, if you master styling menus, everything else is a piece of cake.)

    This should get you started. Let us know how it goes.

    Mod

    In reply to: How to remove website title text from header

    #45964

    FWIW, WordPress has recently decided that any theme hosted in the wordpress.org theme repository (and this include Graphene) has to use the theme customizer, rather than its own settings page. WordPress has also moved some core functions there. So if you can’t find something and you know it used to be there, it’s probably in the customizer.

    Mod

    In reply to: Saving option

    #45951

    Since you are also having this issue, it’s possibly browser- or computer related.

    Try making changes from a different computer (or at the very least, a different browser) and make sure that you have JavaScript enabled in your browser.

    Mod

    In reply to: Facebook script font color

    #45954

    Link to page where we can see this in action?

    Mod

    In reply to: Reorder Posts on Home Page?

    #45949
    Quote:
    attempting to keep the oldest page listing at the top of the home page, then planning to delete it from the home page, but keep it active on the site from another sub page

    If you are talking about a post, making it sticky will keep it at the top of the front page.

    Quote:
    I have exhausted the menu options, and I believe there has to be a way to do this. But even when I ‘reorder’ in the menu listing, it shows it in the correct order on the menu, it’s saved and published, and then it’s still showing up out of my preferred order.

    Custom menus are completely separate from the display of posts and pages.

    I’m not sure if you are talking about a post or a page.

    Mod

    In reply to: Change Post Font

    #45946

    Cheers!

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

    Mod

    In reply to: Fatal error

    #45955

    This might be a plugin that using up a lot of memory.

    You can test this by temporarily deactivating all of your plugins. If the problem disappears, reactivate your plugins one at a time until it reappears. The last activated plugin is probably the culprit.

Viewing 10 posts - 111 through 120 (of 5,839 total)