Hi!

I have created a basic ddblock slideshow and would like to put a button on the first slide.
The slides are images in a file directory. Problem is I cannot address the individual slides because they don't seem to have unique ids in the css.

Does anyone know how to solve this? *scratching my head*

Comments

ppblaauw’s picture

Status: Active » Postponed (maintainer needs more info)

You could add a slide_number to the div of a slide by overriding the ddblock-cycle-block-content.tpl.php file for the pager of the ddblock module.

  1. Copy the tpl.php file to your theme
  2. Clear the cache
  3. adjust the tpl.php file

Do you have a link to the slideshow on your page.

Hope this helps you further, please let me know.

PWG’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Great! Thanks, ppblaauw. I will try that out!