Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aspexi

    (@aspexi)

    Hi!

    Are you asking about free or premium version?

    So far this option is not available by default, however this is something we want to add in the future.

    Are you familiar with PHP? If so I can provide you the extra code. If not, you can send me your site url and wp-admin login details so I can implement this for you quickly.

    You can send it to [email protected] (do not put these details in public forum!)

    Thread Starter jackedpar

    (@jackedpar)

    I did it with some jquery inside footer.php

    <?php wp_footer(); ?>
    <?php if( is_page( 'terms-conditions' ) ) { ?>
        <script>
            (function ($) {
                $(".aspexifblikebox").hide();
            }(jQuery));
        </script>
    <?php } ?>

    Thanks for the great plugin

    Plugin Author Aspexi

    (@aspexi)

    Thanks.

    Probably better idea is to avoid jQuery here and use actions and filters but your solution should be good as well ??

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show it only on pages’ is closed to new replies.