Search Results for 'theme'
-
Search Results
-
Topic: BP posts blocked by JS error
Using WP 5.6. BP 7.1.0 and a variety of themes, including Avada, Olympus and WP 2019 and both the BP Legacy and Nouveau templates. I am unable to add a BP post. I can enter replies and create new bbPress topics and blog posts, but any type of post that generates new BP activity hangs when you press Submit and generates errors similar to the below in the JS console.
I did not note this behavior before the most recent update.
Uncaught ReferenceError: bp_get_cookies is not defined
at HTMLButtonElement.<anonymous> (yz-wall-form.min.js?ver=2.6.2:1)
at HTMLDocument.dispatch (jquery.min.js?ver=3.5.1:2)
at HTMLDocument.v.handle (jquery.min.js?ver=3.5.1:2)
[Violation] Forced reflow while executing JavaScript took 51ms
youzer.min.js?ver=2.6.2:1 [Violation] ‘setTimeout’ handler took 155ms
[Violation] Forced reflow while executing JavaScript took 155ms
DevTools failed to load SourceMap: Could not load content for https://wsprdev.wpengine.com/sm/cb6b213d90716bcb7ffe56a94cb1b64fa93d67067b6591fa90b124c2d0fef101.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILUREPlease advise.
Topic: Display Group Description
Hello
i’m using BuddyX Theme and Buddypress. Without this theme, group description are displayed on the group page. But with this theme it’s not.
Here screens ( group page ) :https://prnt.sc/w7fwo2
( group page with a group type filter ) : https://prnt.sc/w7g7u1How can i display group description again ? Also how can I show more letters ?
Thank you for your help
Cloé
WordPress version 5.6
BuddyPress version 7.0.0
Gravity Forms version 2.4.21 with Advanced Post Creation add-on
Avada Theme
http://www.mgroupcorp.comThis site is using gravity forms to feed into an intranet posting feature, and they want to be able to tag other users. When I create a backend post, the dropdown list of mentions populates. When I try from the frontend (as most users would) there is no dropdown. If you know the entire username, the tag still works – it’s just the dropdown that won’t appear. Activity streams are turned on, and I have the following code in my functions.php
add_filter( ‘bp_activity_maybe_load_mentions_scripts’, ‘buddydev_enable_mention_autosuggestions’, 10, 2 );
function buddydev_enable_mention_autosuggestions( $load, $mentions_enabled ) {
if( ! $mentions_enabled ) {
return $load;//activity mention is not enabled, so no need to bother
}
//modify this condition to suit yours
if( is_user_logged_in() && bp_is_current_component( ‘gravity_forms’ ) ) {
$load = true;
}return $load;
}Am I missing something else? Thanks!
Topic: 404 from profile links
WordPress 5.6, BuddyPress 7.0.0, all plugins up to date. StarKid theme by Thimpress.
I’m getting page not found with these types of URLs:
https://oncloudk9.co.uk/members/On%20Cloud%20K9/profile/edit/
https://oncloudk9.co.uk/members/On%20Cloud%20K9/courses/all/I understand that it’ how the user name is formed, the link is being created as on cloud k9, rather than on-cloud-k9, but I don’t know how to correct it.
On Cloud K9 is an admin account, so it’s not feasible to delete the account and recreate it.
Thanks.
We are using the Total WordPress Theme and our activity page worked great for awhile showing the sidebar (on the side) on large monitors (then pushing it to the bottom on mobile). Now the sidebar is being pushed below all of the posts (and not done responsive). Apparently some content that was posted to the activity is forcing the width of the activity area to push the sidebar below the content (even on large screens). How do I force the activity content to be constrained so the sidebar cannot be pushed below the content incorrectly on large monitors?
Topic: Groups page is not working
Hi,
I have a directory website that runs on the MyListing theme.
I created a staging site and installed BuddyPress to test the possibility of increasing the features. Everything was working fine except for the Group page. It returns an empty page.
Please could you help me.
WordPress version – 5.6
BuddyPress version – 7.0.0