• Hi,

    nice looking, fast plugin – on my laptop. But clicking the link “login” on mobile does not produce any reaction … what to do?

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

    (@xootix)

    Please share your website link

    I have the same problem too. Kindly help me to resolve.

    My URL is traveler305.com

    Thanks in advance for your support.

    This short code solved my problem

    Add this code to your functions.php

    add_action(‘wp_head’,function(){
    ?>
    <style type=”text/css”>
    .xoo-el-popup-active .mfp-wrap {
    display: none;
    }
    </style>
    <?php
    });

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does not work on mobile’ is closed to new replies.