StaxWP
Forum Replies Created
-
Good news. Enjoy using it.
We have release a new version 1.2.1 and tried a fix based on your error log.
Let me know if that fixes itHi, what PHP version are you using?
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Template override bugHi there, I am glad to hear that. Please share to my email if you can access to your site so I can check it directly -> hi @ staxwp.com
Thanks
Hi, we found the cause coming from the theme used and added the compatibility.
Please send it over email: hi @ staxwp.com
Thanks
I see now what you mean. I will investigate and let you know
I created a new page and edited with Elementor and it worked. Any special steps?
OK, please remove the link now
Hi, do you get an error so we can investigate? Thanks Or if you can get us access to check it. Share details at hi @ staxwp.com
Thanks
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Templater overwriteSure thing. Don’t forget to support our plugin with a 5 ?? rating. It will mean a lot. Thanks
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