Please see http://html5.eu.org/ , there are pictures that open in a pop-up window, but if you scroll the carousel several times (make a circle), then the pictures no longer open in a pop-up window. What can I do to make the popup window always work?
- I honestly could not read boutique.js, even with a beauty filter, most likely it behaves like a scum and instead of rearranging the elements it creates them again (thus losing all the handlers). In other words, if I'm right , then using this carousel, you can only re-hang the FB boxes. - etki
- "re-hang up the fancy box handlers" - how is it done? Thank. - tema3
|
1 answer
see lines 42-117
$("#various2").fancybox()
for some reason is called 3 times, despite the fact that there is no such element on the page$(".example1 a").fancybox()
similar, although judging by your markup, you need to delete 2 extra calls and .example1 to fix on .example2 by the plug-in itself, I can not say anything, apparently the documentation is shown only after purchasing it)
- Thanks for the answer! 1. Such an element is on the page, twice removed, if removed completely, then the pop-up window will stop working by the “Write” link at the bottom of the pictures. 2. Removed unnecessary and corrected, thanks. I changed jquery.boutique.min.js, now I returned the original. The problem remains. - tema3
|