Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    The problem is actually in your theme, more specifically wp-content/themes/Divi_2-5/js/custom.js tom96, which has this line of code;

    $( 'a[href*=#]:not([href=#])' ).click( function() {

    which does not work with the version of jquery shipped with wordpress 4.5.x (cfr. confirmation of that fact here)

    upgrading to the most recent version of Divi should fix this nasty issue;

    Divi Version 2.7.3 ( updated 04-13-2016 ) fixes the jQuery issue outlined below. Update your theme.

    hope this helps,
    frank

Viewing 1 replies (of 1 total)

The topic ‘Javascript Syntax Error’ is closed to new replies.