Support Forum
actually, looks like a missing parenthesis in the code I gave you... try:
wp_enqueue_script('jquery-ui', false, array('bootstrap6'), '', true)
Visit Cruise Talk Central and Mr Papa's World
I dont see the change??? still seeing:
<script type='text/javascript' src='http://teso.trollpit.de/wp-content/themes/oblivion/js/jquery-ui-1.10.3.custom.min.js?ver=3.8.2'></script>
so lets walk through the change again... did you replace:
wp_register_script( 'custom_js2', get_template_directory_uri().'/js/jquery-ui-1.10.3.custom.min.js','','',true); wp_enqueue_script('custom_js2');
with
wp_enqueue_script('jquery-ui', false, array('bootstrap6'), '', true);
the goal being to load the desired wp jquery ui instead of the theme version which may be conficting...
Visit Cruise Talk Central and Mr Papa's World
Oh sorry forgot quoting it out. But when I do the "Reply" Button in SP does not work it seems.
//wp_register_script( 'custom_js2', get_template_directory_uri().'/js/jquery-ui-1.10.3.custom.min.js','','',true);//wp_enqueue_script('custom_js2');wp_enqueue_script('jquery-ui', false, array('bootstrap6'), '', true);
So I reverted it..
couple things... really should be:
wp_enqueue_script('jquery-ui-core', false, array('bootstrap6'), '', true);
second, if it doesnt break anything, can you leave it so we can continue trying to resolve? hard to take to next step if you keep reverting... of course, understand if it breaks something...
Visit Cruise Talk Central and Mr Papa's World
Same problem with that either: the reply button in SP then has no function.
//wp_register_script( 'custom_js2', get_template_directory_uri().'/js/jquery-ui-1.10.3.custom.min.js','','',true); //wp_enqueue_script('custom_js2'); wp_enqueue_script('jquery-ui-core', false, array('bootstrap6'), '', true);
dont recall the other login info before, but we are a bit distracted at moment... 😉 wp is set to release wp 3.9 next week and we are trying to put finish touches and test everything for our 5.4.2 release to follow...
I see this pm with the link to the theme Andy requested...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)