Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bmoredrew

    (@bmoredrew)

    Hi Myles,

    I just tested it with a fresh copy of 4.1 and the new TwentyFifteen theme – works fine for me. It may likely be something with your theme.

    If you’d like you can contact me with a link to your site so I can inspect it here: https://baltimoredrew.com/contact/

    Thanks.

    Aridmedia

    (@aridmedia)

    The Javascript embed code from weedmaps wouldn’t show on mobile. The plugin did the same. Worked on desktop not on mobile

    I added a mobile detection script on my menu page that redirected to a page with iframe that pulls the mobile weedmap version.

    ‘<script type=”text/javascript”>
    <!–
    if (screen.width <= 900) {
    window.location = “https://DOMAINNAME.COM/menu-frame/&#8221;;
    }
    //–>
    </script>’

    ‘<iframe src=”https://mobile.weedmaps.com/#/deliveries/NAME_OF_YOUR_WEEDMAP_ACCOUNT/menu&#8221; frameborder=”0″ width=”100%” height=”6000″ scrolling=”auto”></iframe>’

    View your menu on the weedmaps mobile site and use that url. It will have the NAME_OF_YOUR_WEEDMAP_ACCOUNT.

    A workaround that worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Menu Problem’ is closed to new replies.