chris187 Posted May 16, 2012 Share Posted May 16, 2012 (edited) Does anybody know were i can get this html code in prestashop <img alt="" src="/modules/tmslider1/slides/slide_00.jpg"> All i need to do is change the .jpg to a .png but of course its like trying to find a needle in a haye stack ! Already checked every folder in the module and countless others, any help id be very grateful. Thanks Chris Edited May 16, 2012 by chris187 (see edit history) Link to comment Share on other sites More sharing options...
helldog2004 Posted May 16, 2012 Share Posted May 16, 2012 (edited) tell me the website you have the .jpg to be changed and tell me what kind of module or file this is.. Much easier for us to find out which file to be used.. Thanks *EDIT* I bet the file must be in /modules/tmslider1 (find a .css file to change the picture settings) Edited May 16, 2012 by helldog2004 (see edit history) Link to comment Share on other sites More sharing options...
chris187 Posted May 16, 2012 Author Share Posted May 16, 2012 There is no .css file in there. There is no .jpg file either, for some reason when i change the image or update the text in the module tmslider1 it then changes to a .jpg and filles half the image with a white background. The module is TMslider1 Link to comment Share on other sites More sharing options...
helldog2004 Posted May 16, 2012 Share Posted May 16, 2012 (edited) What is the URL of your website, or show me a screenshot please for better help! *EDIT* Could you enclose the tmslider.tpl into this forum? I can take a look at the code here.. Edited May 16, 2012 by helldog2004 (see edit history) Link to comment Share on other sites More sharing options...
chris187 Posted May 16, 2012 Author Share Posted May 16, 2012 Heres the code here- <div id="tmslider1"> <ul> {foreach from=$xml->link item=home_link name=links} <li class="slide{$smarty.foreach.links.iteration}"> <div> <h2>{$home_link->field1}</h2> <h3>{$home_link->field2}</h3> <h4>{$home_link->field3}</h4> <p>{$home_link->field4}</p> <a class="tms1_btn" href="{$link->getPageLink('index.php')}{$home_link->url}">{$home_link->field5}</a> </div> <a href="{$link->getPageLink('index.php')}{$home_link->url}"><img src="{$this_path}{$home_link->img}" alt="" /></a> </li> {/foreach} </ul> </div> Link to comment Share on other sites More sharing options...
helldog2004 Posted May 16, 2012 Share Posted May 16, 2012 <a href="{$link->getPageLink('index.php')}{$home_link->url}"><img src="{$this_path}{$home_link->img}" alt="" /></a> It says the link to the image you are refering should be in the same folder. Could you send me all codes in this folder? Might be easier for me then to watch every file 1 by 1.. Seperate codes by using the code button (<>) Link to comment Share on other sites More sharing options...
chris187 Posted May 16, 2012 Author Share Posted May 16, 2012 Thanks for the help Helldog found the file which was in the folder. It was in the links.xml file Thanks again for your help, top man Link to comment Share on other sites More sharing options...
helldog2004 Posted May 16, 2012 Share Posted May 16, 2012 Graag gedaan, can you change the title to [sOLVED] please? Link to comment Share on other sites More sharing options...
chris187 Posted May 16, 2012 Author Share Posted May 16, 2012 Would if i could but i cant change the title. Link to comment Share on other sites More sharing options...
helldog2004 Posted May 16, 2012 Share Posted May 16, 2012 yes you can.. Edit your first post.. Click on advanced edit after that and change the title Cheers! Link to comment Share on other sites More sharing options...
Recommended Posts