-
Notifications
You must be signed in to change notification settings - Fork 256
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
LInking to individual slides. #170
Comments
Wonder what changes would need to be made to make this work on wordpress sites. Specifically the main page. |
Humm sorry i dont know. Have you tried it? any links and i could take a look. |
I found a way lol, it's not pretty thought:
For the top part, this will look for an anchor in any external link and load up the correct slide. Replace #anchor and startslides with the correct stuff. Then to get the WP Nav links to work ON PAGE, I added:
Obviously the lazy way instead of getting the WP Menu links dynamically, but it works, and I have a deadline lol |
So i love this plugin.
I had to link to specific slides. I know the html doc has this functionality but i could not make it work. The code that i came up with that worked was this.
the code that takes you to the slide looks like this
http://www.yoururl/name.html?num=2
the .html?num1 is the important part.
The text was updated successfully, but these errors were encountered: