Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the horizontal navigation arrows remain in the second slide #1

Open
lutinOnspeed opened this issue Nov 19, 2015 · 4 comments
Open

the horizontal navigation arrows remain in the second slide #1

lutinOnspeed opened this issue Nov 19, 2015 · 4 comments

Comments

@lutinOnspeed
Copy link

Hi ^^

I have a little issue...

For exemple,
I move

        </div>
        <div class="insection insection-2">
            <div class="pageInsection"></div>
        </div>
        <div class="insection insection-3">
            <div class="pageInsection"></div>

inside the

I've created
But the horizontal navigation arrows doesn't follow this move ...

So, how to simply move horizontal navigation arrows to an other slide down to be at the same stage/horizontal slide of the "insection"

A reply would be really appreciated ^^
thanks a lot

@gvnzhou
Copy link
Owner

gvnzhou commented Nov 19, 2015

Hello ^^
I've seen your problem
I'm sorry. It is a bug.I will correct it as soon as possible.
Now, you can change css to achieve your goal.
In the pagescroll.css ,find as follows.
.control-prev{
font-size: 60px;
position: fixed;
top:150%;
left: 50px;
cursor: pointer;
}
.control-next{
font-size: 60px;
position: fixed;
top: 150%;
right: 50px;
cursor: pointer;
}
change " top " , it means the position of horizontal navigation arrows .such as 50%, 150%,250%...depend on your need which "insection".
...my english is poor.I hope I can help you to solve your issue .
thanks a lot . ^^

@lutinOnspeed
Copy link
Author

Thanks for your reply, indeed I didn't think about that, it was helpfull.
Your english isn't that poor, I understand you easily.

What I've suggest is by making the horizontal navigation arrows automatically appear when

is used, it's possible to have sereval horizontal slide in this vertical page, it could be I guess really great. Also, it need some adjustement for bootstrap user^^ but it's painless, don't worry about this ^^

By the way thanks for sharing your work. I'm discovering fron-end dev, this kind of row stuff is really great for me, increase my workflow.
BIG THANKS !!

@gvnzhou
Copy link
Owner

gvnzhou commented Nov 23, 2015

Thank you for support.
In fact, I didn't think of having sereval horizontal slide in this vertical page at first.
I think your advice is great. I will improve my work.
Exactly boostrap is a powerful fron-end frame, I‘ve used it. And i should consider it more in the future.

It is very pleasant to communicate with you. Fron-end dev is a hobby of mine, maybe become my job in the future.
My work is still very inadequate.
Thanks for your advice! I appreciate it!

@lutinOnspeed
Copy link
Author

You're work it's really good ! some little lack but as I told you it's painless ^^
I guess you will easily be a front-end dev !
Really pleasant to me too to talk to you !
I'm a Suuuuper beginner, so I probably have an other point-of-view ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants