alexitpro
Forum Replies Created
-
@manoskav thank you for your comment. I would recommend use more functional IDE like NetBeans, PHP Storm, Visual Studio Code. These tools will help you if you forgot part of php syntax like difference between ‘ ” ` ‘ quote symbols (juniors mainly are confused 🙂 )
@manoskav welcome and please comment the result! 😉
@manoskav I use my own plugin, which is active all time and put code there.
In general, I guess you can put this line of code in your WP active theme’s file functions.phpHi!
Got same problem on “Shop” page, when installed UM on site with WooCommerce.
Seems for some reason UM does not includes JQuery Select2 library.
I’ve added this line in my plugin code and it solved the issue:
wp_enqueue_script( ‘select2-js’, ‘https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.6-rc.0/js/select2.min.js’, array(), ‘4.0.6’, true );
- This reply was modified 7 years, 2 months ago by alexitpro.