Im trying to theme slideshow controls. The previous and next are simple enough (to replace with images) but the pause/resume proving problematic because it looks like js changing the label of the "views_slideshow_controls_text_pause_featured_content-block".

can you offer any tips on easiest way to theme this to allow me to replace pause/resume with images.

thanks

Comments

tyler.frankenstein’s picture

Status: Active » Needs review

I ran into a similar issue here:

http://drupal.org/node/1949118

Here is a blog post example that describes how to theme the pause/resume control text:

http://tylerfrankenstein.com/code/drupal-theme-previous-next-pause-and-r...

You can use that example, and then just make a call to theme('image') in your preprocess implementations.

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)