• Resolved d1stbeesas

    (@d1stbeesas)


    hello, I’m using azera shop theme (free-uptodate), the plugin shortcode once implemented in a page (or posts) it hides the menu, I tried the z-index everywhere no changes, yet once I deleted the file ai-responsive-gallery.js the menu reappeared but of course the gallery doesn’t work, please any help

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author August Infotech

    (@augustinfotech)

    Sorry for the delay in reply. Let us check and revert back to you.

    Plugin Author August Infotech

    (@augustinfotech)

    Add this code in theme footer.php file after ‘<?php wp_footer(); ?>’.

    <script type=”text/javascript”>
    document.documentElement.className = document.documentElement.className.replace(/\bjs\b/g, ”) + ‘ no-js ‘;
    </script>

    Add this style in style.css file.

    .no-js .tp-grid li {
    position: absolute!important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ai-responsive-gallery . js is hiding the menu’ is closed to new replies.