Support Forum
Silver Members
Also, from this post, I did just check the button to lead javascript in the footer and cleared the cache. It didn't help.
Silver Members
Actually, I think I fixed it. It's related to Beaver Builder.
I inserted this code:
function remove_bb_bootstrap() { wp_dequeue_script('bootstrap'); } add_action( 'wp_enqueue_scripts','remove_bb_bootstrap',1000);
And now the buttons show properly. I don't really know what that code means, so would you please tell me if anything looks problematic in relation to simple press?
Thanks!
Yes related to your theme. It's loading Bootstrap which conflicts with the WP jQuery UI... Csn work together - just have to load in right order which the theme should do properly...
Of course removing it if not needed can work too... 😉 the forum certainly won't use it... If problems arise, we can help with the order too...
Visit Cruise Talk Central and Mr Papa's World
Did you find the info on removing it here? Those same topics have details about changing the load order too (requires modifying your wp theme)... Search the forum for Bootstrap...
You will need to find on your wp theme where Bootstrap is loaded... You may have already done that..
I can update later tonight when home from work...
Visit Cruise Talk Central and Mr Papa's World
@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/suppo.....t/#p132931
Not sure if this is the post that Mr. Papa had in mind but figured I'd point it out to you.
Silver Members
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.
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...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)