Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Disable Modal-Box FOOGALLERY #1440421

    Thank you for your support. Yes, you can close this thread. Maybe it’ll help other users.

    Kind regards
    Ronald

    in reply to: Disable Modal-Box FOOGALLERY #1440390

    Hi Mike,
    thank you for the quick answer. Maybe I’ve found another solution with the help of this forum:

    I added this to functions.php

    function add_class_to_foogallerylightbox() {
    ?>
    <script type=”text/javascript”>
    jQuery(document).ready(function() {
    jQuery(‘div.foogallery’).addClass(‘noLightbox’);
    });
    </script>
    <?php
    }
    add_action(‘wp_footer’, ‘add_class_to_foogallerylightbox’);

    Seems to work – what do you think?

    in reply to: Links in MegaMenu / Open to new page won’t work #1418472

    Hi Ismael,
    thank you for your fast response. Just updated to 5.6.6. No changes.

    Any ideas?

    Thank you in advance

    Ronald

Viewing 3 posts - 1 through 3 (of 3 total)