Absolutely, there are 2 things you need to do:

  1. Ensure your urls point somewhere

  2. Disable showOnMobile in your plugin settings

Ensure Your URLS point somewhere

Be sure your urls point somewhere when adding in links in your main nav (The purple part in the image from step 2). If you’re using a “Dropdown” the setup is slightly different. Add the following url: /redirect-wm-mega-url, where “url” is the url for your mega menu, and “redirect” is your clickthrough url to be. Keep -wm-mega- as the seperator between the two.

Disable showOnMobile in your plugin settings

In your plugin settings in your site footer code injection area. Add the showOnMobile setting and set it to false.

<!-- Mega Menu Settings from Will-Myers -->
<script>
  window.wmMegaMenuSettings = {
    layout: 'full-width', // full-width or inset
    openAnimation: 'slide', // slide, fade, or swing
    showOnMobile: false,
  }
</script>

Here’s a quick video:

Previous
Previous

How can I prevent clickthroughs on the mega menu trigger?

Next
Next

Change the “Back” button text on mobile folders