GBOB Website
Forum Replies Created
-
AuthorPosts
-
😀
Thanks so much! It works now 🙂
Thanks, Ive tried to deactivate w3 total cache before this, I think I know the solution to the search error (cannot delete buddypress global search, so will make a multisite instead.. and separate installed plugins per site).
But I have no idea how to enable the reviews section. ANy advice would be great
This reply has been marked as private.PS. the reviews also still dont work with the plugins mentioned turned off.
Hi Paolo,
I have tried turning off both plugins and a bunch of others except buddypress (and related add ons) and woocommerce, visual composer and revslider, Ive noticed the search option works when a name is being searched. But it doesnt return any result when i.e. another field is being searched such as “business type” or “music genre” when the name field and location are left blank.
Thank you for all the advice
Hi Paolo,
Thanks for the reply, thing is I just read Super Cache and GD Booster has some issues with buddypress, is there another caching plugin you might recommend that is compatible with both?
Thank youRach
This reply has been marked as private.Added in function.php
Hi,
Thanks the theme developers have fixed the problem. If it helps anyone here is the code they gave:
function bb_dequeue_script() {
wp_dequeue_script( ‘selectboxes’ );
}
add_action( ‘wp_enqueue_scripts’, ‘bb_dequeue_script’, 100 );This reply has been marked as private.Hello,
Thank you so much it works now 🙂
Hi Paolo,
Thanks for the quick reply, my mistake, I put the code in the wrong place inside functions.php. It works now, thanks,
-
AuthorPosts