Okay
  Public Ticket #142766
Below the fold
Closed

Comments

  • Peter started the conversation
    Hi TN, Just wondering if it is possible to set up the Nector slider, when in full screen mode, to have a % fold opinion. If you take my home page (http://peterdavidgrant.com/) the idea would be, that the bottom edge of the image would be say 20% from the bottom of the screen, so the first few lines can entice readers to scroll down. E.g. in a similar way to this; http://www.nytimes.com/projects/2012/snow-fall/#/?part=tunnel-creek (after animation is complete). Also, could an option on the full page slider be that the scroller is disabled, or all the content below is disabled (widgets etc). Cheers, and happy new year. Peter
  •  982
    ThemeNectar replied

    Hey Peter,

    To adjust the height calculations on a fullscreen slider would require custom development in the nectar-slider.js file which is located in the js folder.

    You might be able to get by with #2 just using css -  if you can give me the URL of a page on your site that your would like to do that with I'll help you create a snippet.

    Cheers :)

  • Peter replied

    Hi TN,

    Thank you for the reply, I shall have a play with the JS flie.

    I'd be interested in doing on my homepage (after launch, so when nothing is below the image) so;

    www.peterdavidgrant.com

    Thank you again for the wonderful support.

     

    Peter

  •  982
    ThemeNectar replied

    Hey Peter!

    Add this into your custom css box when you want to remove the footer on your home page with the fullscreen slider (just remember to delete any content in the editor as well)

    .home #footer-outer {
        display: none!important;
    }

    Cheers!

  • Peter replied

    That is great, thanks TN!