Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #883306

    Hi,

    On i-phone, when clicking the image links I have to click more than once to open the link. I was given below code from another thread but it didn’t work even I cleared cache and refresh the page. I’m hoping to launch a website by end of today and I need this issues resolved asap.

    // custom script
    add_action( ‘wp_footer’, ‘ava_custom_script’ );
    function ava_custom_script() {
    ?>
    <script type=”text/javascript”>
    (function($) {
    function a() {
    $(‘.avia_image’).on(‘click touchstart’, function(e) {
    var link = $(this).attr(‘href’);
    window.location.href = link;
    });
    }

    a();
    })(jQuery);
    </script>
    <?php
    }

    #884534

    Hey 2eminds,

    Is this the same issue?

    Please don’t create duplicate threads. We’ll close the other one.

    Best regards,
    Ismael

    #885112
    This reply has been marked as private.
    #885306

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘URGENT: Image Links Not Working Properly on Mobile’ is closed to new replies.