Submenu not showing AND Sidebars not able to be edited

Viewing 7 posts - 1 through 7 (of 7 total)
  • #22619
    Izzyiz
    Participant

    thanks for this awesome theme and glad to know you are back up. Having two problems actually and have tried the code you placed here already for both issues but they did not work.

    First, the submenu is not showing under a primary menu item. It is first level dropdown. When activated twenty-sixteen theme the dropdown works.
    Used the code below found on the forum, but it did not work.
    .menu-item .dropdown-menu:hover {
    display: block; }

    Second, when I try to edit the sidebars under theme options, nothing is changing. Tried to use an image as a background on one, tried to use color as background on one, it does not work or change at all.

    Thank you for your help. You can find site herehere

    #22620
    Daniel Tara
    Keymaster

    The correct code to make dropdown menus display on hover is this:

    .menu-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    For your second problem, try deleting the stubborn sidebars and creating them from scratch. This usually allows you to edit them.

    I can’t look at your website because it shows a maintenance notice.

    #22647
    Izzyiz
    Participant

    Thanks Daniel for the reply! Unfortunately that code still did not cause the items to hover. They finally showed. But must click on the menu item in order to see the dropdowns.

    Also deleted all sidebars and created new ones, but this did not solve the problem. The sidebars are not editing to allow background images or color on the home/front page.

    Maintenance is now off You should be able to see the site now until 9AM EST.

    #22649
    Daniel Tara
    Keymaster

    Maintenance is on again. I have tried the provided code on a local installation and it works. If it doesn’t for you it could be that some other plugin is interfering. Also, if you can’t edit sidebars it’s usually an indication that user permissions have been tampered with. Try disabling all plugins and see if this behavior still occurs.

    #22748
    Izzyiz
    Participant

    Daniel,

    Please take a look at the website. website. I have not been successful at getting anything we’re working on to work.
    Here are issues:
    Cannot change background color (sidebar sections) on home page.
    CSS given for menu does not work on navbar for hover – you will notice code is still in design>css.
    Please look at this page,page, cannot get SM icons to center and color is on page but does not show on home page for this section.
    My plugins are not affecting anything, checked them all as you suggested.

    Lets start here and see if we can get this fixed.
    Thanks!

    #22753
    Daniel Tara
    Keymaster

    You custom CSS code is missing a closing bracket:

    .navbar-inverse {
            background: #fff;

    Should be:

    .navbar-inverse {
            background: #fff;
    }
    #22808
    Izzyiz
    Participant

    THANK YOU DANIEL!!!
    Worked Perfectly.

    Im stuck on another issue and have tried for hours to solve it. Have found a lot on the forum but nothing has worked. I am trying to increase the size of the featured image on one page only. To be specific, the height. If I can get it to the ‘full’ size of the original upload that would be great. Or, ability to adjust ‘px’ – What is the css selector/class for “featured images”? Ive tried so many… and js but nothing has altered the_post_thumbnail. I only want it for specific post/page, not the whole site.

    Thank you
    Izzy

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.