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
}
Hey 2eminds,
Is this the same issue?
Please don’t create duplicate threads. We’ll close the other one.
Best regards,
Ismael
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon