Hello there, great theme
I want to ask if someone has trouble working with select tag in forms in this theme, when I use a drop-down list, this works as it should in Desktop and iOS devices but in Chrome Android browser I can’t select the options, these never show. Here you can find an example http://www.gacelacardona.com/test-select/
It has something to do with some scripts in site.js because when I comment around line 160 to 175 the functions (//show the mobile menu only on phone screen and //load fast click only on touch devices, except ipad), the drop-down list works but the menu doesn’t.
Please any help will be appreciated.
Hi,
Please try to remove only this part and see if it works http://screencast.com/t/TsRtFpgA3dZ
Thanks
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);
}
Hello,
I too am having the exact same issue. I’m using select drop downs in contact form 7; these are not selectable in android chrome browsers (funny that the default and other browsers in android work just fine). I’m using the latest android chrome browser (version 35.0.1916.141 on kitkat 4.4.2)
Cheers