I have a strange issue on Firefox when I'm trying to load my page https://lefutoir.fr/
I miss the last part of the bottom which then reapper when I reload the page.
I'm using locomotive scroll on it and I'm pretty sure its linked to that but I have no clue why it's acting like that.
Any ideas about that ? Thanks a lot !
Related
I have a home page where locomotive is being used to have smooth horizontal scrolling.
I have an issue where, when I navigate to the next page (the 'dashboard'), where I don't want to use locomotive and it just has regular vertical scrolling, the scrolling on this page doesn't work at all. There is more content below what is viewable, but the screen is just static and I cant scroll at all to see the content below the viewable area.
I have found 2 ways it will work currently:
If I simply refresh the page
If I navigate to the page using an < a > tag link rather than navigate()
I am currently routing to the page using navigate() as I need to navigate as part of a function only after certain user data has been checked.
So I'm a little confused as to why a link doesn't cause this behaviour, but navigate() does. nevertheless, if anyone can suggest how I can fix this it would be greatly appreciated.
Currently, on the dashboard I have imported LocomotiveScroll and then have the following code:
let scroll = new LocomotiveScroll();
useEffect(() => {
scroll.destroy();
}, []);
However this is not working, and the scroll.
Sorry I am a beginner so apologies if I said anything wrong or silly, but would greatly appreciate any help that can be provided! :)
I have a particular problem on a site that I'm working on and can't seem to get things working on Wordpress. I have a tab section of the site that uses # to function properly. I also have anchor links to these sections as well. Everything works great, but when I navigate off of the page and click the browser back button, I have to click through each # until I get to the root page. I realize that this is the normal browser behavior, but need to find a workaround if possible. I've tried all sorts of code, and could post some things I've tried but nothing is working thus far. Any help would be greatly appreciated.
Thanks so much
So, I'm having some issues when loading a new page on mobile. Whenever I use a Link to another page AND my address bar is hidden because I did some scrolling, it is leaving the address bar space on the bottom of the page. Im testing on my android phone.
So I'm trying to figure out a way to always show the address bar on Page load to fix this issue. I've checked a lot of sites on mobile and pretty much everyone does this, but I've searched a lot and couldn't find anything that worked. Any ideas how to solve this or point me in the right direction is greatly appreacited. Thanks in advance!
I am a novice at the moment & learning a few things along the way but I am stuck with this small issue.
Here is the page in question http://www.theremotedoctor.co.uk/accvolvo.html
I am looking to click on my item selection as shown on the page and scroll to the page of which is the loaded upon a click.
Desktop works fine so this is for IOS device where picture loaded is off the screen,hence the scroll of the item.
I have supplied a before & after code to show what happened.
BEFORE CODE WITH WORKING PICTURE LOADED
<li>Remote uncut key</li>
AFTER CODE PICTURE LOADING NOT HAPPENING BUT SCROLL IS WORKING
<li>Remote uncut keyRemote uncut key</li>
I am now not sure how to rectify this.
If the above code of which I have applied is incorrect I am willing to use a different code that will allow the link to be clicked,pictured loaded & also the scroll to the picture working.
I understand its down to the # being used so already but now confused.
Many thanks for your time.
I'm helping someone out with a ticker at the top of their page but for some reason I just can't get it to appear.
http://www.javascriptkit.com/script/script2/verticalscroller.shtml
^ that's where I got the code for it. Is it possible I'm missing something? I'm not very fluent in JavaScript, but it works on a page by itself. But as soon as I copy paste it into the page it's suppose to go to, it won't appear.