Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #167744
    valelotartaro
    Participant

    Hello;
    I wanted to know if it is possible that when you scroll the first time (homepage) it goes directly to the second section. Now, when I scroll, the navigation bar goes up (initially at the bottom) but it shows the same image.
    Thank you very much,
    kind regards, Valeria

    #167755
    sapana
    Participant

    @valelotartaro:I am afraid to say but this isn’t possible to directly go to the second section when you scroll for the first time. Let me know if you have any other issue.

    Kind Regards,
    Sapana

    #167773
    valelotartaro
    Participant

    Ok, thank you!

    #167939
    valelotartaro
    Participant

    Hello:

    I see in other page made with this theme (http://www.butihaveseentheearth.com/farmdesign/) that in the home page when I scroll I go from section 0 to section 1 and the section shows a different image.

    But in my website , when I scroll the first time I go from section 0 to section 1 , and it still shows the same image , only the menu goes up. (https://bodegahcanale.com) . How can I change this?

    Kind regards, Valeria

    #168035
    Sakin
    Keymaster

    Hello Valeria,

    There looks like you have Featured Slider Section enabled but not configured. So, can you go to “Appearance => Customize => Theme Options => Featured Slider” and make sure it’s “Disabled”.

    Regards,
    Sakin

    #168059
    valelotartaro
    Participant

    Thank you for your answer. I am using the featured slider as the home page for mobile devices because the video that I am using for desktops doesn’t work in mobiles. This is done with the css additional:

    @media
    screen and (min-width:900px) {
    #feature-slider-section {
    display:none !important;
    }
    }
    Is there another way to change this? Or to make the scroll go from section 0 to section 2?
    Kind regards,

    #168084
    Sakin
    Keymaster

    @valelotartaro: Yes, that the issue. The script still finds that slider and have issue like that. So, what you need to do is disable slider then add Header Image as well. Maybe, you can just add “GIF” image if you want work it like video animation.

    So, for mobile it will load header image and for desktop it will load video. So, go to “Appearance => Customize => Header Media”

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘scroll first page’ is closed to new replies.