Search Results for 'theme'
-
Search Results
-
Hello and happy new year to all buddies!
I have a boombox themed site where members can post photos or videos and these appear as tiles on main page.
Question is, if i import buddypress to expand the user experience abilities, members where post from buddypress can merge their activities to main page as post or they have to do double it? Can be bidirectional connection of posts?example image:
https://prnt.sc/wkb4xuTopic: Group Type Directory
Hi all,
I want to create a dedicated URL for a specific group type to be able to link to the groups in that category as a new directory.
My page is in german, so the general group directory is listed under:
myurl.com/gruppen/I tried various things to see if I could filter by group type, like this:
myurl.com/gruppen/typen/Inspiration
myurl.com/gruppen/typ/Inspiration
myurl.com/groups/types/InspirationNone worked, always got 404.
I have a custom code which sets the “per_page” option already to 50. It looks like:
add_filter('bp_after_has_groups_parse_args', 'wbcom_theme_alter_groups_parse_args'); function wbcom_theme_alter_groups_parse_args($options) { if (bp_is_groups_directory()) { $options['per_page'] = 50; } return $options; }It works.
And I found that there are a lot more options in class-bp-groups-group.php for BP_Groups_Group::get(), like ‘include’, ‘group_type’, ‘group_type_in’.. so I tried to extend my code from above by:$options['group_type'] = 'Inspiration';I also tried to use the group-id instead of the “slug”….
None worked…What am I missing?
Any idea?Thanks!
Topic: not able to login
I have a problem with buddy press, in that my client is saying they can not login using the usual buddy press button.
Please see video of issue
what i have tried so far:
Changed wordpress themes tp the 2019, an tested on another theme
Updated plugins
Turned off plugins
Im not aware of any custom code
I Have tried logging out (wordpress included), and then try to loginTopic: Group Cover Image
I’m uploading a large png as the cover image for a group and it seems to be reducing the size to 640px x 225px and then displaying it as 1160px x 225px making it blurry.
I’ve reported this to ThimPress who wrote the theme I’m using, StarKid, and they say the problem is with BuddyPress.
Since reporting the problem to ThimPress, the problem seems to have changed (not sure how) in that the image is now being displayed is 640px x 225px and it’s being stretched to 1160px x 1051px which is taking up too much space on the page and the image is blurry.
In addition, if I don’t upload an image I get a 1160px x 1051px blank space.
On another of my sites which uses a different theme I don’t get the option to upload a group cover image.
Thanks.
Problem
I’m working on a site with a custom theme. The members’ list says “All members 0” and lists no members, and, below the search box “Sorry, no members found”. What do I need to do to show the actual members?——
Details
I’ve copied wp-content/plugins/bp-templates/bp-nouveau/buddypress to wp-content/themes/my-custom-theme/buddypress. I’ve added links to discussion boards, groups and a members list to the menu and populated the site with members data by using the Buddypress Detault Data plugin (and added a few extra users, and logged in as them).If I insert the contents of buddypress/members/members-loop.php into the custom theme’s index.php, then the index.php shows me a listing of members (showing when the database says when they were last active). I am wondering if this means I need to set a path somewhere.
I am seeing the same behaviour if I use the “twenty seventeen” “twenty twenty” and “twenty twentyone” themes. This is using WordPress 5.6 and Buddypress 7.1.0. I can’t provide a URL as it’s currently a development version on my NetBSD (unix) laptop.
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.
I have a query about the separate discussion for the courses in buddyboss theme. Please suggest any addon for the same.
i have registration and signUp issues in my site,http://finapress.com
am using Explicit reviews theme with buddypress plugin Version 7.1.0
Wordpress Current version: 5.6url :http://finapress.com/wp-signup.php
the error message”This page isn’t workingfinapress.com redirected you too many times.
Try clearing your cookies.
ERR_TOO_MANY_REDIRECTS”after crearing cookies and clearing cache and changing browsers the issues persist.
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.


