Taxonomy terms instead of nodes in slideshow

rodericksandoval's picture
rodericksandoval
Tue, 05/22/2012 - 10:25
#1
Taxonomy terms instead of nodes in slideshow

Hello. How can I create a slideshow instance using a taxonomy view?

I have already followed the instructions at Slideshow instances but the style is not applied:

 

 

Neo's picture
Neo
Sat, 05/26/2012 - 04:59

Hi,

Can you send me your developing link? I'll check and send you code.

(You can email your link to [email protected])

Best regards,

Neo Khuat

rodericksandoval's picture
rodericksandoval
Wed, 06/06/2012 - 21:01

Hello. Got it working by copying and changing also "views-view-fields--slideshow--slideshow-kwicks.tpl.php" like this:

<div class="kwick_shadow"></div>

<div class="kwick_title"><?php print $fields['name']->content; ?></div>

<div>

  <div class="kwick_desc">

    <div class="kwick_desc_title"><?php print $fields['name']->content; ?></div>

    <div class="kwick_desc_detail"><?php print $fields['description']->content; ?></div>

  </div>

  <?php print $fields['field_slideshow']->content; ?>

</div>

 

Instead of:

 

<div class="kwick_shadow"></div>

<div class="kwick_title"><?php print $fields['title']->content; ?></div>

<div>

  <div class="kwick_desc">

    <div class="kwick_desc_title"><?php print $fields['title']->content; ?></div>

    <div class="kwick_desc_detail"><?php print $fields['body']->content; ?></div>

  </div>

  <?php print $fields['field_slideshow']->content; ?>

</div>

 

Thanks

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.