Support Forum

Cannot upload files with File Uploader

17 Answers

New Answer

SP Simple Press
Simple Press
Admin

@erinpeloquin, I just did a search on forum posts and found this one that explains how changing the load order for bootstrap is done for one theme.  The process would be similar for yours – though, as mentioned before, it would involve directly modifying the theme files.

https://simple-press.com/support-forum/sp5-plugin-topics/image-upload-jquery-conflict/#p132931

Not sure if this is the post that Mr. Papa had in mind but figured I’d point it out to you.

EP erin peloquin
erin peloquin
Member

Thank you both!

I found the code to remove the bootstrap on the Beaver Builder site.

And yes, I see that code to change the load order. But I’m not sure where to put it in my theme files. I do see this in my functions.php:

add_action( ‘wp_enqueue_scripts’, ‘FLTheme::enqueue_scripts’, 999 );

Is that a clue? I’m far from an expert in php.

MP Mr Papa
Mr Papa
Member

yes @spsupport that is on example…

and @erinpeloquin that is half right place…  you need to follow that one more depth…  its classing its own class enqueue_scripts method…  so you have to find that method/function and look in there for the code loading bootstrap…