Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mprieto
tagDiv Member

Hello Lucian, thank you for your help.

I didn’t find the code you mention in site.js and from the screen you sent me it seems to be the theme “Newses” and just so we’re clear I’m referring to the theme “Newspaper”.

What I did was eliminate the code below in site.js but is strange because with that, the drop-down list only works in a PC with the option of Android Chrome browser emulation, on Android devices it still doesn’t work and the mobile menu stopped working as well in the two cases.

if (td_is_iPad === false && td_is_touch_device === true && tds_mobile_swipe == ‘swipe’) {
//load fast click only on touch devices, except ipad
window.addEventListener(‘load’, function () {
FastClick.attach(document.body);
}, false);

}

Viewing 1 post (of 1 total)