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.
Hopefully the above PHP code to dequeue the script of modal will resolve the issue.
Don’t work for me!
Do you have a URL where the issue can be seen?
it doesn’t work quite right.
look here https://astrologiaparatodes.com/
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
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.