Viewing 14 posts - 1 through 14 (of 14 total)
  • Question

    #62427
    @pgsimas

    Just purchased Social Blogger and I’m trying it.

    I would like the option to keep the homepage sidebar open. Can you tell me how to do this.

    Thanks!
    Greg

    Answers

    #62779
    @pgsimas

    Any response! ^^^

    #62782
    @kdress

    I have asked this same question before and I’m still waiting for the response. Following this

    #63166
    @kdress

    Support on this please

    #63260

    Alyssa
    Participant
    @alyssa-buddyboss

    Hi Greg, Kelly,

    We apologize for the delayed response, we are aware of the poor support performance over the last few weeks and are working hard on getting this back to normal. Meanwhile, I’m here to help, while we work on solving this. 

    Currently we do not have setting option to put sidebar open. We appreciate the suggestion. We will add this to our suggestions list, for a possible future implementation.

    For the time being you can add following code in Dashboard -> BuddyBoss -> OneSocial Theme -> Custom Codes -> JavaScript

    jQuery( document ).ready( function(){
        jQuery('body.home-page').addClass('bb-sidebar-on');
        jQuery('body.home-page').find('#secondary').show();
    });

    Hope this helps you.

    Thanks again for your patience.

    #63270
    @pgsimas

    Thanks Sagar,

    I inserted the Code and it doesn’t appear to be making any difference. Any other solutions?

    Greg

    #63291

    Alyssa
    Participant
    @alyssa-buddyboss

    Hello Greg,

    Could you please share your site link?

    #63299
    @pgsimas
    #63314

    Alyssa
    Participant
    @alyssa-buddyboss

    @pgsimas Thanks

    Try with following codes:

    jQuery( document ).ready( function(){
        jQuery('body.home.blog').addClass('bb-sidebar-on');
        jQuery('body.home.blog').find('#secondary').show();
    });
    #63319
    @pgsimas

    Sagar. It appears to have worked you can check it out.

    Also, I would like to get the comment count in the post meta on the home page to the left of the post reading side. How can I go about getting this done?

    Thanks again

    #63898
    @vapvarun

    Hi @pgsimas

    You can add following codes after line 84
    /onesocial/template-parts/content.php

    copy content.php at same path inside child theme and edit inside child theme to preserve your edits

    Child Themes

    
    <span class="comments-link fa fa-comment-o">
    					<?php comments_popup_link( '<span class="leave-reply">' . __( '0 comments', 'onesocial' ) . '</span>', __( '1 comment', 'onesocial' ), __( '% comments', 'onesocial' ) ); ?>
    				</span><!-- .comments-link -->
    

    Regards
    Varun Dubey

    #63938
    @kdress

    Hi @pgsimas

    I also needed the fix for the side bar to remain open on the blog but I tried both codes above along with clearing the cache to make sure it wasn’t error for that and they aren’t working for my site.

    Can you provide the code I need please. Thanks

    skirr.co

    #63969
    @anve

    Hi @kdress ,

    Please provide us your site details . We will check over there.

    Regards
    Anve

    #64710

    Alyssa
    Participant
    @alyssa-buddyboss

    Hello @kdress, @pgsimas,

    We have added option to keep the homepage sidebar open in current release, and it is available to download.

    Please refer following screenshot for more details. http://goo.gl/YKrGdB

    Thanks

Viewing 14 posts - 1 through 14 (of 14 total)
  • The question ‘Sidebar’ is closed to new replies.