Okay
  Public Ticket #1353060
How to edit slideshow image link?
Closed

Comments

  •  1
    Juan started the conversation

    Dear sir/madam,

    The slideshow image is linked to a http:/..../# URL by default. I already link the slider button buy how can I remove or modify the image URL link? Thanks. Regards

  •  1,588
    Criss replied

    Hello

    Please edit it in this file:

    /modules/fieldslideshow/views/templates/front/fieldslideshow.tpl

    http://prntscr.com/h4nn26

    Thanks!!

    Best Regards,
    Criss - FieldThemes

  •  1
    Juan replied

    Should we do this every time we change slider picture or will you fix this bug for the next upgrade? 

    Thanks for your support

  •  1,588
    Criss replied

    Hello,

    You can change it into this:

    <a {if isset($slide.link) && !empty($slide.link)}href="{$slide.link}"{else}href="#"{/if}>
            <img class="img-slider" src="{$slide.image}" alt="" data-u="image"> </a>

    Thanks!!

    Best Regards,
    Criss - FieldThemes