Damian
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Class triggering not always working?Could you give us access to that dev site to continue testing?
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Link text is not showing unless I hoverHi ! Is not you, if your theme css overriding links.
In the custom css box add
a?{ color:#000:}
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Class triggering not always working?Hi I suspect it’s either related to the javascript errors that exists in the page or to javascript defer/minification.
Try fixing one and deactivating the other to see if fixes the issue
I just viaited your site and the link now opens the popup everytime with the provided code. Is still not opening for you? Try clearing your cookies
We haven’t changed that code, so the update was made on something else. Have you tried the provided code?
I see what you mean but there is no much I can do about it. If you visit from a clean browser https://cindybriggs.com/#spu-open-8677 you see the popup.
But when you are already on the page and click that link it won’t refresh the page, it will try to navigate to that ID, hence it won’t show.
What about trying to add this code particulary for that popup
add_action('wp_footer', function(){ ?><script> window.onload = function() { var tlink = document.querySelector('a[href="#spu-open-8677"]'); tlink.addEventListener('click', function(){ window.wppopups.showPopup(8677,true) }); } </script><?php });
I do see the popup when I visit https://cindybriggs.com/#spu-open-8677
Forum: Plugins
In reply to: [GeoTargeting Lite - WordPress Geolocation] Custom Post Type Archive RedirectPlease fill the form at https://geotargetingwp.com/contact-us to get support of GeotargetingWP
Thanks!
Hi @0123xyz ,
The issue resides on the datepicker HTML being placed outside of the popup so the popup detects it’s as a external click and hence close the popup.
Where I can send you a dev version of the plugin to try out?
Could you please provide an url where I can see the issue?
I would says using window.wp.hooks.addAction( ‘wppopups_before_show_popup’, yourfunction );
That way you can remove it from DOM before opening
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Contact Form 7 Compatibility IssuePlease try version 2.1.5.3
I think you need to measure that metric using just a regular popup and not and A/B.
I′m not sure how optimizely could prevent a popup to fire as I haven’t used personally, but you could use javascript to prevent opening it
Hi @asafm7 ,
- There is no such feature. A/B popup will create two different popups that will randomly show based on your display rules.
- Yes, it’s fully compatible with full page cache
Forum: Plugins
In reply to: [WP Popups - WordPress Popup builder] Show popup on specific WPML pageplease try in lowercase letter “fr” if that is not working try “fr_FR”