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
Start Upload button not working
Avatar
GE
Member
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 11:19 am

Thanks for the quick reply. It was not. But I have now selected that option.

Unfortunately, the problem remains.

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Aug 6, 2013 - 11:29 am

We will need to see the code where the bootstrap file is enqueued. First stop would be to see in the themes functions.php file for a wp_enqueue_script() call for the bootstrap library...

Will need to see the block of code around that...

andy-signature.png
YELLOW
SWORDFISH
Avatar
GE
Member
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 12:02 pm

After some digging, it doesn't appear in the functions.php file, but rather a file called class-fire-ressources.php.

 

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Aug 6, 2013 - 12:37 pm

So - will need to see the code. Can you paste it here - along with, say 10 lines either side for now?

andy-signature.png
YELLOW
SWORDFISH
Avatar
GE
Member
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 1:27 pm

Can you not see it in the pdf attachment of my last post?

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 1:37 pm

he probably just missed that you had attached a file...

lets try changing this:

wp_enqueue_script( 'jquery' );
wp_enqueue_script( 'jquery-ui-core' );
wp_enqueue_script( 'bootstrap' ,TC_BASE_URL . 'inc/js/bootstrap.min.js' ,array( 'jquery' ),null, $in_footer = true);

to

wp_enqueue_script( 'jquery' );

wp_enqueue_script( 'bootstrap' ,TC_BASE_URL . 'inc/js/bootstrap.min.js' ,array( 'jquery' ),null, $in_footer = true);
wp_enqueue_script( 'jquery-ui-core', '', array('jquery', 'bootstrap'), false, true );

the goal is to get bootstrap to load before jquery ui since it totally stomps on the wp jquery ui (poor design choice to use bootstrap when its known to do this)...

also you probably want to make sure you are loading your forum scripts in the footer on forum - integration - page and permalink...

Avatar
GE
Member
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 2:06 pm

No worries.

Thanks for the quick reply. I'll make the changes and report back.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 2:07 pm

please do...  and if you havent yet, please add a link to your site so we can see the load order if not working...

Avatar
GE
Member
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 2:41 pm

So I made the change, including making sure the footer setting was correct. But unfortunately still didn't work.

landlordmart.com

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Aug 6, 2013 - 3:36 pm

and a link so we can check the load order?

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