Uncaught Error: Syntax error, unrecognized expression: ul
-
After upgrading WordPress to 4.5, suddenly GravityForms stopped working (forms didn’t show anymore in the frontend).
The following error was on the page:
jquery.js?ver=1.12.3:2 Uncaught Error: Syntax error, unrecognized expression: ul.art-hmenu a[href=#]To fix this with a theme made via Artisteer, open wp-content/themes/yourtheme/script.js and do the following:
—-
The link location (hash marks, #, in this case) should be quoted: [href=”#”] and -not- without quotes around the # ([href=#])
—
After changing that, don’t forget to purge browser cache!It seems that this is some kind of bug – also happening with some commercial themes it seems.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Uncaught Error: Syntax error, unrecognized expression: ul’ is closed to new replies.