Forum Replies Created
Viewing 10 posts - 1 through 10 (of 10 total)
-
Author
-
alla_allaParticipant
The child theme is unchanged, but I disabled and activated the base theme, the result is the same… 🙁
alla_allaParticipantAnd…
Problem In front end, where user not logeded. If go to /wp-login.php and login, all work!
https://www.dreamislove.com/login
user: test
pass: 147147147alla_allaParticipantok.
I disabled all plug-ins, except for the two rtMedia & BuddyPress. The result is the same. If I disable any of these two plugins, everything works. Those. Problem only when they are connected together.alla_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?
-
AuthorPosts
Viewing 10 posts - 1 through 10 (of 10 total)