hello,

i'm using the new views_slideshow 6.x-2.0-beta2 and successfully created slideshow with a pager/pagination(1|2|3|...). now my problem is how to theme my slideshow... i want to remove some extra html tags created by views_slideshow module.

any idea is very much appreciated...

thanks,

vsotto

Comments

vm’s picture

investigate the module file for a theme function that can be pulled out and overridden in template.php

vrsotto’s picture

this views_slideshow_singleframe.module file you mean? this is under the views_slideshow sub-folder module...

vrsotto’s picture

views_slideshow pager(pagination) is generating
... tag by default('i think'). i don't know where to change in views_slideshow. i hope theres a tutorial concerning theming the module.

vrsotto’s picture

is there anyone could help me out? i'm really confuse in theming the slideshow...

:(

sp_key’s picture

Is this any different from normal Views Theming? (http://drupal.org/node/352970)

You can also watch this video http://mustardseedmedia.com/podcast/episode23
I have successfully managed to theme Views Slideshow using this way - it's very helpful.

vrsotto’s picture

Is this any different from normal Views Theming?

for me yes... i find it hard to theme views_slideshow module than the regular views module. :(

sp_key’s picture

I had a similar problem you might want to check here: http://drupal.org/node/566778

There was a module suggested to me called block theme (http://drupal.org/project/blocktheme)
It didn't work for me that well but it might for you.

Insisting on regular views theming will give you an incredible advantage I think. That's what I did. It took me weeks of trying again and again but I finally managed to get it right.

vrsotto’s picture

theming from regular views(module) is not a problem... what i'm really confuse of is the views_slideshow(module). i don't know which part/ file should i try to tweak.... :(