I think there is still an issue with the order of the images :

Look at the DDS block on the top of the page http://dev.foliateam.com/ :
pager_image and slide_image order get mixed up...

I checked the contents and each one has the good images, and if I look at my view the images are in the good order, so i'm sure the module or JS make the images order get mixed up...

The sort order in the ddblock instance configuration page for the slideshow is set to: "None"

Does someone have a clue ?

Comments

rfabbri’s picture

Status: Active » Fixed

I just found this issue, it seems that the pager_image content was set directly by css :

div.ddblock-cycle-highlight50lS div.custom-pager div.custom-pager-item a.pager_link_count3{
background:transparent url(images/imagexyz4.jpg) no-repeat scroll 0 0;
}

div.ddblock-cycle-highlight50lS div.custom-pager div.custom-pager-item a.pager_link_count2{
background:transparent url(images/imagexyz3.jpg) no-repeat scroll 0 0;
}

div.ddblock-cycle-highlight50lS div.custom-pager div.custom-pager-item a.pager_link_count1{
background:transparent url(images/imagexyz2.jpg) no-repeat scroll 0 0;
}

div.ddblock-cycle-highlight50lS div.custom-pager div.custom-pager-item a.pager_link_count0{
background:transparent url(images/imagexyz1.jpg) no-repeat scroll 0 0;
}

rfabbri’s picture

Is it possible to change that to have the pager images set by the module and not by CSS ?

ppblaauw’s picture

Normally pager images are set by the module, but you have a customized version of the slideshow theme.

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Added configuration for sort order setting