I use a slideshow theme (upright60p). I would like to set up a simple slideshow without pager.
I cannot locate the div to hide pager.
I have tried these:
div.container-inner.clearfix {
background: #3270c5;
}
div.navi {
display:none;
}
div#ddblock-scrollable-pager-3.scrollable-pager.clearfix {
display:none;
}
div.prev.prev-1.disabled {
display:none;
}
div.spacer-horizontal {
display:none;
}The result is bad
I have attached screenshot. Can anyone let me know how to do ?
Thank you
| Comment | File | Size | Author |
|---|---|---|---|
| ddblock.jpg | 80.04 KB | Redart |
Comments
Comment #1
ppblaauw commentedYou can remove the if statements with the calls for the pager (at top or bottom) from the content tpl.php file (ddblock-cycle-block-content--upright60p.tpl.php).
Hope this helps you further, please let me know.
Comment #2
Redart commentedThanks a lot for taking the time to reply.
I followed your instructions but nothing has changed.
So, I tried to edit css
I set same height in:
div.ddblock-cycle-upright60p div.container-inner
div.ddblock-cycle-upright60p div.slide-inner img
It seems to work perfectly fine
Comment #2.0
Redart commentedadded background-color to identify div