• HI,

    I recently activated the Elementor preloader and now the button to expand or collapse the shipping cost estimate form sends me to the home page. Any way to make it work correctly again?

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rajeshsingh520

    (@rajeshsingh520)

    The issue is happening due to your theme exit screen animation

    this is the below code that is causing the redirect to home page this below code looks to be part of your theme you need to contact your theme developer for this

    this.animateState(“exiting”, this.getPreloaderDelay()).then((()=>{
    this.classList.add(this.classes.exiting),
    location.href = t
    }

    Thread Starter playtecgames

    (@playtecgames)


    Great, thanks for your help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button on the product page sends me to the home page’ is closed to new replies.