• Resolved Artomultiplo

    (@protorob)


    The plugin is perfect. It really is.
    Unfortunately it is not working in generatepress “slide out menu” or the standard main menu out-of-the-box.
    Probably i’m setting something wrong with the shortcode ??
    Any advice is greatly appreciated.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Atakan Au

    (@atakanau)

    Hi @protorob , thanks for your support request.
    As I mentioned in the pinned post, some themes’ menus may use custom HTML and CSS format. Customization may be required to adapt.

    Please add these CSS rules to your custom styles for the theme you are using:

    .dropdown-click .main-navigation ul li.sfHover > ul {
    	display: block;
    	opacity: 1;
    	visibility: visible;
    	pointer-events: auto;
    	height: auto;
    	overflow: visible;
    	float: none;
    }
    
    #generate-slideout-menu.main-navigation ul li.sfHover ul {
    	display: block !important;
    }

    Note: For caret arrows, professional work is required.

    Thread Starter Artomultiplo

    (@protorob)

    Wonderful, thanks.

    Plugin Author Atakan Au

    (@atakanau)

    You’re welcome. Good wishes…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘This plugin is really amazing, unfortunately not working on Generatepress’ is closed to new replies.