Support for Envato Buyers Forums Samsara Full screen revolution slider footer issue

Viewing 7 reply threads
  • Author
    Posts
    • #3999
      fourseven
      Member

      Thanks for a great theme!

      My front page features a full screen revolution slider gallery, however there is a gap under the slider (which is working full screen).

      The cause of the gap is:

      <div id="container" style="min-height: 200px;"></div>

      Screenshot

      In addition, how can I remove the footer from the front page?

      <footer id="footer">
      <div class="container">
      Copyright © 2014 Company. All rights reserved.
      </div>
      </footer>

    • #4674
      CantusFirmus
      Member

      Hi,

      I am having the exact same problem, I think. The slider area is 915px high, and I cannot control it anywhere The div enclosing the Revolution slider has this:

      class=”fullscreen_stage” style=”min-height: 915px;”

      I’ll send the URL in a private reply.

      Please advise. Thanks.

      Michael

    • #4675
      CantusFirmus
      Member
      This reply has been marked as private.
    • #4676
      CantusFirmus
      Member

      My goodness, I think I figured this out. I changed Slider Layout from Full Screen to Auto Responsive. I realize this is a Revolution Slider issue and not a theme issue.

      Many thanks.

    • #4683

      OK, that’s great!

    • #5274

      The min-height:200px is set in the jquery.samsara.js file which is in the “js” folder.
      You can find the following code in this file about at line 65

      $('#container').css('min-height','200px');
      
    • #5293
      bouris
      Member

      Yeap!!! Now everything is in order with no space under the slider! 🙂
      Thanks BadJohnny!

    • #5298

      it’s my pleasure! 🙂

    • #4005

      Hi

      For first issue, can I check your website with firebug in firefox? Otherwise I can’t make sure what’s wrong.

      Second, you can add the following custom CSS into “Samsara options > Custom style > CSS code”

      #footer{display:none;}

      Thanks!

    • #5270
      bouris
      Member

      Even when you switch the slider to responsive the problem still exists when you scroll down, and Firebug says is the

      <div id=”container” style=”min-height: 200px;”></div>

      but where is this? and how can be changed?

Viewing 7 reply threads
  • You must be logged in to reply to this topic.