Hello,
I'm sorry if the answer to this question is obvious, but I haven't found the solution anywhere.
I want to use ddblock on my front page - because of its rich feature set and customizability. On the other hand however, I want to disable the pager totally.
In other words I don't want either number, previous/next, or image pagers to appear at all. Just the slideshow.
Please let me know how to accomplish this?
Regards,
Mo
Re: DDBLOCK Disable pager
You can disable the pager by not checking the checkbox for the pager in the configuration page.
a bug in the code
even if its not pressed in the configuration page its there..
there should be a bug in the code...
hope they will fix it soon ..
drupal 7 version
There is no bug. After
There is no bug. After uncheking the pager, you just need to remove the background image in corresponding css. For example remove :
div.ddblock-cycle-upright10 div.number-pager-pre-top{background:url(images/number_pager_pre30x15_top.png) no-repeat;width:30px;height:15px;margin-right:-2px;float:right;}
from ddblock-cycle-upright10.css