I was able to click the info popouts to see that I needed to change the setting. Make the email the login.
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 = “http://DOMAINNAME.COM/menu-frame/”;
}
//–>
</script>’
‘<iframe src=”https://mobile.weedmaps.com/#/deliveries/NAME_OF_YOUR_WEEDMAP_ACCOUNT/menu” 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.