Hi @shallowvee,
Have you tried to deactivate LS plugin to see is it keep happening?
And we found Uncaught SyntaxError: Unexpected token ; js error, can you try to turn off JS Minify and JS Combine check where’s it come from?
Hi, stanleylitespeed, yes, when I deactivate the LS plugin, the search button action returns. I found that turning off JS and CSS Combine returns the search action as well (must be both), which is helpful. If you can point me in the right direction for how to check where the js error is coming from, I would love to learn more about it as well.
Thanks for your Litespeed support.
Hi @shallowvee, you should see the Uncaught SyntaxError: Unexpected token ; still here if you open Inspect > Console and it can locate where’s the error coming from.
Here’s which I can found:
(label.children('span').text($selected.next('label').text());
Missing one close brackets at the end.
Once you fixed this error you may try to active the JS combind feature again to get better performance.
Thanks, Stanley! Your support has been very appreciated. I tracked down the error and believe it’s no longer a problem, and have turned JS Combine on and seem to have no issues with it either, and the search button is working as it should.
All the best, and thanks again.