BuddyBoss Home – Web Support Forums Solutions Social Learner How to remove empty space (footer area)?

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

    #49297
    @etechnologie

    Hi
    1. How I can hide empty space (foother area)?
    http://www.evernote.com/l/AOHYhH8c7xtILp8I939M6wek5cj7mHQcM1A/

    2. I am looking for any way to send private questions from students to course author. Can you share any tip?

    Answers

    #49300

    Anonymous
    @

    Hi @etechnologie,
    The screenshot you have attached it not just footer , it also includes the padding added for the content area. I will suggest to add some content to homepage content area , along with slider.
    Else you will need to edit your front page template files, to keep you edits only for homepage
    copy front-page.php to child theme and remove line 26-47 which contain following codes

    
    <div id="primary" class="site-content">
    
    			<div id="content" role="main">
    
    				<?php while ( have_posts() ) : the_post(); ?>
    
    					<?php if ( is_home() ): ?>
    						<?php get_template_part( 'content' ); ?>
    					<?php else: ?>
    						<?php get_template_part( 'content', 'page' ); ?>
    					<?php endif; ?>
    
    					<?php comments_template( '', true ); ?>
    
    				<?php endwhile; // end of the loop. ?>
    
                    <div class="pagination-below">
    					<?php buddyboss_pagination(); ?>
                    </div>
    
    			</div><!-- #content -->
    		</div><!-- #primary -->
    

    Regards
    Varun Dubey

    #49303

    Anonymous
    @

    hi @etechnologie, student can send private message to group admin or teacher , as per buddypress functionality they can send private message only when they are connected as friends.
    Regards

    #49376
    @etechnologie

    Hi Varun
    I follow your instruction:
    1. I copy front-page.php into themes/social-learner/
    2. I remove code which you wrote but problem is still the same, please find here: spoti.com.pl
    Thank you.
    Krzysztof

    #49383

    Anonymous
    @

    Hi @etechnologie

    Please add following to your custom.css

    
    .site {
        min-height: 700px !important;
    }
    

    Regards
    Varun Dubey

    #49386
    @etechnologie

    Hi
    I’ve added this code but it is still the same:-(
    Another tips?

    #49391

    Anonymous
    @

    Hi @etechnologie
    try

    
    .site {
        min-height: 6500px !important;
    }
    

    Regards

    #49393
    @etechnologie

    Hi I suppouse you mean 650px? I’ve checked 400px and it works
    Thank you

    #49396

    Anonymous
    @

    Glad it works i was trying to type 650px 🙂

    #55893
    @etechnologie

    Hi
    After update this code dosn’t work and there is still of lot of empty space below slider:
    https://www.evernote.com/shard/s225/sh/707d1107-d95a-4a53-9a46-2884b233900d/a2c9e497600291126280f82b416dbb61
    You can check here: http://elearning.inter-team.com.pl/
    https://www.evernote.com/shard/s225/sh/b57534bb-3f4f-4584-8704-b0368618db01/845cf3af09caf8526f7e9087a01e3f8f
    It looks very bad please advice what I can do with that?

    #56096

    Anonymous
    @

    Hi @etechnologie

    Please add following to your custom.css

    
    .page-full-width {
        min-height: 0px !important;
    }
    

    Regards

Viewing 11 posts - 1 through 11 (of 11 total)
  • The question ‘How to remove empty space (footer area)?’ is closed to new replies.