Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on 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 select
    

    To 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    Thank you 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25480
    Brajesh Singh on in reply to: Login form #18385

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25480

    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