Postponed (maintainer needs more info)
Project:
Dynamic display block
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2011 at 06:50 UTC
Updated:
30 Apr 2013 at 15:57 UTC
Comments
Comment #1
ppblaauw commentedCould you add a width in height for slide-inner:
file: sites/all/themes/adaptivetheme/adaptivetheme_subtheme/custom/modules/ddblock/upright60p/ddblock-cycle-upright60p.css
line13 add
div.ddblock-cycle-upright60p div.slide-inner{height:299px;width:867px;}
I could not reproduce the issue on my test server.
Please let me know if this solves the issue?
Comment #2
amirtaiar commentedYap! That was it!
Thank again Philip for all you have done for this site...
I have another small issue that I can't find the css line to play with:
He - http://tikke.co.il/%D7%AA%D7%99%D7%A7-%D7%A2%D7%91%D7%95%D7%93%D7%95%D7%AA
En - http://tikke.co.il/en/portfolio
Comment #3
bat2018 commentedHI ALL
I lost many hours of work to solve this problem and the solution is to set the width for "slide-inner" as this
div.ddblock-cycle-upright70p div.slide-inner {width:900px;}
in your custom css
ddblock-cycle-upright70p.css
By
Stefano
Comment #4
rileyhuff commentedThank you everyone for posting this fix! It worked for me.
Comment #5
ljay207 commentedI did not use a custom theme(just use image folder), so there is no ddblock-cycle-upright60p.CSS file and how should I make DDB displayed in IE8.
Thank you very much and hope to get your reply!
Comment #6
ljay207 commentedOk, I just add this CSS code in then it work well.
Comment #7
couloir007 commentedNone of these fixes work for me, which may be related to the issue that the js fails. I'm unable to scroll through the carousel even if I can work out the display issues.