search not show in mobile

Posted in: Newspaper
Post count: 54

I have problems with mobile search button, search layer don’t show in my site https://decoracion2.com/ but i can’t solve this. Can you help me?

Thanks

Post count: 20685

Hi,

This could be caused by a plugin or plugin conflict, so try as a test to disable all the plugins except Visual composer, clear your cache and purge cdn files, then check to see if the search is working. If the problem is not there anymore, enable the plugins one at a time to identify the one that is most likely causing this issue.

Thanks

Post count: 7

I’m having the same problem and already tried disabled all plugins.
The console shows this error: “Uncaught TypeError: Cannot read property ‘trim’ of undefined (tagdiv_theme.min.js)”

All in this event:

jQuery(“#td-header-search-button-mob”).click(function(a) {
jQuery(“body”).addClass(“td-search-opened”);
var b = jQuery(“#td-header-search-mob”);
setTimeout(function() {
b.focus()
}, 1300);
0 < b.val().trim().length && tdAjaxSearch.do_ajax_call_mob()
});

Post count: 20685

Hi,


@Hivvu
If you tried disabling all (very important) the plugins except Visual composer, cleared the cache maybe something else if interfering with the theme js. Try disabling the child theme and check any custom code you may have added in theme panel, or to the theme files. Also make sure you use the latest version of the bundled plugins (I see you are using the speed booster plugin)

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.