Hi,
Yes, we have included the both bootstrap.css and bootstarp.js files in the plugin, which are basic bootstarp files. And you are right that it will override the existing files based on the order these are included, however we have used the wp_enqueue_script method with handler name “bootstrap”, so you can use the same handler name in your script or you can replace it in this plugin with your handler name. that will resolve the issue.
Thanks
Hi,
Yes, we have included the both bootstrap.css and bootstarp.js files in the plugin, which are basic bootstarp files. And you are right that it will override the existing files based on the order these are included, however we have used the wp_enqueue_script method with handler name “bootstrap”, so you can use the same handler name in your script or you can replace it in this plugin with your handler name. that will resolve the issue.
Thanks
Hi,
We have launched version 2.0.0
- Now you can use js file from CDN or disable the plugin js.
- You can use your own css file by disabling the plugin css, which gives you more flexibility over styling.
-
new shortcode such as progress code, labels,button dropdown etc
Thanks