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: http://baltimoredrew.com/contact/
Thanks.
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.