Issues with Menu Hover, Javascript Errors

Hello,
I am having issues with Site’s menu Hover, Search icon. When I see the Console, I see this error.
I have disabled all plugins, cache, including the Cloudflare, still did not work.
When I am logged in as wordpress admin, I do not see the issue. Not sure, whats going on.
We have not changed any settings. Can you please help ?

Site URL : https://redbus2us.com/

 Uncaught SyntaxError: Unexpected token 'if'
x.js?screx=1&sxcb=1a&ver=7.2.3:1 Uncaught TypeError: Cannot read property 'csstransforms' of undefined
    at x.js?screx=1&sxcb=1a&ver=7.2.3:1
    at Module.<anonymous> (x.js?screx=1&sxcb=1a&ver=7.2.3:1)
    at n (x.js?screx=1&sxcb=1a&ver=7.2.3:1)
    at x.js?screx=1&sxcb=1a&ver=7.2.3:1
    at x.js?screx=1&sxcb=1a&ver=7.2.3:1

Hi @chinnailu,

I checked the front end of the website and the first error. I found out that the error is generated from the file below:

wp-content/plugins/cornerstone/assets/dist/js/site/cs.0ce70e6.js?screx=1&sxcb=1a

I compared that file on your installation with my X and Cornerstone installation, I use the same version and the content was different. The other point is that there is an additional parameter ?screx=1&sxcb=1a added while loading which is not part of our theme and our theme does not have such parameters.

The fact that you see the search icon work ok while signed in and an error while not shows the problem is not our code and it is related to the changes that the not signed in version has and that is a typical problem of cache or performance plugins.

Please contact the Cloudflare support and ask them to help you exclude the Javascript file in question from Cloudflare as the file is already minified and it seems the system tries to minify it again.

Please consider that we can not be of help as this is not related to our theme code and it is related to your installation. You also can contact your hosting service provider and ask them to clear the cache that they might have and ask them to exclude the file that I mentioned above.

Thank you.

Thank you @christopher for the response and research. I will reach out to the hosting provider and seek their help.

Thank you and you’re welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.