Any reason why the slider and home page gallery image will stop working? Updated PHP and theme and still not coming up?
Thanks
B
Hey schwabino,
Thank you for the inquiry.
We’re seeing an error in the console which seems to be related to a sorting dropdown or filter.
Syntax error, unrecognized expression: #facilitytype=0&sortby=Date&view=Grouping&holes=3&timeperiod=3&timemax=42&timemin=10&players=0&pricemax=10000&pricemin=0&promotedcampaignsonly=false
Did you add any extensions or modifications to the theme?
Best regards,
Ismael
Hi,
Yes, please include the login details in the private field so we can check the issue further. Also, make sure the theme is updated to version 7.1.1.
Best regards,
Ismael
Hi,
The error in the browser console: Uncaught Error: Syntax error, unrecognized expression: #facilitytype=0&sortby=Date&view=Grouping&holes=3&timeperiod=3&timemax=42&timemin=10&players=0&pricemax=10000&pricemin=0&promotedcampaignsonly=false
is from the code in your Golf Sim Booking menu item: https://www.golfnow.com/tee-times/facility/19545-fremont-clubhouse/search#facilitytype=0&sortby=Date&view=Grouping&holes=3&timeperiod=3&timemax=42&timemin=10&players=0&pricemax=10000&pricemin=0&promotedcampaignsonly=false
The hash fragment (#facilitytype=0&sortby=Date…) resembles a query string, jQuery is trying to interpret it as a DOM selector (e.g., an element ID), which causes the syntax error.
Try removing this menu link and see if it solves.
Best regards,
Mike
Your the man!
Thanks bro!