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

Special request #11

Open
mauroghezzo opened this issue May 22, 2019 · 2 comments
Open

Special request #11

mauroghezzo opened this issue May 22, 2019 · 2 comments

Comments

@mauroghezzo
Copy link

Dear Bucky,
I'd like to use your layout to promote my work as graphic designer. I'm trying to connect "hire us" button (in the header) to 2nd step: Works. It is possible? Can You explain in which way?

Thank You!

Mauro

@ralphreijs
Copy link

I am having the same issue. Tried adjusting functions.js but to no avail. Did you ever find a solution to this, @mauroghezzo ? I'm asking since I don't see a response to your question by @BuckyMaler

@ralphreijs
Copy link

ralphreijs commented Sep 24, 2019

@mauroghezzo I found the cause. I was editing functions.js and the index.html refers to functions-min.js :) Probably you had the same. Adjust functions.js and update the code in the function:

$('.cta').click(function(){
...
          nextPos = $this.parent().children().index($this),
...
}

If you change the line that starts with nextPos to the following, it continues to the next slide instead of going to the end.

$('.cta').click(function(){
...
          nextPos = curPos + 1,
...
}

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