• Resolved Jack

    (@jack1132132)


    Hello,

    When I use the ‘arm_setup’ shortcode, all top menus disappear (I have two). I’m assuming this is on purpose as to bring all focus to checkout, however in my case I’m using the shortcode on a popup, so I don’t want the menus disappearing.

    Is there anyway to turn off this feature?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Jack

    (@jack1132132)

    I’m using the OceanWP theme, I’ve found other people with the same problem on this forum but a solution wasn’t given. I think it’s some sort of css conflict?

    Thread Starter Jack

    (@jack1132132)

    I found out, It’s the css class .dropdown-menu. My theme ‘OceanWP’ uses that class name for the menu. Not sure how to solve it, I guess I can edit the class name from the plugin but that will be ruined on the next update

    Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello,

    Regarding conflict CSS, I have checked the CSS conflict and you need to add the below-given CSS to the theme/Child theme style.css file.
    #top-bar-nav .dropdown-menu, #site-navigation .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    border: none !important;
    outline: none;
    min-height: auto;
    }

    After adding the CSS please clear all cache and let me know how it goes.

    Thanks

    Plugin Author reputeinfosystems

    (@reputeinfosystems)

    Hello,

    Regarding conflict CSS, I have checked the CSS conflict and you need to add the below-given CSS to the theme/Child theme style.css file.
    #top-bar-nav .dropdown-menu, #site-navigation .dropdown-menu {
    display: block;
    position: relative;
    box-shadow: none;
    border: none !important;
    outline: none;
    min-height: auto;
    }

    After adding the CSS please clear all cache and let me know how it goes.

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Menus disappear when using the shortcode’ is closed to new replies.