Support Forum
Start Upload button not working
I believe there is an example in this thread... you will likely have to deregister jquery ui and then reregister and enqueue it with bootstrap as a dependency...
something like this one: https://simple-press.com/suppo.....5/#p133610
but wouldnt hurt to try Andy's suggestion too... or make sure bootstrap loads in header and jquery ui in footer...
Visit Cruise Talk Central and Mr Papa's World
Philippe Combas
Rookie
Free Members
Offline
Yeah! Thank you very much for your help. I tried different possibility and i found an answer :
Before
wp_enqueue_script( 'jquery' );wp_enqueue_script( 'jquery-ui' );
wp_enqueue_script( 'jquery-ui-tabs' );
wp_enqueue_script('bootstrapjs', get_template_directory_uri().'/core/includes/bootstrap/js/bootstrap.min.js', array('jquery') );
After
wp_enqueue_script( 'bootstrap-js', get_template_directory_uri() . '/js/bootstrap.min.js', array( 'jquery' ), '2.0', false );wp_enqueue_script( 'jquery' ) wp_enqueue_script( 'jquery-ui' ); wp_enqueue_script( 'jquery-ui-tabs' );
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625