Combine Foobox with RevolutionSlider
-
So I got the RevolutionSlider plugin and if I click on an image foobox should open the content in a modal dialog.
How I set up an usual post with foobox which works:
<a class="foobox" href="//youtube.com/test" target="foobox">--here the imagetag--</a>
In the source-code it looks like this:
<a class="foobox fbx-link fbx-instance" href="//youtube.com/test" target="foobox">--here the imagetag--</a>
..so I gave RevolutionSlider the
class="foobox fbx-link fbx-instance"
and thetarget="foobox"
The source-code is exact the same but it won’t open.
<a class="foobox fbx-link fbx-instance" href="//youtube.com/test" target="foobox">--here the imagetag--</a>
NO JS-Errors or anything…
I even changed the JS-script order in the header, so Foobox.js is loaded before revslider.js but it took no effect.What is the problem?
- The topic ‘Combine Foobox with RevolutionSlider’ is closed to new replies.