Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1487359

    Any reason why the slider and home page gallery image will stop working? Updated PHP and theme and still not coming up?

    Thanks
    B

    #1487370

    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

    #1487371
    This reply has been marked as private.
    #1487375

    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

    #1487379
    This reply has been marked as private.
    #1487399

    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

    #1487401

    Your the man!

    Thanks bro!

    #1487404

    Hi,

    Great! Glad to know this has been resolved. Feel free to open another thread if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Home page slider and image galleries not working?’ is closed to new replies.