• Resolved TerraByteis

    (@terrabyteis)


    All is working fine in normal menu but when i use this option in mobile menu it just doesn’t contain the proper link and just adds an asterix / # to the current URL. Please try for yourself when create small screen on:
    https://www.biertapwinkel.nl/

    I hide the menu-item for cart in basic / large menu becasue i only need it in mobile menu with:

    @media only screen and (min-width : 1200px) {
    #wpmenucartli {
        display: none;
    }
    }

    But that is not the problem.

    Can you see what is causing the problem?

    ps: Of course i will buy the Pro version when it works.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter TerraByteis

    (@terrabyteis)

    Because i need a fast solution for our customer i have placed a basic URL in the menu instead of the more extended of this plugin. Sorry for this.

    Plugin Contributor Ewout

    (@pomegranate)

    Hi! This may be the dutch proverbial ‘mustard after the meal’, but I think this is because your theme is working with alternative elements for the menu links, rather than the actual <a> tags. All the items in your menu actually link to #, and have an additional <span> element with the link, like this:

    
    <span class="navbar-link" data-href="https://www.biertapwinkel.nl/winkelwagen/"></span>
    

    This is somewhat unconventional, and not compatible with how the Menu Cart plugin operates (which simply adds the menu item with just the <a> link tag).

    Ewout

    Thread Starter TerraByteis

    (@terrabyteis)

    Hi Ewout, i wonder if you use mustard with the zuurkool meal … ??

    Appreciate this a lot and indeed i found out that these themebuilders have used some unconventional methods regarding the menu links. Also the extra CSS for menu-items doesn’t work.

    Thanks for your help, i will look for a way to use your nice plugin anyway and will inform the themebuilders.

    • This reply was modified 7 years, 1 month ago by TerraByteis.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link is not working’ is closed to new replies.