Questions tagged [onepage-scroll]
45 questions
0
votes
1 answer
Elementor Sticky Scroll Down Button
I have tried Lottie widget and html widget, but they only allow you to scroll to a single section (up or down). What I am trying to make is one sticky button that can jump from one section to another with each click (through all sections one by one…

junior_dev
- 39
- 6
0
votes
0 answers
Convert single page HTML to Angular 11
I have created single-page HTML for the website. I have added section tags to differentiate sections. Sections are scroll while scrolling and when clicking on any link from the top menu it will scroll on a specific ection. Below is my HTML code.
…

Deep Ponkiya
- 23
- 4
0
votes
1 answer
How to Scroll a dynamic website called via AJAX
Hi I'm facing a problem , I'm calling a website using jQuery AJAX to Scrape data from it , so there are 300 links which I want to scrape but the site shows only 50 at a time so we have to scroll down to load all those links can Someone Please Help…

Kashan Akhun
- 3
- 3
0
votes
1 answer
Is there any way to make one page scroll in flutter?
I want to use CustomScrollView to make a SliverList where each child would be a full page Widget and I want them to be some kind of a vertical slider. How may I make it in flutter?
0
votes
1 answer
How do I make links open html files instead of same-page anchor?
I want to change the links in my bootstrap theme's navbar to go from sliding on same page to opening new HTML pages. Here's the code after I swapped #links with .HTML links. Can someone tell me what else I need to change before the links actually…

Ibster1
- 1
0
votes
1 answer
Why is webpage scrolling when modal popup is closed?
When closing certain modal popups, page jumps to top.
Note:
I've built this page with Wordpress, using a combination of custom HTML and the Beaver Builder website builder. Wordpress theme is Astra.
Link to page with…

J-vens702
- 1
- 1
0
votes
0 answers
Reverse page scroll not scrolling to previous page
Aim: To get full page front and reverse scroll without using any plugins.
What I tried: Please click on this JSFiddle link for my code
Problem I am facing: Front scroll (from top to bottom) is working fine as you can check in the fiddle. But reverse…

AKNair
- 1,369
- 1
- 12
- 24
0
votes
1 answer
Scroll to id only scrolls down
I use fullpage.js and when I create a link and link it to an id it works fine but when I want to scroll up again I can't do that.
HTML:
click here
jsfiddle

Ali Mohamadpour
- 1
- 2
0
votes
1 answer
Extending and changing the navbar when the user scrolls down
I'm currently working on a project website right now and is a one-page website, and I'm new at Bootstrap 3 so I'm still using some start-up templates. The issue I'm having trouble right now is that I don't know how to put an effective but…

Jeorge Philip
- 33
- 7
0
votes
2 answers
Get data-attribute in onepage-scroll pagination
I use One Page Scroll for full screen carousel. I want to display data-attribute in pagination. So far, I am able to display number of slides in pagination. How can I get data-attribute in pagination?
Here I want to display years in…

universal
- 467
- 3
- 12
- 30
0
votes
0 answers
keep active css menu on one page wordpress
I would like to keep menu status active on relative section on one page wordpress website. At the moment I have this code and work with active but not keep:
.navbar-nav > li.chisiamo a:hover{ color:#80b087!important;…

Cristian Rossi
- 33
- 8
0
votes
1 answer
0
votes
1 answer
Navigation anchor tags not working, but why?
So I have a two page website. Home page has a one-page navigation i.e. when 'about' is clicked it is scrolled down to the 'about' div.
PART 1 - On index.html
However when 'blog' navigation item is clicked it SHOULD go to
blog.html. In .header-nav…

Shaz
- 1,443
- 1
- 27
- 67
0
votes
1 answer
How to avoid adding a div id to URL when using anchor links?
All of my nav menu links scroll to different sections of my one page site. The menu works fine but every time I click on a menu link the section id gets added to the URL. The issue I'm having is that when I click on the browser's back button it…

rolando.pdl
- 51
- 3
- 10
0
votes
1 answer
Add class onscroll combined with onepage-scroll.js plug-in
I'm currently using the onepage-scroll.js (https://github.com/peachananr/onepage-scroll) plug-in on my website to scroll through the homepage. When scrolling past the first "slide" I would also like to add a class (sticky) to my header to change…
user6847854