Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
  • in reply to: Diplay Issue: Essential Grid/Portfolio/Menu #137573
     cg
    Participant
    Not marked as solution
    in reply to: Amazon S3 #97404
     cg
    Participant

    Thank you Laura,

    #1 I will do further research on MAXCDN

    #2 below is the custom code in function.php – what needs to be removed to eliminate the error?

    /**
    * Redirect buddypress and bbpress pages to registration page
    */
    function kleo_page_template_redirect()
    {
    //if not logged in and on a bp page except registration or activation
    if( ! is_user_logged_in() &&
    ( ( ! bp_is_blog_page() && ! bp_is_activation_page() && ! bp_is_register_page() ) || is_bbpress() )
    )
    {
    wp_redirect( home_url( ‘/register/’ ) );
    exit();
    }
    }
    add_action( ‘template_redirect’, ‘kleo_page_template_redirect’ );

    add_action(‘user_register’, ‘kleo_pmpro_default_level’);
    function kleo_pmpro_default_level($user_id) {
    pmpro_changeMembershipLevel(1,$user_id);
    }
    add_action(‘geodir_article_close’,’add_social_sharing’);
    function add_social_sharing() {
    get_template_part( ‘page-parts/posts-social-share’ );
    }

    in reply to: Amazon S3 #96263
     cg
    Participant

    Thank you for your response.

    #1: It appears that MaxCDN requires the use of W3 Total Cache – is this correct and can you recommend an alternative?

    #2: I tried removing both the BuddyPress and bbPress plugins and received the following error message on the home page:

    Fatal error: Call to undefined function bp_is_blog_page() in /home/content/p3pnexwpnas04_data03/56/3000756/html/wp-content/themes/kleo-child/functions.php on line 22

    in reply to: Toggle Navigation not working on mobile devices #92754
     cg
    Participant

    Thanks, it worked!

    in reply to: sticky socket #87230
     cg
    Participant

    Thank you so much!!

    in reply to: sticky socket #86518
     cg
    Participant
    This reply has been set as private.
    in reply to: Social Share Icons #86363
     cg
    Participant

    Thanks, it worked!

    in reply to: Social Share Icons #86299
     cg
    Participant
    This reply has been set as private.
    in reply to: Display social share icons on main blog page? #85195
     cg
    Participant

    Hi,

    I really love your theme! I’m using the GeoDirectory plugin and would like to have the Social Share icons appear below each GeoDirectory listing – how can this be done?

    Thanks!

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

Log in with your credentials

Forgot your details?