StaxWP
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Templater overwriteAn update will be released in a few hours and you will be able to override the templates in child theme: /buddybuilder/
Also just for that override I recommend to add this snippet instead to functions.php
add_filter( 'bp_ajax_querystring', 'stax_override_bp_querystring', 10, 2 ); function stax_override_bp_querystring( $query_string, $object ) { if ( $object === 'members' ) { $query_string .= '&type=alphabetical'; //custom query here } return $query_string; }Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Templater overwriteHi, let me check that and get right back
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Templater overwriteHi, I will add an option so you can add that directly from the Elementor editor 🙂
But if you want to override it you can just copy it in your child theme in buddypress/members/members-loop.phpHi, glad to hear you like our plugin. For view conversation page it takes a default template that in the free version isn’t customizable. The Pro version allows you to fully customize the Activity item template that renders when viewing the site-wide activity page, profile activity and the view conversation since all use the same template.
Let me know if you need more info.
Thanks
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Templater overwriteHello, you mean to override the templates from the plugin under templates/buddypress/ ?
Let me know. Thanks
Forum: Plugins
In reply to: [Restrictions for BuddyPress] Member GroupsHi, groups are just a way to have people joining and discussing different interest topics.
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Version 1.2 changelogHi, for the free version the changelog is here:
https://wordpress.org/plugins/stax-buddy-builder/#developers
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Dynamic navigation?Hi, thanks for the proposal. We can talk Monday more and get on with it.
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Dynamic navigation?Hello, thanks for trying BuddyBuilder.
Our plugin should show the default Buddypress navigation and if you have a plugin to modify it then it should show that modified version.
Can you let me know where is that Pro link and on what link it takes you? ThanksFor the cover widget, you need to set it from the Advanced tab to Absolute.
Of course we need a beta tester 🙂
Forum: Reviews
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Junk PluginI think it some misunderstanding, can you share your site details with me by email? hi @ staxwp.com
Thanks
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Problem with Elementor 3.0Awesome. We will try to add an extra check for empty templates or unset activity item templates.
All the best
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Problem with Elementor 3.0Also make sure to check that when you have the pro version active, that your activity item is built and is not empty. You can check that from the BuddyBuilder settings.
If this is the case, we will add a fallback in case there is a template assigned for the activity item and if it is empty then we will use the default Buddypress template.
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Problem with Elementor 3.0Hello, can you please email me so I can also check your site directly? Thanks
hi @ staxwp.comForum: Reviews
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Junk PluginHi, let me know if you are willing to provide more info or discuss to see how we can help.
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] ErrorsHi, let me know if that was fixed. Thanks