Closed rafaelcalero closed 4 years ago
In the latest version of Wordpress, depending on the modules you have installed, the Multi-Modal library generates problems.
The line "if( typeof( $ ) == 'undefined' ) var $ = jQuery;" sometimes it is overwritten by other js incorporated in Wordpress.
How the admin of wordpress uses jQuery, I have replaced it and it is solved.
Fixed in version 0.4.0
In the latest version of Wordpress, depending on the modules you have installed, the Multi-Modal library generates problems.
The line "if( typeof( $ ) == 'undefined' ) var $ = jQuery;" sometimes it is overwritten by other js incorporated in Wordpress.
How the admin of wordpress uses jQuery, I have replaced it and it is solved.