Forum Replies Created
-
Author
-
hdanny83Participant
where should I add “.home .header-bg {display:none;}”?
suppose I do not know the coding stuff….
in editor-style.css ???January 9, 2014 at 12:55 in reply to: Make groups and profiles only visible for logged-on users #9428hdanny83ParticipantIt works now!!!
Thank you very much for your support!!!January 7, 2014 at 20:11 in reply to: Make groups and profiles only visible for logged-on users #9344hdanny83ParticipantI did as below.
1.
// redirect to registration page instead of membership levels page
add_filter(‘kleo_pmpro_url_redirect’, ‘my_custom_redirect’);function my_custom_redirect() {
if (is_user_logged_in()) {
return pmpro_url(“levels”);
} else {
return bp_get_signup_page();
}
}2.set WP_DEBUG to TRUE in wp-config.php
3. disabled map and resume plugin
4. it shows
Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/hosting_users/talentree/www/wp-includes/functions.php on line 3049 // redirect to registration page instead of membership levels page add_filter(‘kleo_pmpro_url_redirect’, ‘my_custom_redirect’); function my_custom_redirect() { if (is_user_logged_in()) { return pmpro_url(“levels”); } else { return bp_get_signup_page(); } } Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/hosting_users/talentree/www/wp-includes/functions.php on line 3049 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_activity_tags_register’ not found or invalid function name in /home/hosting_users/talentree/www/wp-includes/plugin.php on line 429 Notice: Undefined property: stdClass::$id in /home/hosting_users/talentree/www/wp-content/plugins/bp-album/includes/bpa.core.php on line 303 Notice: Undefined property: stdClass::$id in /home/hosting_users/talentree/www/wp-content/plugins/bp-album/includes/bpa.core.php on line 304January 6, 2014 at 14:52 in reply to: Make groups and profiles only visible for logged-on users #9236hdanny83ParticipantThis is what appeared when I changed WP_DEBUG to TRUE.
Notice: Use of undefined constant BPRP_ROOT_PATH – assumed ‘BPRP_ROOT_PATH’ in /home/hosting_users/talentree/www/wp-content/plugins/bp-resume-page/bp-resume-page.php on line 11 Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/hosting_users/talentree/www/wp-includes/functions.php on line 3049 Notice: Undefined variable: where in /home/hosting_users/talentree/www/wp-content/plugins/bp-user-profile-map/upm.php on line 343 Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/hosting_users/talentree/www/wp-includes/functions.php on line 3049 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_activity_tags_register’ not found or invalid function name in /home/hosting_users/talentree/www/wp-includes/plugin.php on line 429 Notice: Undefined property: stdClass::$id in /home/hosting_users/talentree/www/wp-content/plugins/bp-album/includes/bpa.core.php on line 303 Notice: Undefined property: stdClass::$id in /home/hosting_users/talentree/www/wp-content/plugins/bp-album/includes/bpa.core.php on line 304 Notice: Undefined property: stdClass::$id in /home/hosting_users/talentree/www/wp-content/plugins/bp-resume-page/bp-resume-page.php on line 26
January 6, 2014 at 12:25 in reply to: Make groups and profiles only visible for logged-on users #9220hdanny83ParticipantThis reply has been set as private.January 3, 2014 at 22:26 in reply to: Make groups and profiles only visible for logged-on users #9059hdanny83ParticipantSame question with studiblog.
When non logged in person views pages there is only white pages.
I want to redirect to register page or at least mention that the person should register or log in.hdanny83ParticipantI think I found it, I need to do some html.
Anyway thank you for beautiful theme.
I will keep asking you to make my web beautiful!!hdanny83ParticipantThank you for your answer.
How can I modify landing page?
Do I need to know coding? and which folder I must change? -
AuthorPosts