Mega Menu Plugin created menues not show in mobile menue

Home Forums Jevelin Theme Mega Menu Plugin created menues not show in mobile menue

Home Forums Jevelin Theme Mega Menu Plugin created menues not show in mobile menue

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Ulf Meyer
    Participant

    Dear Support Team,

    as adressed before in a ticket of today the missing mobile nav location option in your theme caused problemes for me.

    My customer wants a mega menu. As your included in the theme mega menu does only have now options for layout, adding images, headlines or widgets I tried several pro mega menu plugins:

    – max mega menu
    – clever mega menue
    – groovy mega menu

    All plugins have the same issue – they do not show in mobile menu.
    Adresseing this to the plugin support all answered I have to add to mobile menu location – which option is not provided in your theme.

    Now only clever mega menu provides all options I need for my customer.
    Any idea how to make it work?

    Hi Ulf,

     

    I hope you are well today and thank you for your question.

     

    To achieve this, you have to develop custom code in the child theme of Jevelin theme.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

     

    Best regards,
    Shufflehound team

    Ulf Meyer
    Participant

    Dear Support Team,
    you should really put this on your improvement list.
    But as discussed in topic https://support.shufflehound.com/forums/topic/assign-different-main-menu-for-certain-pages/#post-50018 I can work arround this issue. I installed wp-responsive-menu to create an individual mobile menu, so on desktop versions I can still use the clever mega menu plugin – that should work.

    Best

    Ulf

    Glad you achieved it using wp-responsive-menu plugin.

    dirkvang
    Participant

    For Gillion, got it to work through support from Max Mega Menu. Paste below in Mega Menu > Menu Themes > Custom styling:

    body.mega-menu-header header.primary-mobile {
      display: none !important;
    }
    body.mega-menu-header header.primary-desktop {
      display: block !important;
    }
    • This reply was modified 4 years, 4 months ago by dirkvang.

    @dirkvang Thank you for sharing the solution here.

     

    Your help here is really appreciated.

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