Theme Options Page is empty.

Support Area Forums Epic Theme Options Page is empty.

Viewing 11 posts - 1 through 11 (of 11 total)
URL to the page in question: http://leadingtothelight.org
  • Author
    Posts
  • #23207
    Avatar photosteve rawlings
    Participant

    Hi Bill,

    I am still having problems getting all of the lower menu category words to change hover color.

    More pressing is the fact that the “Theme Options” and “Customize” pages are not working. All other appearance tabs are working.

    Maybe recovering this will solve my first problem.

    Thanks for your help.

    Steve

    #23211
    Bill Robbins
    Moderator

    Hey Steve,

    Typically the first thing we try in troubleshooting is to disable all plugins and see if the problem resolves. If it does, then we turn them on one by one, checking the affected area after each activation to see when/if it goes out again. Once it does you know where the conflict lies.

    Give that a shot and let me know what you turn up.

    Have a great day,
    Bill

    #23255
    Avatar photosteve rawlings
    Participant

    Good morning Bill,

    The appearance section is working again. Thank You. I closed all of th plugins and reopened.

    I am still not able to have the hover color appear in the footer menu.
    My imac has some of them lighting, but my Mac book has none. For a short time, all lit on imac, but have never had any work on my Mac book.

    Any ideas?

    Thanks again,

    Steve

    #23259
    Bill Robbins
    Moderator

    I’m glad you have the theme options back again.

    It sounds like your “visited” state isn’t set right for the footer links. That’s probably why on some computers they look correct (you haven’t visited those links on that computer) and not on others.

    Check your styles for your footer menu, particularly the visited styles. Let me know if you have trouble.

    Bill

    #23281
    Avatar photosteve rawlings
    Participant

    Hi Bill,

    Thanks for your help. I have not been able to figure out what to do with “Visited” I thought maybe I needed to change “visited” to “hover”, but had now success in getting all of the code in order.

    Do I need to add something to the styles footer section?

    This is the last detail I want to do on home page if possible.

    Have a good weekend,

    Steve

    #23284
    Bill Robbins
    Moderator

    Hey Steve,

    What’s the URL to the site where you’re running the theme? I’ll take a look and see what I can turn up.

    Thanks,
    Bill

    #23345
    Avatar photosteve rawlings
    Participant

    Sorry Bill,

    test.leadingtothelight.org

    #23364
    Bill Robbins
    Moderator

    Thanks Steve. I believe I found the trouble. This style in the Custom CSS:

    
    ul#footer-menu li a:hover,
    ul#footer-menu li.current-menu-item a {
         color: #cda137 !important;
    }
    

    Should be like this:

    
    ul#menu-footer-menu li a:hover,
    ul#menu-footer-menu li.current-menu-item a {
         color: #cda137;
    }
    

    That seems to have squared away the hover colors on my end. Let me know if you still have any issues there.

    Have a great week,
    Bill

    #23507
    Avatar photosteve rawlings
    Participant

    Hi Bill,

    The footer menu is working great!

    I am wondering if the sub menus can “drop up” into the page content instead of down into the footer? I was not successful in making this happen.

    Do you have any suggestion on how to do this?

    Thank you,

    Steve

    test.leadingtothelight.org

    #23517
    Bill Robbins
    Moderator

    I’m glad it’s working at last. There is probably a way to have the menu pop up like that. It’s not something I’ve tried before so I don’t have any experience to help point you in the right direction. I imagine there is a jQuery plugin that you can find that does that, but I don’t have one to recommend trying.

    Have a great weekend,
    Bill

    #23553
    Avatar photosteve rawlings
    Participant

    Thanks Bill,

    I will see what I can find. May just go with plan “B”

    Regards,

    Steve

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Theme Options Page is empty.’ is closed to new replies.