[Support request] Ubermenu Integration

Home Forums Support [Support request] Ubermenu Integration

Home Forums Support Ubermenu Integration

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #928328
    Sam

    Hi, I have followed the link provided by Tom in an old thread regarding the integration by sevenspark, but it breaks the header, could their code be out of date?

    if ( !function_exists( ‘generate_navigation_position’ ) ) {
    function generate_navigation_position(){
    if( function_exists( ‘ubermenu’ ) ){
    ubermenu( ‘main’ , array( ‘theme_location’ => ‘primary’ ) );
    }
    }
    }

    /* Stop the theme from filtering the menu output */
    add_action( ‘wp_head’ , ‘stop_generatepress_menu_filter’ );
    function stop_generatepress_menu_filter(){
    remove_filter( ‘walker_nav_menu_start_el’, ‘generate_nav_dropdown’, 10, 4 );
    }

    See here screen shot: https://www.dropbox.com/s/8idud4kldk5rx3f/Screenshot%202019-06-13%20at%2013.08.09.png?dl=0

    Let me know if you have any ideas?

    thanks
    Sam

    #928329
    Sam

    Sorry, I do not have a link as I am on a Mamp local development.

    #928339
    David
    Staff
    Customer Support

    Which location have you set the primary navigation to in the customizer?

    #928500
    Sam
    #928905
    Tom
    Lead Developer
    Lead Developer

    Is the search icon the only broken part? It’s hard to tell what’s going on without seeing the actual site, unfortunately.

    #929160
    Sam

    Hi Tom, yes sorry I am working on setting up a staging site but our live site is pretty large so it is not so easy… 30gb total (medium sized ecomm site with lots of media and large db).

    Regarding the menu with Ubermenu pretty much all of it is broken, the menu location (should be on the right and everything just on one line) but is on the left and down a but, the search does not open the search field and is on the left under the displaced menu and the cart seems to open the mini cart but is displaced and the icon is missing.

    Here is a screen shot without ubermenu snippet active: https://www.dropbox.com/s/oq10b2z4yeaw7po/Screenshot%202019-06-14%20at%2008.48.06.png?dl=0

    This menu is one of the last things to fix and then I can go live and debugs will be easier.

    I am only using the ubermenu because the method in your mega menu article using css seems to only work on the stick nav and not on the regular menu bar. Maybe if I can work that I can forget this ubermenu all together : (

    Thanks
    Sam

    #929729
    Tom
    Lead Developer
    Lead Developer

    Our mega menu option should work with the regular menu as well as the sticky menu. What about it isn’t working on your regular menu?

    Let me know ๐Ÿ™‚

    #929741
    Sam

    Hi Tom, please see this thread on that topic: https://generatepress.com/forums/topic/mega-menu-issue-2/#post-929671

    thanks
    Sam

    #929768
    Tom
    Lead Developer
    Lead Developer
Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.