-
The BuddyBoss Team replied to the question customize page and boss theme pages dont work in the forum Boss. theme 8 years, 11 months ago
Hi @kostasf
To lock down BuddyPress
PM Pro need extra functions
Take a look of these codes suggested by PM pro core team.
https://gist.github.com/strangerstudios/3111478Regards
—
Varun Dubey
BuddyBoss Support Specialist -
The BuddyBoss Team replied to the question customize page and boss theme pages dont work in the forum Boss. theme 8 years, 11 months ago
Hi @kostasf
To lock down BuddyPress
PM Pro need extra functions
Take a look of these codes suggested by PM pro core team.
https://gist.github.com/strangerstudios/3111478Regards
—
Varun Dubey
BuddyBoss Support Specialist -
Anve S. replied to the question How to erase links in /wp-login.php in the forum Boss. theme 8 years, 11 months ago
Hi @kostasf,
Try applying following code in theme-functions.php
function my_login_logo() { ?>
<style type="text/css">
#login > p#nav {
display: none;
}
</style>
<?php }
add_action( 'login_enqueue_scripts', 'my_login_logo' );Regards
Anve -
Anve S. replied to the question How to erase links in /wp-login.php in the forum Boss. theme 8 years, 11 months ago
Hi @kostasf,
Try adding the following code in theme-functions.php of child theme
function remove_lostpassword_text ( $text ) {
if ($text == 'Lost your password?'){$text = '';}
return $text;
}
add_filter( 'gettext', 'remove_lostpassword_text' );
This will help you removing lost your password link.
Also go…[Read more]
-
The BuddyBoss Team replied to the question Site down due to php in the forum Boss. theme 8 years, 11 months ago
Hi @kostasf
It's fixed at your site.
I will close this topic, feel free to create new topic for any further queries.
Regards—
Varun Dubey
BuddyBoss Support Specialist -
The BuddyBoss Team replied to the question Site down due to php in the forum Boss. theme 8 years, 11 months ago
Hi @kostasf
Please remove your extra added codes from functions.php and your site will be live.
You need to use ftp to remove them.
You can use your developer, instead of making edits of your own.Regards
—
Varun Dubey
BuddyBoss Support Specialist -
The BuddyBoss Team replied to the question customize page and boss theme pages dont work in the forum Boss. theme 8 years, 11 months ago
Hi @kostasf ,
Please add this plugin and it will add all basis info about your server inside the dashboard.https://wordpress.org/plugins/server-monitor/
Regards—
Varun D.
BuddyBoss Support