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

CommentFileSizeAuthor
ddblock.jpg80.04 KBRedart

Comments

ppblaauw’s picture

Priority: Major » Normal
Status: Active » Postponed (maintainer needs more info)

You 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.

Redart’s picture

Thanks 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

Redart’s picture

Issue summary: View changes

added background-color to identify div