Hi,

i've just opened the slideshow view.

I wanted to change the cycle option effect :

- fade > blindx
- delay and speed transition

No change in effect transition and speed after :

- "flushing all cache" and cron
- restarting wamp and drupal tb sirate stater site
- deleting Chrome cache browser

Always no change in slideshow website front page.

BUT i can see the change made directly in the overview of the slideshow view test when i change the cycle parameter (in bottom view).

Is this a bug ?
Is there a special process which prevents to see the change ?
It's very strange !

Any idea ?

Comments

hungrymind.bb’s picture

Category: support » bug
Priority: Major » Critical

Its a bug on tb_sirate.js
In this script you can find these 2 lines

$('#slideshow-wrapper .views-slideshow-cycle-main-frame').cycle('destroy');
      $('#slideshow-wrapper .views-slideshow-cycle-main-frame').cycle()

Please comment it. Because this is reinitializing slideshow with no settings(Like effects, pager settings, etc.

Then replace these lines in views.css

.view-simple-slideshow .views_slideshow_main > div > div,
.views-slideshow-cycle-main-frame-row, 
.views-slideshow-cycle-main-frame {  
  width: 100% !important;
  height: 100% !important;
}
chrysonline’s picture

Version: 7.x-1.0-beta2 » 7.x-1.0-beta4

Cool ! it runs now !
I can change slideshow effects and more... in the slideshow drupal view.

Thks !