basit006 Posted September 13, 2013 Share Posted September 13, 2013 i have leo image slider but how can i give the slider link instate of the text which is above the images showing? www.tujarat.com Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 anyone here to answer Link to comment Share on other sites More sharing options...
vekia Posted September 13, 2013 Share Posted September 13, 2013 you're using lof camera slider module? if so - open module configuration page you will see there field "URL" define url to any page you want and that's all. then just save changes 1 Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 i did like this but it is not working Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 anyone here Link to comment Share on other sites More sharing options...
vekia Posted September 13, 2013 Share Posted September 13, 2013 when i click on: it works 1 Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 yes but i dont want that text when i want the link should be on image as that text is not looking good Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 (edited) what should i do now vekia Edited September 13, 2013 by basit006 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 13, 2013 Share Posted September 13, 2013 you need to modify module .tpl file insert <img> to <a href=""> html markup 1 Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 i cant modify that file can you please tell me where should i add <div class="leocamera_container span8"> <div id="leo-camera" class="camera_wrap {$leocamera.theme}"> {foreach from=$leocamera_slides item=item} <div data-thumb="{$item.thumbnail}" data-src="{$item.mainimage}" > {if $item.title and $leocamera.show_desc} <div class="camera_caption fadeFromBottom" > <div class="leo_camera_title" > {if $leocamera.show_title} <a href="{$item.url}" title="{$item.title}">{$item.title}</a> {/if} </div> <div class="leo_camara_desc"> {$item.description} </div> </div> {/if} </div> {/foreach} </div> </div> this is the code for default.tpl Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 vekia are u there Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 anyone there?? Link to comment Share on other sites More sharing options...
vekia Posted September 13, 2013 Share Posted September 13, 2013 hello this is not chat, this is forum ohh there is no <img> tag! try with this: <div class="leocamera_container span8"> <div id="leo-camera" class="camera_wrap {$leocamera.theme}"> {foreach from=$leocamera_slides item=item} <a href="{$item.url}" title="{$item.title}"> <div data-thumb="{$item.thumbnail}" data-src="{$item.mainimage}" > {if $item.title and $leocamera.show_desc} <div class="camera_caption fadeFromBottom" > <div class="leo_camera_title" > {if $leocamera.show_title} <a href="{$item.url}" title="{$item.title}">{$item.title}</a> {/if} </div> <div class="leo_camara_desc"> {$item.description} </div> </div> {/if} </div> </a> {/foreach} </div> </div> 1 Link to comment Share on other sites More sharing options...
basit006 Posted September 13, 2013 Author Share Posted September 13, 2013 no the code didnt worked Link to comment Share on other sites More sharing options...
Recommended Posts