• Hi, I have installed Amplify to all my sites. It’s been awhile that customizer isn’t working,meaning it shows a circle spinning infinitely and that’s all.

    I ve read somewhere that i might need to deactivate plugins which i did.JUst to be sure i renamed ‘plugins folder’ to ‘pulgins-old’ but without positive results.

    I would appreciate some help
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    Please try changing the following line of code in /js/scripts.js file

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

    With

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

    Let me know if it fixes the issue.

    Best Regards,
    Suyogya (Themeisle Support)

    Thread Starter spyros79

    (@spyros79)

    Thank you for trying. That didn’t work either so i replaced with previous line of code.

    Once again thanks for your time

    Hi,

    We will need more info to debug this issue. Could you send us an email at [email protected] with the link to this thread so we could assist you?

    Best regards,
    Suyogya (Themeisle Support)

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