-
Author
-
February 10, 2017 at 14:11 #152612
alla_alla
ParticipantHow can we translate tabs in profile?
I use WPML in string translation have values.
February 13, 2017 at 05:17 #152767Laura
ModeratorHello, 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 solutionFebruary 13, 2017 at 10:15 #152820alla_alla
ParticipantThe problem is not with the profile of fields, and with tabs.
February 13, 2017 at 11:09 #152822alla_alla
ParticipantCOPY 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 #152879Laura
ModeratorHello, 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 solutionFebruary 18, 2017 at 18:28 #153376Radu
ModeratorHi,
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
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.