Jump to content

PS 1.7 Image slider URL problem


serdarsa

Recommended Posts

  • 1 month later...

was looking in the wrong branch, if you still have this problem.

 

go to: modules/ps_imageslider/views/templates/hook

 

edit: slider.tpl

 

{if $homeslider.slides}

<div class="homeslider-container" data-interval="{$homeslider.speed}" data-wrap="{$homeslider.wrap}" data-pause="{$homeslider.pause}">

<ul class="rslides">

{foreach from=$homeslider.slides item=slide}

<li class="slide">

<a href="{$slide.url}">

<img src="{$slide.image_url}" alt="{$slide.legend|escape}" />

{if $slide.title || $slide.description }

<span class="caption">

<h2>{$slide.title}</h2>

<div>{$slide.description nofilter}</div>

</span>

{/if}

</a>

</li>

{/foreach}

</ul>

</div>

{/if}

Link to comment
Share on other sites

  • 4 months later...
  • 4 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...