I'm using the imageflow as a views block and have it shown on the homepage in the content-bottom region of my zen theme.
Everything is working fine. I also used the javascript code to open highslide.
Now I made another block with views (same default values as the first one) but i changed the filter to display only pictures from a specific gallery (taxonomy id). Inside views the preview is showing the pictures the same way the working imageflow block is doing. But on the page where i show the secong imageflow block the pictures are not showing up. Imageflow itself shows up with the controls and I can move the picture placeholder (they show up with the image names). I also copied the filepath from the source and checked if the path is maybe wrong but the picture path is correct. The highslide is also working and when I click on the picture placeholder the picture is showing up perfectly in the highslide. Its just the small preview with the reflect effect which is not working.

Some idea?

Comments

treehacker’s picture

I rechecked it.. I thing I know more less whats wrong.
I use the second imageflow block on a page which has a path alias like domain.com/xxxx/xxxx.
So I think on the filepath to reflect.php there is missing a "/" to point it to the correct location.

Could this be? Where should I change it?

treehacker’s picture

Status: Active » Fixed

I solved it.

It just needed to change the imageflow.js on line 65 to:

reflectPath: '/', /* Path to the reflect_.php script */

Because my reflect.php is in the root folder.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.