Comments

kazah’s picture

I have the same problem!! Any ideas?

SteveViselli’s picture

StatusFileSize
new3.61 KB

Hi,

Here's a patch that implements the circular feature (6.x-2.x-dev). Place it in /sites/all/modules/views_slideshow_imageflow/ and run patch -p0 < imageflow_circular.patch

You can find a checkbox to turn it on at the bottom of the imageflow style options.

Steve

aaron’s picture

Status: Active » Needs review

Steve,

Thanks for the patch! I'll review it later this week and apply assuming it works as advertised. (Looks good from a quick glance.)

Thanks,
Aaron

akalata’s picture

It's working great for me, thanks!

Roze-1’s picture

Can you tell me how to apply the patch inside the views_slideshow_imageflow ?

Roze-1’s picture

Its working ! .. Is it possible to add Auto play option ??

Roze-1’s picture

Version: 6.x-2.x-dev » 6.x-2.0-alpha1
Status: Needs review » Active
StatusFileSize
new5.01 KB

I have added AutoPlay patch which works in the alpha-1 version. Please check to it and reply. And thanks to Steve for creating Circular patch.
Replace the zip files accordingly

# sites\all\modules\views_slideshow_imageflow\themes\js\views_slideshow_imageflow.js
# sites\all\modules\views_slideshow_imageflow\themes\views_slideshow_imageflow.theme.inc
# sites\all\modules\views_slideshow_imageflow.variables.inc\views_slideshow_imageflow.variables.inc
# sites\all\modules\views_slideshow_imageflow\views_slideshow_imageflow.views_slideshow.inc

gdkt11’s picture

Version: 6.x-2.0-alpha1 » 6.x-2.x-dev
Status: Active » Fixed

Wow, ask and you shall receive. I owe you a beer Steve!

Cheers

Status: Fixed » Closed (fixed)

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

chertzog’s picture

Status: Closed (fixed) » Active

thanks for this, but is there a way to use imageFocusMax with this?

broncomania’s picture

StatusFileSize
new12.96 KB

I added the patch above and the circular option in a package. the problem I found out is that the auto play function is working alone also the circular option but they dont play well together. maybe some can find the problem?

Update: This package is not working. It contains some mistakes