• Hello, I need to load this plugin only on the shop page and not everywhere. There is a pesky bug that causes the plugin’s pop-up to open and close rapidly for a second.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello,
    Please add this snippet to your functions.php and clear cache

    add_action( 'wp_head', function(){
                    ?>
                    <style type="text/css">
                                    .xoo-wl-popup {
        display: none!important;
    }
                    </style>
                    <?php
    } );
    
Viewing 1 replies (of 1 total)
  • The topic ‘load the plugin only on the shop page’ is closed to new replies.