-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add support for Href Links #25
Comments
I've just written an add on for it and will be creating a fork/submitting it for feedback once my testing is done. |
i'm trying to implant lightbox or colorbox but very hard, i'm waiting your addon, if you want i test it, i'm ready :) |
I've posted my code to a new fork if you want to check it out. Relevant changes are in the CHANGELOG.txt. The only changed file is the jquery.galleryview-3.0-dev.js file. |
A really great idea and a great feature. I istalliert it and it works. But. Unfortunately, not every image can be equipped with its own link. When switching to the second image, works just the first link. |
I've implemented it on my own site and it doesn't have this problem. I'll look at the checked in source to make sure that I didn't miss a change or something. The actual click did have some quirks at first. |
@greg01: I performed a file compare on them and the only differences between them is whitespace (tabs, spaces, etc). Do you have your implementation in the public space anywhere or can you mail me the end result source html? joel.etherton@gmail.com |
sure, here you need to login first. www.flavor-selection.de Website is in development |
@greg01: I viewed the .js source of the file you included and it looks like you have the version before I made the "undelegate" change. If you set the property for "link_newwindow" to be true, you'll probably notice that each time you switch images the actions stack. You can let the frames scroll through all the images and it'll open 3 windows at the same time. If you get the most recent version it shouldn't do this. |
I think I have the latest version. I have only two days, the gallery view downloaded. The error appears when you described by switched on link_newwindow: not true. The window opens only once. have you any other ideas? nice greetings from Hamburg |
@greg01: I don't think you do. I compared your version with the one posted here, and it's missing a comment and the "undelegate" call located on lines 934-937. I looked into the possibility that the automatic frame cycling was doing it, but the version I have on my site works even with that. |
I have now simply taken from your homepage and it works. Greetings from Hamburg, Germany P.S. Is a random function of the images planned? |
@greg01: I added a randomness option and functionality. There's a new changelog and version in my fork (I haven't implemented this on my website so that will not have the new feature). Let me know if you have any problems with it. |
I have wasted 12 hours to integrated link, But did not get any idea. |
Glad I could help. |
I was having issues with the first link too but looked at your example and saw clickable: 'all' in your options and added that and it works, thanks! |
At the sliderpage I've added a listbox. Slider is working fine , photonames are from a database and photos are shown well. When the listbox is changed (onChange) I want to view a certain picture, the picture of that person |
It would be great if we can add href links as
The text was updated successfully, but these errors were encountered: