i used views_slideshow to create slides('of images) with my own custom content-type, the output is very good.

to my request, i hope there would be some small tutorials on how to theme views_slideshow for beginners('like me') in drupal. i fine the module very useful. but i'm having a hard time figuring it out how to theme some of the elements that the module is generated.

i hope the request be granted...

best wishes...

vsotto

CommentFileSizeAuthor
#2 views_slideshow.jpeg25.63 KBvrsotto
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

redndahead’s picture

Ahh documentation. I'll keep this open, and hopefully someone can come up with a small tutorial that we can add to the advanced help files.

vrsotto’s picture

FileSize
25.63 KB

cool!!!... can't wait!!! i hope this will be available sooner!!! :) i can theme the regular views(module), but having hard time with views_slideshow(module). i have attached an image of a slideshow that i've created, and to theme.

i'd like to convert this part into <ul><li>...

<div id="views_slideshow_singleframe_pager_1" class="views_slideshow_singleframe_pager numbered">
   <div class="pager-item pager-num-1 even"><a href="#" class="">1</a></div>
   <div class="pager-item pager-num-2 odd"><a href="#" class="">2</a></div>
   <div class="pager-item pager-num-3 even"><a href="#" class="">3</a></div>
   <div class="pager-item pager-num-4 odd"><a href="#" class="activeSlide">4</a></div>
   <div class="pager-item pager-num-5 even"><a href="#" class="">5</a></div>
   <div class="pager-item pager-num-6 odd"><a href="#" class="">6</a></div>
</div>

-----

and remove some extra tags for the rest of the code that the module generated...

thanks,

vsotto

UNarmed’s picture

Maybe try this, its something i am giving a try for slideshows that will most likely be a bit more technical. Don’t know how hard it is to get right but looks pretty flexible.

http://drupal.org/project//ddblock

vrsotto’s picture

yeah... i'm actually testing this module... and its actually technical :) a bit difficult to configure...

UNarmed’s picture

haha hmmm i figured it would be, u think it will get the job done though?

vrsotto’s picture

i'll inform you... :)

UNarmed’s picture

haha muchoz thank =] I am gona be playing around with it a little now to.

vrsotto’s picture

how's your theming the slide going? :)

redndahead’s picture

Status: Active » Fixed

With the tutorial that is posted on the homepage from mustardseed it should at least give you a starting point for how to theme slideshows.

vrsotto’s picture

will you please provide the the links of the tutorials :)

EDIT: found the link... thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

achyuth_kumar’s picture

Title: Tutorials on theming views_slideshow » i want create dynamic slideshow in drupal 7
Version: 6.x-2.0-beta2 » 7.x-3.0-alpha1
Assigned: Unassigned » achyuth_kumar

hi friends

i am working with drupal(version 7) first time,

now i have to complete a task how to create dynamic slideshow

if any know the process please give reply

i installed all major modules!,

thanks to all in advance.

kenorb’s picture

Assigned: achyuth_kumar » Unassigned
Issue summary: View changes