-
AuthorPosts
-
July 29, 2025 at 10:51 pm #1487359
Any reason why the slider and home page gallery image will stop working? Updated PHP and theme and still not coming up?
Thanks
BJuly 30, 2025 at 7:06 am #1487370Hey 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=falseDid you add any extensions or modifications to the theme?
Best regards,
IsmaelJuly 30, 2025 at 7:13 am #1487371This reply has been marked as private.July 30, 2025 at 7:36 am #1487375Hi,
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,
IsmaelJuly 30, 2025 at 8:13 am #1487379This reply has been marked as private.July 30, 2025 at 11:14 pm #1487399Hi,
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,
MikeJuly 31, 2025 at 2:27 am #1487401Your the man!
Thanks bro!
July 31, 2025 at 5:26 am #1487404 -
AuthorPosts
- The topic ‘Home page slider and image galleries not working?’ is closed to new replies.
