• Hello,

    there is an error into the theme.js file : you try to define if wp var is false without testing if wp var exist (lines 576 and 678). If wp is undefined, it will break javascript execution.

    I suggest you to replace by: if (typeof wp == 'undefined' || !wp || !wp.customize) {

    Thank you

  • The topic ‘JS bug’ is closed to new replies.