For this client site: camanochapel.org, I cannot get the homepage of the site to scroll down on mobile devices unless I place my finger directly on the button and scroll it. I’m guessing this is somehow related to the top revolution slider? This has been replicated on multiple mobile devices. There is no issue scrolling in desktop browsers even when they are sized to match using the inspector.
Hello @BrandShouter,
Thanks for writing in!
There is a JS error on the page. This is coming from your custom JS code. Please have it updated and use this code instead:
jQuery(function($) {
$(".map").click(function() {
window.location = $(this).find("a").attr("href");
return false;
});
});
We would love to know if this has worked for you. Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.