HI @karma007 ,
please share url where it causing problem.
Thanks.
Hello, here is the url : https://www.karatecolombes.fr/stage-karate-prepagrades-le-22-09-2019/
on this link : ✅ Clique ici pour réserver ta place
the popup closes instantly when your plugin in active.
thanks
Hi @karma007,
We have to test our plugin with modal bootstrap plugin so share your plugin package or download link .
thanks.
Hello : https://www.dropbox.com/s/nog2yxmgxqbrl1t/formidable-pro-4.02.04.zip?dl=0
I had do deactivate your plugin on my site to make submit forms work.
thanks
hi @karma007 ,
i have tested it and it is conflicts with bootsrap classes..you can use no conflict js
<script type="text/javascript">
jQuery.noConflict();
</script>
in your function.php file.if it doesn’t work please let me know
-
This reply was modified 6 years, 8 months ago by
preetam27.
hello,
I ass this code at the start of my functions.php. Is this the right place ?
<script type=”text/javascript”>
jQuery.noConflict();
</script>
<?php
add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
function theme_enqueue_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/style.css’ );
}
…..
-> modal opens and closes instantly when your plugin is activated.
Thanks
-
This reply was modified 6 years, 8 months ago by
karma007.