sudodaemon Posted December 14, 2015 Share Posted December 14, 2015 Here's my website. http://www.pixels2threads.com/ Search works fine on the desktop version of the site. But on mobile, I can't click the search field to enter anything. Just trying to figure out where to look to try and fix this. Would it be a CSS issue? I'm also having one other small issue, but the search problem is far more important... For some reason, within the last week, the best sellers section is always visible. It used to only show when you clicked best sellers, now it just shows all the time which I'd like to fix. Any help would be appreciated... Link to comment Share on other sites More sharing options...
Daresh Posted December 14, 2015 Share Posted December 14, 2015 Try to turn off the CCC caching, maybe it messed up your javascripts. 1 Link to comment Share on other sites More sharing options...
sudodaemon Posted December 14, 2015 Author Share Posted December 14, 2015 Awesome, thanks for that. That fixed the best seller issue. Search issue remains though, any thoughts on that? Link to comment Share on other sites More sharing options...
Daresh Posted December 14, 2015 Share Posted December 14, 2015 You have a javascript error in line 30, it's because jquery isn't loaded yet and the script expects it to be there. It's loaded on line 113 from: http://www.pixels2threads.com/shop/themes/blackhawk3.1/cache/v_9_94d7ad57ed7c9077f8ce78358a4e64f1.js Maybe you still have some caching enabled for javascript? Moving js to the end? Did you turn off all CCC settings? Link to comment Share on other sites More sharing options...
sudodaemon Posted December 14, 2015 Author Share Posted December 14, 2015 Well, I had turned it all off, but then turned it all back on after the best seller issue was resolved. I just disabled all caching again. Link to comment Share on other sites More sharing options...
Daresh Posted December 14, 2015 Share Posted December 14, 2015 For the search - try to add overflow: hidden to: #search_block_top { padding-top: 25px; overflow: hidden; } Link to comment Share on other sites More sharing options...
sudodaemon Posted December 14, 2015 Author Share Posted December 14, 2015 Dude, I love you. Mobile search is fixed after adding "overflow: hidden;". Thank you so much! Link to comment Share on other sites More sharing options...
Daresh Posted December 14, 2015 Share Posted December 14, 2015 Cool, but have that CCC in mind because you still have some errors probably caused by these settings. Link to comment Share on other sites More sharing options...
creative7 Posted November 7, 2018 Share Posted November 7, 2018 I have a similar issue to this except tapping the search bar on android mobile refreshes the page without allowing text input, any ideas guys? any help greatly appreciated, driving me crazy! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now