Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
Some other issues on my forums
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 10, 2014 - 11:03 am

White screening is usually just caused by a fatal error and php stops processing. Maybe a syntax error? The error log should tell you.

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 10, 2014 - 8:58 pm

actually, looks like a missing parenthesis in the code I gave you... try:

wp_enqueue_script('jquery-ui', false, array('bootstrap6'), '', true)
Avatar
xDave
Germany
Member
sp_UserOfflineSmall Offline
Apr 11, 2014 - 1:18 am

Okay seems to work at first glance. But no improvement with the uploader plugin yet.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 11, 2014 - 10:44 am

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...

Avatar
xDave
Germany
Member
sp_UserOfflineSmall Offline
Apr 12, 2014 - 3:35 am

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..

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 12, 2014 - 1:48 pm

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... ;)

Avatar
xDave
Germany
Member
sp_UserOfflineSmall Offline
Apr 13, 2014 - 3:23 am

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);
Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Apr 13, 2014 - 4:35 am

This is not really going anywhere is it? If the theme authors can not be bothered to correct their own issues then I am wiling to take a look at it. Send me the whole theme zipped up and I will see if I can do anything with it.

andy-signature.png
YELLOW
SWORDFISH
Avatar
xDave
Germany
Member
sp_UserOfflineSmall Offline
Apr 13, 2014 - 11:42 am

I gave the guys from the theme a test login a few days ago but still no info...

Will send it to you by PM (but don´t tell anybody ;) )

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Apr 13, 2014 - 1:05 pm

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...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
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