Search Results for 'theme'
-
Search Results
-
Hello!
On mobile devices does not appears the option “take a photo”, only the option “upload an image” while both options appear on computers.
aτ : profile-> change-> change profile image
WP 5.6
BuddyX theme 3.5.0thanks
I have scoured Google, YouTube, and even this very forum for an answer but no one has been able to help me. I’ve even tried talking to Elegant Themes and they were of no help – blaming it on the plugin developers, even though they created the feature. Also, time is running out for me to incorporated this into the website, so I’m desperate. Plus, I KNOW I’m not the ONLY one in the world who has encountered this problem. I can’t be…
I’m using WordPress version 5.5.3 and BuddyPress version 7.1.0. I’m building a website for an online college using Divi (version 4.7.7, developed by Elegant Themes). Out of the box, Divi is compatible with BuddyPress, except when it comes to the Theme Builder.
I have a template I created using the Theme Builder that I associate for the pages generated by BuddyPress (User Groups, Members, Activity). On the theme, there’s a module called the Post Content Module which renders whatever content is entered in the page/post body field through the admin dashboard.
For whatever reason, it will not render the content from the BuddyPress generated pages, or allow the children of those pages (such as profiles) from rendering within the Post Content Module. If I turn the theme template off on those BuddyPress generated pages, the content shows up. But, it’s out of theming with the rest of the website.
I have recorded a video that shows exactly what I’m talking about that can be looked at by clicking here.
Please, please, please can someone give me an answer and a fix for this issue. I’ve tried reaching out to Elegant Themes, the creator of Divi, and they were of absolutely no help at all.
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.
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
