BuddyBoss Home – Web › Support Forums › Solutions › Social Learner › How to remove empty space (footer area)?
- This topic has 10 replies, 3 contibutors, and was last updated 8 years, 10 months ago by Anonymous.
Question
October 22, 2015 at 3:12 am #49297@etechnologieHi
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
October 22, 2015 at 4:04 am #49300@
AnonymousHi @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 DubeyOctober 22, 2015 at 4:11 am #49303@
Anonymoushi @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.
RegardsOctober 23, 2015 at 4:28 am #49376@etechnologieHi 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.
KrzysztofOctober 23, 2015 at 8:01 am #49383@
AnonymousPlease add following to your custom.css
.site { min-height: 700px !important; }
Regards
Varun DubeyOctober 23, 2015 at 8:12 am #49386@etechnologieHi
I’ve added this code but it is still the same:-(
Another tips?October 23, 2015 at 8:36 am #49391@
AnonymousOctober 23, 2015 at 8:47 am #49393@etechnologieHi I suppouse you mean 650px? I’ve checked 400px and it works
Thank youOctober 23, 2015 at 9:29 am #49396@
AnonymousGlad it works i was trying to type 650px 🙂
January 9, 2016 at 6:15 am #55893@etechnologieHi
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?January 12, 2016 at 6:03 am #56096@
AnonymousPlease add following to your custom.css
.page-full-width { min-height: 0px !important; }
Regards
- The question ‘How to remove empty space (footer area)?’ is closed to new replies.