Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    This is the error:

    Timestamp: 05/05/2016 13:32:41
    Error: Error: Syntax error, unrecognized expression: .mobile_menu > ul > li.has_sub > span.mobile_arrow, .mobile_menu > ul > li.has_sub > h3, .mobile_menu > ul > li.has_sub > a[href*=#]
    Source File: https://unbeelievablehealth.co.uk/wp-includes/js/jquery/jquery.js?ver=1.12.3
    Line: 2

    This error is either caused by your theme, or another plugin using code that worked fine before WP 4.5, but now breaks.

    WP 4.5 ships with a new jQuery version that doesn’t allow invalid code anymore, that used to work. This code in the error a[href*=#], should be a[href*=’#’] ( ” around the # ).

    The only way you can find out where it comes from is by switching back to your default theme and see if that fixes it, if it does, then you have to contact the theme author for a fix, if not, you have to try and disable all other plugins one by one until you found the one that breaks it.

    This is not an error caused by the store locator or WP itself, it’s code that should never been used in the first place, but just happened to work in older jQuery versions.

    Thanks. i will try to find the plugin that causes the problem

    I have upgraded my theme and everything works as it should. Thank you for your support!!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Map not loading?’ is closed to new replies.