Questions tagged [onepage-scroll]

45 questions
0
votes
1 answer

One-Page Scrolling inside a div HTML5

I am working on this website (HTML5, CSS3, and JS) it has 2 divs (header and footer) which have CSS position: fixed, and there is a center div which has position:absolute and contains the content. What I would like to do is implement scroll snapping…
0
votes
1 answer

How can I add more sections to one-page website

I am creating a one page website, it is gonna have 4 sections. So far I only have the first section finished. But I am having trouble adding more sections. I want it so that I can scroll down to the next section. Here is the site:…
user6794472
0
votes
1 answer

CSS: Target a DIV within a Section based on its ID in a One-Pager

I am working on a one-pager WordPress site, and I need to hide the logo of the page (#logo) on the first section (#home). The whole page is a one-pager, so the first section does not need the logo, in fact it should only appear for the other…
ffritz
  • 2,180
  • 1
  • 28
  • 64
0
votes
0 answers

redirect to section of one-page site in laravel not working

I am working on a site in laravel. The email sending form is at the footer of the website. When I send an image, for now it just saves the email in the database. After saving the email, I want to redirect to the footer section of the one-page…
A. Apola
  • 131
  • 1
  • 4
  • 13
0
votes
0 answers

adjusting the page scroll to decrease its page scroll

Hello guys i downloaded a bootstrap template and i made to fix the navbar static top. I also decreased the padding-top of every scroll section. I am having a trouble because when i scroll to other page scroll, it covers the head text of the page…
Jc John
  • 1,799
  • 2
  • 34
  • 69
0
votes
1 answer

CSS workaround for iPhone responsive design bug

I've created a new page for our social club and have some problems with it. It's a responsive site with one-page design. On the intro section, there's just a background image with a simple logo. Now everything looks good on android and most pc…
0
votes
1 answer

Scrolling sections scroll randomly

I need to code a website with onepage scroll sections without using a plugin(like fullPage.js). So i just created 6 sections like:
0
votes
3 answers

OnePage Scroll just for the first section?

I want to use OnePage Scroll like this: http://alvarotrigo.com/fullPage/ or http://schliflo.github.io/OnePageR/ the thing is: i just want that the first page scroll like this. after that it has to scroll normal. i want to put much content on the…
Kev Kev Kev
  • 1
  • 1
  • 4
0
votes
0 answers

Onepage-scroll: Custom onepage-pagination colors

The Onepage-scroll plugin. In the css files that come with the plugin the pagination has been styled by default. I would like to change the background- and border-color to match every section/page in my project. Every section has a different…
Kenneth
  • 13
  • 1
  • 6
-1
votes
1 answer

How to remove # from URL in OnePage website

I have a one page website which has the following link to a section Section 1
-1
votes
2 answers

One page website, with a scrollable div

I need to build a one page website, with 3 divs like this: .container{ display: table; width: 100%; height: 100%; } .container > div { vertical-align:top; } .left, .center, .right { display: table-cell; height:auto; …
-1
votes
1 answer

Fixed header hides the content starting section

I've created one page website, Once the page is scrolled the header is fixed to top. The problem here I'm facing is once we click the "Service" section from the menu some portion of the page is hidden below the menu. I have tried adding padding to…
Shahil M
  • 3,836
  • 4
  • 25
  • 44
-2
votes
1 answer

JQuery disable onepage scroll in function

In project I use jquery.onepage.scroll plugin. But when I open the modal window and scroll then page in back scrolling too. I fount 2 places in source file of the plugin: 1) e(document).bind('mousewheel DOMMouseScroll MozMousePixelScroll',…
Edward
  • 25
  • 1
  • 8
-2
votes
1 answer

Breadcrumbs for one-page ( wordpress )

I'd like to build the breadcrumbs for a one-page. I would like to know if there is some way to change title in the header by scrolling site. When screen 1 is active, display screen 1 title. When screen 2 is active, display screen 2 title. Please…
-2
votes
1 answer

Responsive menu for both closing and opening link one page website?

Im working on a responsive website with side menu. And now when i click on menu item the menu collapse not going to the link (#home #About).I want both closing and opening,
1 2
3