*

mariogtz

  • ***
  • 40 posts
1.I have seen that installing the template. in the mobile version clicking on the search button does not generate scroll.

2. The main search engine also does not generate scroll in both mobile and desktop. (home page)

But in the demo page everything works good.

can you help me please.




(the first image is from the demo page.

the other image is my site)

*

MB Themes

@mariogtz
Can you share your URL?
2nd issue (with scroll) is for sure because you use jQuery 1.x and not jQuery 3.x, there is very small diff that v1.x does not add something (or add something extra).
I would say it was fixed in latest version.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

mariogtz

  • ***
  • 40 posts
I use jquery 1.xxx. This has been happening since the first time I installed the template. No modifications.

elgutierrazo.com


*

MB Themes

Yes it's related to that jQuery version.
Add these to your style.css:
Code: [Select]
.picker.location .results, .picker.pattern .results, .picker.category .results {overflow-y:auto!important;}
header .container.alt.csearch {overflow:visible!important;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots