Replies
- Brajesh Singh on June 6, 2019 at 7:02 pm in reply to: [Resolved] BuddyPress Group Tabs Creator Pro & WPML #23386
Hi Chris,
I have tested it and we can easily add support for it. There is one restriction and I need you to help me with one other question.1. Restriction:- You will need to recreate the tab for each language(it means the original settings for the tab are language specific).
2. Question:- How do we generate the tabs based on current language. Should we generate the tabs which have translation in currently selected language or we fallback to non translated too?
Please let me know and I can put an update tomorrow.
Regards
Brajesh - Brajesh Singh on June 6, 2019 at 6:59 pm in reply to: [Resolved] BuddyPress Ajax Registration link creation #23385
Hi Thierry,
I added an id attribute to your button and then put that id in the ajax registration settings. Please visit ajax registration settings for register link trigger and note the last entry in the selector.Regards
Brajesh - Brajesh Singh on June 6, 2019 at 6:57 pm in reply to: [Resolved] Hide parts of visibiliy settings (in BuddyPress Profile Visibility Manager) #23383
You are welcome.
Hi Jessica,
Thank you for the reply.I don’t see a workaround without modifying code.
The plugin is filtering on ‘walker_nav_menu_start_el’ and using regular expression to inject the font awesome markup.
The problem is our custom nav walker for the panel menus return custom links(containing font awesome markup itself).
That makes the plugins regular expression go wrong.
The only solution I see is modifying the cb-nav-walker.php and removing our code for adding icon.
You will need to comment line 139 from
$item_output .= $fa_item;to
//$item_output .= $fa_item;and also modify line 142 from
$item_output .= ( $args->has_children && 0 === $depth ) ? ' <i class="fa fa-angle-left pull-right"></i></a>' : '</a>';to
$item_output .= '</a>';That will make it work.
Regards
Brajesh- Brajesh Singh on June 6, 2019 at 12:08 am in reply to: [Resolved] BuddyPress Ajax Registration link creation #23375
Thank you.
Please check now.Regards
Brajesh - Brajesh Singh on June 6, 2019 at 12:02 am in reply to: [Resolved] Hide parts of visibiliy settings (in BuddyPress Profile Visibility Manager) #23374
Hi Markus,
Thank you for confirming.Please install BuddyDev Dashboard to avail automatic updates
https://buddydev.com/plugins/buddydev-dashboard/Regards
Brajesh - Brajesh Singh on June 5, 2019 at 11:33 am in reply to: [Resolved] Hide parts of visibiliy settings (in BuddyPress Profile Visibility Manager) #23370
Hi Markus,
Thank you for the patience.Please upgrade to 1.7.3
https://buddydev.com/plugins/bp-profile-visibility-manager/And then, Please visit settings to disable the friendship request preference.
Regards
Brajesh - Brajesh Singh on June 5, 2019 at 10:29 am in reply to: [Resolved] BuddyPress Group Tabs Creator Pro & WPML #23369
Hi Chris,
I am sorry I could not look at this. Please allow me till tomorrow to give you an update.Thank you
Brajesh - Brajesh Singh on June 5, 2019 at 10:16 am in reply to: hide_comments in buddypress.js not working. #23368
You are welcome. Hope it gets resolved by them.
- Brajesh Singh on June 5, 2019 at 10:16 am in reply to: Community Builder – Change iframe width #23367This reply has been marked as private.