• Resolved recce2jp

    (@recce2jp)


    My “Eventbrite event” theme based site was finalised 1 month ago.
    3 days ago the WP canvas gallery stopped working.
    Since, I see a syntax error in jquery.js on every page:

    Syntax error, unrecognized expression: a[href=#]

    When switched to “Classic” theme the error doesn’t show and Canvas Gallery runs fine again.

    How can this .js error get resolved in the “Eventbrite event” theme?

    Recce

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter recce2jp

    (@recce2jp)

    In wp-content/themes/eventbrite-event/js/script.js :
    $( ‘a[href=#]’ ).not( $( ‘#wpadminbar a’ ) ).click(function(){
    changed to:
    $( ‘a[href=”#”]’ ).not( $( ‘#wpadminbar a’ ) ).click(function(){

    SOLVED

    THANK-YOU SO MUCH recce2jp!!!

    You have no idea what I was going thru… (actually I’m sure you do lol)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Syntax error in jquery.js with Eventbrite event theme’ is closed to new replies.