This is a rare possibility when the modal popup no longer works in the Avada theme. Nonetheless, its a very annoying issue and the usual culprit is that the modal shows up for a second and then closes automatically Or the modal is completely grayed out when you try to open it. This happens due to a JavaScript conflict of another third party plugin you may be using in your website.

Modal Popup of Avada is based on Bootstrap so any plugin using the same bootstrap modal will conflict. The common plugins that conflict are Bookly, WordPress Download Manager. In order to resolve this issue, you can dequeue the bootstrap modal script of Avada theme. Below PHP snippet can be inserted in functions.php file of your Avada Child Theme and make sure to activate your Child Theme. This way the conflict will be resolved and you’ll be able to use the Modal Popups of Avada and your third plugin won’t need to be disabled anymore.

Copy to Clipboard

Hopefully the above PHP code to dequeue the script of modal will resolve the issue.

No Comments

  1. bartolomeo October 19, 2020 at 5:54 pm - Reply

    Don’t work for me!

    • Muhammad Hassan Tariq October 19, 2020 at 11:23 pm - Reply

      Do you have a URL where the issue can be seen?

  2. German November 27, 2020 at 7:27 am - Reply

    it doesn’t work quite right.
    look here https://astrologiaparatodes.com/

  3. Paul Takaingofa Matipano January 10, 2022 at 2:56 pm - Reply

    I also put in the same function but did not work, my site is still in development, can you please help, i use Avada Child theme

    • Muhammad Hassan Tariq January 10, 2022 at 3:10 pm - Reply

      Do check for a third party plugin conflict first. Also do you use WP Download Manager plugin? If yes then try disabling the Bootstrap JS function in it.

Leave A Comment