Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • in reply to: How to remove header from front page #10209
     hdanny83
    Participant

    where should I add “.home .header-bg {display:none;}”?
    suppose I do not know the coding stuff….
    in editor-style.css ???

     hdanny83
    Participant

    It works now!!!
    Thank you very much for your support!!!

     hdanny83
    Participant

    I 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 304

     hdanny83
    Participant

    This 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

     hdanny83
    Participant

    This 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

     hdanny83
    Participant

    Same 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.

    http://www.Talentree.net

    in reply to: additional purchase for Landing page? #7769
     hdanny83
    Participant

    I 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!!

    in reply to: additional purchase for Landing page? #7767
     hdanny83
    Participant

    Thank you for your answer.

    How can I modify landing page?
    Do I need to know coding? and which folder I must change?

Viewing 8 posts - 1 through 8 (of 8 total)

Log in with your credentials

Forgot your details?