- This topic has 25 replies, 4 voices, and was last updated 5 years, 11 months ago by Skandha.
-
AuthorPosts
-
October 5, 2018 at 7:51 am #155873AdelphosParticipant
Hello
How do I remove that snatching scroll effect from the front page? It does not fit well with our webpage so I’d like to get rid of it. I didn’t see any checkbox anywhere so I assume some coding needs to be done. That’s no problem if I can just get a hint where to start.
October 7, 2018 at 5:13 am #156037tikaramParticipant@adelphos : I will get back to you soon and let you know about the issue. In the meantime, Can you please post in your site URL.
Regards,
TikaramOctober 8, 2018 at 2:30 am #156145tikaramParticipant@adelphos : I informed the development team and they will be adding the option to get rid of scrolling effect in the upcoming version. Let me know if you have any more theme related issues.
Regards,
TikaramOctober 8, 2018 at 3:50 am #156150AdelphosParticipantThanks. Will it take more like a week or more like months? We should be releasing our website in November so I was wondering do I need to take care of it myself. Right now nothing else as acute as this related to theme.
Website is http://trustescape.com
October 8, 2018 at 11:35 pm #156241tikaramParticipant@adelphos :It will be released in couple of days. Please wait for the update and do the fixes if necessary.
Regards,
TikaramOctober 9, 2018 at 6:32 am #156308AdelphosParticipantThanks!
October 19, 2018 at 4:45 am #157105AdelphosParticipantI see the update is out. Where do I find that checkbox to disable that scrolling effect?
October 22, 2018 at 12:14 am #157258SkandhaParticipant@adelphos: To get the option Go to => Appearance => Customize => Theme Options => FullPage Options.
Let me know if this is what you were searching for!
Kind Regards,
SkandhaOctober 22, 2018 at 6:51 am #157292AdelphosParticipantI did found this “Check to enable Scroll bar”, but it does not disable the sticky effect on page (where it snaps into the next section, and does not allow the half way). What I want is just a normal scrolling.
October 22, 2018 at 7:22 am #157297SkandhaParticipant@adelphos: To disabling scrolling effect
Go to => Appearance => Customize => Theme Options => FullPage Options => You have option for Desktop and Mobile Navigation => Disable themLet me know if this is what you want!
Kind Regards,
SkandhahOctober 22, 2018 at 9:08 am #157303AdelphosParticipantNope, still not it. That does remove the navigation from the right, but it does not disable the scrolling effect, which snaps always into current section with the id of an element (#section0, #section1, etc).
October 23, 2018 at 12:55 am #157348SkandhaParticipant@adelphos: The option to enable normal scrolling is not currently available in the theme options. This will be added and an update will be released as soon as possible.
Kind Regards,
SkandhaNovember 3, 2018 at 7:11 pm #158445hoiungParticipantHi,
The enable normal scrolling is working, however, there seems to be a little bug with it. It seems to create this white blank space at the top of the screen when you scroll down then scroll up.
It looks like this is a ghost from the header media page where it puts the menu at the bottom of the page instead until scrolling down when the menu then floats to the top.
Here’s the website that you can see this happening:
http://chillzouk.com/Any solutions?
Kind Regards, Hoi
November 4, 2018 at 10:59 pm #158512SkandhaParticipant@hoiung: Hello there,
That is not a bug but an animation effect that is added to the header content section.
If you want to remove it
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..home #header-content { animation:none !important; }
Also, you seem to have a margin after the header content. If you want to remove that,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#fullpage { margin-top:0 !important; }
Let me know if this works out!
Kind Regards,
SkandhaNovember 5, 2018 at 8:25 am #158581hoiungParticipantthanks, I’m not sure why I have that margin at the top! but that fixed it.
I tried testing removing the animation code by using:
.home #header-content {
animation:none !important;
}I then tried deleting the CSS because I WANT the animation, but now I can’t seem to get it back? How do I enable header animation again?
November 5, 2018 at 11:55 pm #158634SkandhaParticipant@hoiung: I just checked your site and the animation seems to be coming up well. Try clearing your browser cache and check if this solves the issue.
Let me know if the issue persists.
Kind Regards,
SkandhaNovember 6, 2018 at 5:02 am #158670hoiungParticipantI tried clearing the browser and tried on a firefox but the menu still stays at the top and doesn’t follow as I scroll down.
Unless I am confusing the animation and menu scrolling effect?November 7, 2018 at 4:13 pm #158767hoiungParticipantI really need your help. The code you gave previously:
.home #header-content {
animation:none !important;
}really busted my site and I can’t seem to get it working how it was before to have menu stick to top as i scroll. in the mobile view the menu completely broken and doesn’t see my menu items. Please help! 🙁
November 7, 2018 at 8:20 pm #158774hoiungParticipantI worked out part of the bug… it seems to only happen if header media is disabled. are you able to replicate this?
November 9, 2018 at 11:15 am #158922 -
AuthorPosts
- The topic ‘Removing scroll effect’ is closed to new replies.