Replies
- Brajesh Singh on October 29, 2018 at 8:37 pm in reply to: Create separate member types that can't see each other #18398This reply has been marked as private.
- Brajesh Singh on October 29, 2018 at 8:36 pm in reply to: Create separate member types that can't see each other #18397
Hi Daria,
Sure, please do let me know how it goes.About the global members options, It will be nice if we can discuss after 1st Nov. I have some urgent tasks that need attention till then and I will be glad to take over it after that.
I am sharing my email in next private reply.
Thank you
Brajesh - Brajesh Singh on October 29, 2018 at 8:34 pm in reply to: [Resolved] BuddyPress Group Tabs Creator Pro Private Groups #18396
Hi Miles,
Thank you for using the plugin and reporting the issue. Please allow me to get back to you by 1st November with a solution.Regards
Brajesh - Brajesh Singh on October 29, 2018 at 8:33 pm in reply to: [Resolved] Support for BP Events Calendar? #18395
Hi Torben,
Thank you for the suggestion to support these plugins. I checked and it was a simple conflict between our selectbox styling plugin and the selectbox2.I have fixed it in the theme(and it will be automatically appilied on new installs). For already existing sites, please visit Appearance->Customize->Advance Settings->Misc section and in that section you will find the box
Exclude Selectbox Styling. Please add the following selector after a comma like,.tribe-community-event-info selectTo that list and save. It will fix the selectbox issues.
There are two other problems:- The layouts for “Events List and Add Event Page breaks”
It is due to a bug in BP Evenets Calendar plugin.Please pen bp-events-calander/templates/bpec-event-form.php and you will see a line at the bottom like this
</div><!-- .bp-events ->change it to
</div><!-- .bp-events -->In the same way, Please open bp-events-calendar/templates/bpec-event-list.php and at the bottom you will see the same
</div><!-- .bp-events ->Please change to
</div><!-- .bp-events -->The plugin did not close the html comment tag properly and that leads to page layout break. We fix it by closing the comments properly.
Hope it helps.
Please let me know it works for you or not?
Regards
Brajesh - Brajesh Singh on October 29, 2018 at 8:25 pm in reply to: [Resolved] Community Builder contains outdated copies of some WooCommerce template files #18394
Hi Torben,
Thank you for the patience.I have updated the theme and it uses the updated templates. Please upgrade to 1.1.5 and it will work as expected.
Please do let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on October 29, 2018 at 8:24 pm in reply to: [Resolved] Activation key not inserted on activation page #18392
Hi Torben,
Thank you for the patience.
We have it fixed in 1.1.5 that we just released. Please upgrade and it will be fixed.Please let me know if it works for you or not?
Regards
Brajesh - Brajesh Singh on October 29, 2018 at 4:38 pm in reply to: [Resolved] bbPress styling and add/remove features #18389
Thank you 🙂
- Brajesh Singh on October 29, 2018 at 4:36 pm in reply to: [Resolved] bbPress styling and add/remove features #18387
You are welcome.
I am sorry for the inconvenience but for the next 2 updates, you will need to do it manually as the folders are in parent theme. once 2.0 is available, we will keep bbpress folder but remove most of the templates to use the fallback and avoid translation issues.
For now, Please do it manually.
Thank you
Brajesh Hi Madhavi,
If you plan to sell memberships and products both and want to give special discounts etc to subscribes, the best available solution is to use WooCommerce for products and WooCommerce Memberships plugin for the membership.
Hope that helps.
Regards
Brajesh- Brajesh Singh on October 29, 2018 at 4:23 pm in reply to: [Resolved] bbPress styling and add/remove features #18384
Hi Torben,
Thank you for posting.1. Translation issue:- It is happening because we have all bbPress files using our text domain. That means, in order to translate, you will need to localize it in theme’s translation file.
If you rename “bbpress” folder, the templates are used from bbpress and since they are already translated, it works.
2. The only reason we put our own bbpress folder and files was to control the views and provide better styles. If the view works for you without our bbPress folder, I will suggest removing it.
You should also remove bbpress-functions.php if you decide to go with it .
There is nothing wrong in removing the folder as in future, we do plan to only keep a few wrapper files.
Regards
Brajesh