-
Author
-
February 10, 2017 at 14:11 #152612alla_allaParticipant
How can we translate tabs in profile?
I use WPML in string translation have values.
Attachments:
You must be logged in to view attached files.February 13, 2017 at 05:17 #152767LauraModeratorHello, please check https://archived.seventhqueen.com/forums/topic/wmpl-to-translate-profile-fields
Does it work?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 13, 2017 at 10:15 #152820alla_allaParticipantThe problem is not with the profile of fields, and with tabs.
February 13, 2017 at 11:09 #152822alla_allaParticipantCOPY CODEclass BpMembersTab { /* tabs instance */ public $tabs_instance; public $args; public function __construct($args) { $this->tabs_instance = BpMembersTabs::get_instance(); $this->args = $args; } public function title() { $active = ''; if($this->tabs_instance->active_tab === FALSE || $this->tabs_instance->active_tab == $this->args["name"] ) { $active = 'active'; $this->tabs_instance->active_tab = esc_attr(str_replace("%", "",sanitize_title_with_dashes($this->args["name"]))); } return '<dd class="'.$active.'"><a href="#'.esc_attr(str_replace("%", "",sanitize_title_with_dashes($this->args["name"]))).'">'.$this->args["name"].'</a></dd>'; }
maybe there is something to change?
February 13, 2017 at 19:08 #152879LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
February 18, 2017 at 18:28 #153376RaduModeratorHi,
Maybe yes, it’s possible to provide FTP login details to can test some solutions ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.