Hello Support team and community,
is there a way to reduce the 100% height of the fullscreen slider ? I would like that people see a bit of the content that is next to the slider.
the goal is that people realize that they need to scroll to see the rest of the content of my front page.
any help would be great :)
Thanks
Hi Shorty05,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
Hi Rikard,
i have created a test site for you.
as you can see i have added the fullscreen slider element and below i have added a simple text block element.
i would like to get the fullscreen slider to be just 90 % in height or with a bottom space of 100px or something like that. So that people see a bit of the text block.
Hey!
Instead of reducing the height, try to enable the “Display a scroll down arrow” option. I think that’s enough to inform users that there are more content below the slider. If you really want to decrease the height of the slider, edit js > shortcodes.js, look for this code around line 2213:
wh100 = win.height(),
.. replace it with:
wh100 = win.height() - 100,
Best regards,
Ismael
Thanks Ismael :)
that works fine. as far as i don’t need any other 100 % height section i will stick with that solution.
isnt there a way to alter the height in the fullscreenslider shortcode section of the .js file ?
that way it will only apply to the fullscreenslider and not to all sections ?
but so far i am happy with that solution.
you guys are awesome !
many many thanks