Display issue | WordPress.org

[ad_1]

Plugin Author
Brave

(@getbrave)

@renaisonp Open the Exit Intent Popup in the editor, go to the Settings Page, and scroll down to Advanced Settings, and then enable the Change On Screen Visibility Order option. Then insert 1000 or more to display it on top of all other popups.

Thanks

Thanks, it works fine.

One question: I see that you can automatically open a page in the submissions parameter.
Can we automatically open a page during an Exit intent (so it would lower the site’s bounce rate)?

Plugin Author
Brave

(@getbrave)

@renaisonp Its possible with the custom code below, but its best not to do that, as your website might look a little spammy.

Just add this custom javascript code if you have a javascript field in your theme, or through a Javascript inserter plugin:

         document.addEventListener("mouseout", function(evt){
            if((evt.toElement === null || evt.toElement === undefined) && (evt.relatedTarget === null)) {
                location.href = 'https://www.alcor-controles.fr/new-address';
            }
         });

Change the to your need.

Best Regards

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer