earth_human
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] popup shows empty, unless…Fixed by adding “width:100%!important” to the iframe css class. This can’t be done just on your iframe code snippet. It has to be set in CSS code (the child theme css customizer for most people) so that all iframes shown with this plugin will be forced to 100% width. This code does a pretty good job of it and the important part is needed in our case:
div.spu-container iframe {width:100%!important;}
FILE SHOWING THE URL
https://we.tl/t-GQWYKgb3AGINFORMATION FILE
https://we.tl/t-bwGLX8FGYYGo and browse around to the store, click on some products, click some different pages on the menu etc, then long-press your back button and you’ll see the problem. Then click back and you’ll see that it won’t go back with a single click like it’s supposed to.
I also want to add that I tried disabling ALL pluguns except yours on our DEV site, and the issue still occurs.
Okay, I’m requesting support on your link now. Thanks.
Is there any way to remove tax from a user selection with your plugin? For example, choosing “no” from a dropdown.
And if there is a Yes/No dropdown? Can you suggest an alternative way to do it?
I can’t recall how I did that. Anyway I went with an easier solution following your tutorial and showing the dropdown questions for ALL payment types. End result isn’t as pretty but it works: https://quadlayers.com/add-custom-upload-field-in-woocommerce/
This is possible to do and I’ve done it using only this plugin. But the field cannot be mandatory AFAIK.
- This reply was modified 2 years, 11 months ago by earth_human.
Thanks. I have sent an email with all the information so I’ll close this tab and monitor my email instead.
I think my previous test result was not correct because I didn’t use an incognito window. This issue is happening for mobile AND desktop when my caching plugin uses the “Combine JavaScript Files” feature,. Excluding the three popup builder files does NOT fix the problem.
And here is my popup export XML file but I don’t think this helps because the problem is happening on ALL popups: https://we.tl/t-Y39JQnLd2M
I think it’s loosely connected but the error (from my other post) went away. My current issue is that popups don’t work on mobile. We use SiteGround hosting and they provide a plugin called “SiteGround Optimizer” which is similar to other caching plugins. When I use the “Combine JavaScript Files” setting, THIS causes the problem, but we REALLY NEED this setting because it lowers our site load time from 9 seconds to 1.5 seconds.
Screenshot of the setting:
https://ibb.co/NT2ZTMLI can exclude the 3 popup related JS files from combining, but this has no effect. I even tried to choose ALL 40 JS files in this list and it has no effect. Popups don’t work on mobile.
https://ibb.co/s5jPSwZPlease we need some kind of workaround or hack so that we can use this setting and popups still work on mobile devices. PHP adjustment, HTML, JS, CSS, etc. We need a workaround. This setting is currently off so that popups can work, and our site is loading slowly.
- This reply was modified 2 years, 11 months ago by earth_human.
This issue is no longer happening (I tested with and without the option on your screenshot) and it has no effect on the issue for me. We are using a plugin called “SiteGround Optimizer” and not “WP Speed of Light” but anyway this issue is resolved for now. I DO still need support on the other support ticket please: https://www.ads-software.com/support/topic/popup-not-showing-on-mobile-4/#post-15564099
Same problem is happening for our site IF this setting is selected in our optimizer plugin, and we really need this setting because it makes the site load MUCH faster:
“Combine JavaScript Files
RECOMMENDED
Combine multiple JavaScript files into one to lower the number of requests your site generates.”Again, the problem only happens on mobile when I have this setting selected. I can exclude the three popup plugin JS files from combining, but this has no effect.
Please help.
Here it is: https://we.tl/t-0HHtmUAqVC
I have done so. Thanks!