Closed (fixed)
Project:
Dynamic display block
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2011 at 08:36 UTC
Updated:
25 Aug 2011 at 09:41 UTC
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
Comment #1
rfabbri commentedI 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;
}
Comment #2
rfabbri commentedIs it possible to change that to have the pager images set by the module and not by CSS ?
Comment #4
ppblaauw commentedNormally pager images are set by the module, but you have a customized version of the slideshow theme.
Comment #5.0
(not verified) commentedAdded configuration for sort order setting