greenfrogandco
Forum Replies Created
-
Forum: Plugins
In reply to: [WPi Designer Button] Failed to load content css: … /wp-admin/admin-ajax.php/I too am getting this same error code, however, I do not know how to change this on my own in dynamic_styles. I looked in my editor and did not find it.
Please help me on where I can make this change so I am no longer getting this error.
Failed to load content css: https://debbigarcia.com/wp-admin/admin-ajax.php/?action=dynamic_styles
Thank you
- This reply was modified 7 years, 8 months ago by greenfrogandco.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Not Loading on MobileAiridmedia Posted this 5 months ago as a solution. However I am having trouble implementing this. Does anyone know how to do this?
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/”;
}
//–>
</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.
Forum: Plugins
In reply to: [WeedMaps Menu for WordPress] Not Loading on MobileHi I am also having trouble getting this plug in to load on mobile. I can get it to load just fine on desktop but nothing displays on mobile edition. Would love some help with this as well.
Thank you