luuuciano 2 Posted January 22, 2011 Très bien mais pas compatible avec NivoSlider j'ai perdu les imagesvoir http://www.prestashop.com/forums/viewthread/74044/third_party_modules/nivoslider/une idéeOkay but not compatible with NivoSlider, an idea ? You should edit this files:slidenewproducts.cssslidenewproducts.tplstartstop-slider.jsevery "slider" change it to "slidernews", or something else...the problem is that NivoSlider uses the same id that uses this great slider...edit: btw, nice slider module... Im using with just 10 new products... sometimes transitions go a bit weird... Share this post Link to post Share on other sites
lm59 1 Posted January 25, 2011 Can you explain how please?Thank you for your helpMerci résolu Thank you solved Share this post Link to post Share on other sites
Rui1 1 Posted February 17, 2011 hello, could upgrade to the v1.3.6, which is not working very well, shows a product goes up and down about 2 or 3 times, and should leave immediately and show another Share this post Link to post Share on other sites
MichaelMcG 1 Posted February 25, 2011 Do you want a SlideShow (Carrousel) with all products of the shop? With all products of only one categorie? Or put the SlideShow in anywhere of your shop? Or all options?Let me Know what do you need, and I could try help for you. Hi,I'd like a Carousel showing products within a category.Can you help me to do this?So if they enter a Category, it shows the Products, but it also has a Carousel showing all the products.Thank you Share this post Link to post Share on other sites
holle75 1 Posted March 9, 2011 ... for not getting duplicate content in google f.e. one should change in slideproducts.tpl line 13 from {assign var='productLink' value=$link->getProductLink($value.id_product, $value.link_rewrite)} to {assign var='productLink' value=$link->getProductLink($value.id_product, $value.link_rewrite, $value.category)} otherwise products do link to/shop/product.htmland not to/shop/category/product.htmlbestH Share this post Link to post Share on other sites
vince123 0 Posted March 9, 2011 thank you very much for share Share this post Link to post Share on other sites
Straigh&Alert 0 Posted March 29, 2011 Hi everyone.I have to deal with a problem we've already talked about in this topic.In fact, when I load my homepage with the slidshow (new products) everything is finebut if I open another webpage (whatever page) and then come back to my website homepage with the slideshow, the product "sticks" and the image shows several times (up and down).It seems to happen on Goggle Chrome but not on Firefox.Anybody can help ?Thanx Share this post Link to post Share on other sites
anthony84000 0 Posted April 8, 2011 Bonsoir, merci pour ce petit module, il es vraiment exelent...Je lui es rajouté un background ---> www.destockpc.comMerci a tous... Share this post Link to post Share on other sites
goldie 0 Posted April 9, 2011 Salut anthonypeut tu me dire stp comment as tu fait pour changer le background stp ce serais vraiment sympa ! Share this post Link to post Share on other sites
anthony84000 0 Posted April 11, 2011 Salut, désolé pour le retard, voici la ligne à remplacé dans le slidenewproducts.css pour y rajouté un background.#slider{ background: url(/modules/slidenewproducts/img/backgroundnewproduct.png); height: 150px; width:570px; margin:left; overflow: hidden;Bye Share this post Link to post Share on other sites
hulk 9 Posted May 7, 2011 Hello everyone and thank you for this contributionI use this module but I have some modification to do if possible:How can i stop the slide and add 2 arrows for navigation Next and Previous Thx a lot Share this post Link to post Share on other sites
Yasir88 2 Posted May 16, 2011 How can i remove new products tab? Share this post Link to post Share on other sites
hulk 9 Posted May 17, 2011 you should change the property of the title div in the file tpl {l s='new products' mod='slidenewproducts'} by {l s='new products' mod='slidenewproducts'} and in the file slidenewproducts.css add : .h22 { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; font-weight: bold; text-align: center; text-transform: uppercase; margin-left: 1px; display:block; height:17px; color:white; padding:0; padding-top:2px; } Share this post Link to post Share on other sites
Yasir88 2 Posted May 17, 2011 The same. It doesn't work. you should change the property of the title div in the file tpl {l s='new products' mod='slidenewproducts'} by {l s='new products' mod='slidenewproducts'} and in the file slidenewproducts.css add : .h22 { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; font-weight: bold; text-align: center; text-transform: uppercase; margin-left: 1px; display:block; height:17px; color:white; padding:0; padding-top:2px; } Share this post Link to post Share on other sites
hulk 9 Posted May 18, 2011 can you tell me the version of your module or when you download it? Share this post Link to post Share on other sites
Yasir88 2 Posted May 18, 2011 can you tell me the version of your module or when you download it? Slide new products v0.1I download it for 5 days ago. Share this post Link to post Share on other sites
hulk 9 Posted May 18, 2011 her a modified version you can try it slidenewproducts.zip Share this post Link to post Share on other sites
hulk 9 Posted May 18, 2011 you should change this line in tpl file {l s='new products' mod='slidenewproducts'} by this code {l s='new products' mod='slidenewproducts'} and use the css file in the module below and clean your cache Share this post Link to post Share on other sites
Yasir88 2 Posted May 18, 2011 Still not working.my css: /* DEFAULT is for three panels in width, adjust as needed This only matters if JS is OFF, otherwise JS sets this. */#slider { height: 150px; width:520px; margin:left; overflow: hidden; position: relative; margin: 5px 0; border-top:1px solid #BDC2C9;border-bottom:1px solid #BDC2C9;}#mover { width: 520px; position: relative; }.slide { padding: 26px 40px; width:540px; height: 150px; float: left; position: relative; }.slide h1 { font-size: 16px;}.slide p { font-size: 12px; line-height: 22px; width: 250px;}.slide a { text-decoration: none;}.slide a:hover { text-decoration: underline;}.slide img { position: absolute; top: 10px; left: 350px; vertical-align: middle;}.slide h2 { background :none repeat scroll 0 0 transparent;font-size: 14px; padding: 0 190px;}#slider-stopper { position: absolute; top: 0px; right: 10px; background: #ac0000; color: white; padding: 3px 8px; font-size: 10px; z-index: 1000; }.h22 { font-family: Arial, Helvetica, Sans-Serif; font-size: 14px; font-weight: bold; text-transform: uppercase; margin-left: 1px; display:block; height:17px; color:#000000; padding:0; padding-top:2px;}my slidenewproducts.tpl:<!-- MODULE Slide Featured Products --> {l s='new products' mod='slidenewproducts'} {if $new_products} {counter start=0 assign=nbPrd} {foreach from=$new_products item=product name=myLoop} {if $nbPrd == 0} {else} {/if}{$product.name|escape:htmlall:'UTF-8'|truncate:35} {$product.description_short|strip_tags:htmlall:'UTF-8'|truncate:70} {displayWtPrice p=$product.price} {counter print=false} {/foreach} {else}{l s='No new product at this time' mod='slidenewproducts'} {/if} <!-- /MODULE Home Featured Products -->you should change this line in tpl file {l s='new products' mod='slidenewproducts'} by this code {l s='new products' mod='slidenewproducts'} and use the css file in the module below and clean your cache Share this post Link to post Share on other sites
hulk 9 Posted May 18, 2011 <!-- MODULE Slide Featured Products --> {l s='new products' mod='slidenewproducts'} {if $new_products} {counter start=0 assign=nbPrd} {foreach from=$new_products item=product name=myLoop} {if $nbPrd == 0} {else} {/if} {$product.name|escape:htmlall:'UTF-8'|truncate:35} {$product.description_short|strip_tags:htmlall:'UTF-8'|truncate:70} {displayWtPrice p=$product.price} {counter print=false} {/foreach} {else} {l s='No new product at this time' mod='slidenewproducts'} {/if} <!-- /MODULE Home Featured Products --> Share this post Link to post Share on other sites
Yasir88 2 Posted May 18, 2011 Still no help I really dont know why it is not working <!-- MODULE Slide Featured Products --> {l s='new products' mod='slidenewproducts'} {if $new_products} {counter start=0 assign=nbPrd} {foreach from=$new_products item=product name=myLoop} {if $nbPrd == 0} {else} {/if} {$product.name|escape:htmlall:'UTF-8'|truncate:35} {$product.description_short|strip_tags:htmlall:'UTF-8'|truncate:70} {displayWtPrice p=$product.price} {counter print=false} {/foreach} {else} {l s='No new product at this time' mod='slidenewproducts'} {/if} <!-- /MODULE Home Featured Products --> Share this post Link to post Share on other sites
SM373 0 Posted May 18, 2011 Try turning on your option to force recompile for the template files:Preferences -> Performace -> Force RecompileTurn it on, then try to load your homepage. Then when it works, turn it back off. Share this post Link to post Share on other sites
Yasir88 2 Posted May 18, 2011 And finally it works.Big thanks to SM373 & hulk.Nice job guys. Keep up the good work. Share this post Link to post Share on other sites
vestax 3 Posted June 13, 2011 Hello,I want to know if it was possible to place the module in the column left or right sue the original prestashop THEME?Thank you very much Share this post Link to post Share on other sites
egis 2 Posted July 10, 2011 for ps 1.4.3 change in slidenewproducts.tpl (line 21 ) :src="{$img_prod_dir}{$product.id_image}-home.jpg"tosrc="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}"and module showing pictures ... Share this post Link to post Share on other sites
robkwal 7 Posted August 4, 2011 How do I get the images to appear in the home featured slider as the are not appearing?! V1.4.4 Share this post Link to post Share on other sites
robkwal 7 Posted August 5, 2011 Would anyone know how I would add the buttons to the products i.e. view and add to cart?!?!?!?!?!??!?!??!?!?!??! Please love this module, but would like my customers to be about to add to cart from the home page and to have a view product button added!!! Thanks Share this post Link to post Share on other sites
robkwal 7 Posted August 6, 2011 Can someone help with adding a view product button?!?! PLEASE! Share this post Link to post Share on other sites
xchristty 0 Posted August 9, 2011 no images in PS 1.4.3 Share this post Link to post Share on other sites
Cap Elec Conseils 0 Posted August 11, 2011 I've put the module in the header. If someone wants, let me know and i'll explain how. The only problem is that the summary of my cart is wrong. It's showing the list of the featured products. Try to put something in the cart and you'll see. www.cap-elec-conseils.com Share this post Link to post Share on other sites
hbasora 0 Posted August 22, 2011 no images in PS 1.4.3 My friend, between these lines: <a href="{$product.link}" title= and </a> remplace with "{$product.legend|escape:htmlall:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /> OR JUST REPLACE THE WHOLE CONTENT WITH THIS: <!-- MODULE Slide Featured Products --> <h2>{l s='New Products' mod='slidenewproducts'}</h2> <div id="slider"> <div id="mover"> {if $new_products} {counter start=0 assign=nbPrd} {foreach from=$new_products item=product name=myLoop} {if $nbPrd == 0} <div id="slide-1" class="slide"> {else} <div class="slide"> {/if} <h1><a href="{$product.link}" title="{$product.name|escape:htmlall:'UTF-8'|truncate:35}">{$product.name|escape:htmlall:'UTF-8'|truncate:35}</a></h1> <p class="product_desc"><a href="{$product.link}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags:htmlall:'UTF-8'|truncate:120}</a></p> <h2>{displayWtPrice p=$product.price}</h2> <a href="{$product.link}" title="{$product.legend|escape:htmlall:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /></a> </div> {counter print=false} {/foreach} {else} <p>{l s='No new product at this time' mod='slidenewproducts'}</p> {/if} </div> </div> <!-- /MODULE Home Featured Products --> Sorry my english is too bad, Im from the Dominican Republic. Share this post Link to post Share on other sites
mandrin 15 Posted August 24, 2011 Bloody hell, this is a great module! I have been looking for something like this for ages and only find it now! Much thanks for this simple yet stylish module! Share this post Link to post Share on other sites
Jevgen 12 Posted August 27, 2011 Problems with images viewing ...after 1st image incorrect image movement etc ....does anyone know solution ? Share this post Link to post Share on other sites
LovePrestashop 2 Posted August 28, 2011 thank you very much for sharing the module. I have just installed it at http://www.hotlingerie.net.au and it looks great. I have a question, I want to make the slid to left faster like a movie, what should I change at startstop-slider.js file? thanks Share this post Link to post Share on other sites
papich 35 Posted August 30, 2011 Hi, It works with PS 1.4.4.1? Someone can share the good file? A demo? thx sorry for my bad english Share this post Link to post Share on other sites
nobynator 2 Posted September 1, 2011 Hi, It works with PS 1.4.4.1? Someone can share the good file? A demo? thx sorry for my bad english Also looking for 1.4.4.1 Any slider out there that works for 1.4.4.1?? Share this post Link to post Share on other sites
Jevgen 12 Posted September 24, 2011 soon will be available Share this post Link to post Share on other sites
ladyred 3 Posted October 19, 2011 Thank you it works excellent! I am so chuffed just what i was after! Share this post Link to post Share on other sites
ladyred 3 Posted October 19, 2011 How do i make images show smaller in the slider and the slider only! They show a bit too big for it. What code do i need to edit. Thanks. Share this post Link to post Share on other sites
luuuciano 2 Posted October 20, 2011 in the tpl file: <a href="{$productLink}" title="{$product.legend|escape:htmlall:'UTF-8'}" class="product_image"><img src="{$img_prod_dir}{$value.id_image}-home.jpg" alt="{$product.legend|escape:htmlall:'UTF-8'}" /></a> so, try adding somewhere in a css file .product_image img {width:90px} do not know if class .product_image is used in other places--- if it is used you may want to add a new class to that code, and do the proper changes in the css Share this post Link to post Share on other sites
nostradamus 29 Posted October 26, 2011 how can i get the images to show for 1.4 ? i tried the tpl modification mention in this topic but the images wont show? Share this post Link to post Share on other sites
hulk 9 Posted October 26, 2011 try this code <a href="{$product.link}" title="{$product.legend|escape:htmlall:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /></a> it work for me Share this post Link to post Share on other sites
nostradamus 29 Posted October 26, 2011 try this code <a href="{$product.link}" title="{$product.legend|escape:htmlall:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /></a> it work for me nope not working for mee. i run 1.4.4.1 seo url turned on force compile is turned on http://www.salo-fashion.nl/ Share this post Link to post Share on other sites
hulk 9 Posted October 27, 2011 Your picture is missing the link ID of the mage and the url rewritng (see ?? in the code below) <img src="http://www.salo-fashion.nl/[color=#ff0000]??[/color]-home/[color=#ff0000]??[/color].jpg" alt="" style="top: 10px; "/> trying to copy the same code to call the images in the file product-list.tpl of your theme. the <img src ="...." alt ="..."> then disable your module and the reactive again if it does not work trying to clear the smarty cache in folder / tools / smarty / compile and keep just the index.php file 1 Share this post Link to post Share on other sites
nostradamus 29 Posted October 28, 2011 Your picture is missing the link ID of the mage and the url rewritng (see ?? in the code below) <img src="http://www.salo-fashion.nl/[color=#ff0000]??[/color]-home/[color=#ff0000]??[/color].jpg" alt="" style="top: 10px; "/> trying to copy the same code to call the images in the file product-list.tpl of your theme. the <img src ="...." alt ="..."> then disable your module and the reactive again if it does not work trying to clear the smarty cache in folder / tools / smarty / compile and keep just the index.php file replaced it cleaned it compiled it no change in the front end. Share this post Link to post Share on other sites
cherish 1 Posted October 30, 2011 thanks for sharing, i like this module, and i try it at latest versi 1.4.5.1.... but have problem here, anybody help me how to move a bar at product name and at price. sorry english poor... Share this post Link to post Share on other sites
hulk 9 Posted October 31, 2011 hi cherish there is the solution of your problem. in your file global.css, add this 2 classes .exh1 { font-size: 1.1em; line-height: 1.6em; padding-left: 0.5em; margin: 0.5em 0; text-transform: uppercase; font-weight: bold; color: #374853; height: 21px; } .exh2 { font-size: 1.1em; line-height: 1.6em; padding-left: 0.5em; margin: 0.5em 0; text-transform: uppercase; font-weight: bold; color: #374853; height: 21px; } after that go to your slidenewproduct.tpl and replace <h1>{$product.name|escape:htmlall:'UTF-8'|truncate:35}</h1> by <div class="exh1">{$product.name|escape:htmlall:'UTF-8'|truncate:35}</div> and <h2><span class="orgPrice">{displayWtPrice p=$product.price_without_reduction}</span>{displayWtPrice p=$product.price}</h2> by <div class="exh2"><span class="orgPrice">{displayWtPrice p=$product.price_without_reduction}</span>{displayWtPrice p=$product.price}</div> Share this post Link to post Share on other sites
cherish 1 Posted October 31, 2011 thanks hulk, but nothing change.... 1. How to eliminate top and bottom bars? 2. How to move currency at right to left (i see all of product at category like this)? 3. How to change the line to equal the length of the bar of new products title? Sorry use google translate. Share this post Link to post Share on other sites
hulk 9 Posted October 31, 2011 try to clear the cache of your browser and smarty compile in tools/smarty/compile just keep the file index.php. if doesn't work can you send me you module slidenewproducts via PM, and i try to modify it. Share this post Link to post Share on other sites
hulk 9 Posted November 1, 2011 to eliminate top and bottom bar go to your module folder and delete the 2 line in slidenewproducts.css in line 3 class .slider border-top:1px solid #BDC2C9;border-bottom:1px solid #BDC2C9 Share this post Link to post Share on other sites
nostradamus 29 Posted November 1, 2011 this works in 1.4.5.1 <!-- MODULE Slide Featured Products --> <h2>{l s='featured products' mod='slideproducts'}</h2> <div id="slider"> <div id="mover"> {if isset($products) AND $products} {counter start=0 assign=nbPrd} {foreach from=$products item=value} {assign var='productLink' value=$link->getProductLink($value.id_product, $value.link_rewrite)} {if isset($value.attributes_small)} {assign var='productName' value=$value.name|cat:' ':$value.attributes_small|truncate:36} {else} {assign var='productName' value=$value.name|truncate:36} {/if} {if $nbPrd == 0} <div id="slide-1" class="slide"> {else} <div class="slide"> {/if} <h1><a href="{$productLink}" title="{$value.name|escape:htmlall:'UTF-8'|truncate:35}">{$value.name|escape:htmlall:'UTF-8'|truncate:35}</a></h1> <p class="product_desc"><a href="{$productLink}" title="{l s='More' mod='homefeatured'}">{$value.description_short|strip_tags:htmlall:'UTF-8'|truncate:70}</a></p> <h2>{displayWtPrice p=$value.price}</h2> <a href="{$product.link}" title="{$product.legend|escape:html:'UTF-8'}"><img src="{$link->getImageLink($product.link_rewrite, $value.id_image, 'medium')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product.legend|escape:html:'UTF-8'}" /></a> </div> {counter print=false} {/foreach} </div> </div> {else} {l s='No featured products' mod='slidefeatured'} {/if} <!-- /MODULE Home Featured Products --> how can i get the image to go from bottom to top instead of top to bottom? Share this post Link to post Share on other sites
Rui1 1 Posted November 10, 2011 Hello, I have version 1.4.5.1, anyone can post this updated module, already working for this version? xau are well Share this post Link to post Share on other sites
nilady 1 Posted November 15, 2011 it is not suitable with 1.4.3? cant see the picture for new product i upload, just the code only appear Share this post Link to post Share on other sites
nostradamus 29 Posted November 15, 2011 here is a working version for PS 1.4.5.1 http://www.bijouxenzeep.nl/slideproducts_for_PS1.4.5.1.rar *Bug Fix image didn't load correctly in PS 1.4.5.1 1 Share this post Link to post Share on other sites
Rui1 1 Posted November 16, 2011 hello. thanks, already tested this, it asks me the pictures, but it all centered on my website, the color of the price is not the same. so you can change it Imagna of mine and send me again? I will leave here attached. can also serve somebody. http://www.sendspace.com/file/pwi1yg Share this post Link to post Share on other sites
nostradamus 29 Posted November 16, 2011 hello. thanks, already tested this, it asks me the pictures, but it all centered on my website, the color of the price is not the same. so you can change it Imagna of mine and send me again? I will leave here attached. can also serve somebody. http://www.sendspace.com/file/pwi1yg i dont quit follow you? i had a look at your site en tested something. the image called is home i changed it to medium and this works. so please re download it from the link in my previous post. Share this post Link to post Share on other sites
Bubba Hotep 0 Posted November 16, 2011 Works perfect, thank you Share this post Link to post Share on other sites
Rui1 1 Posted November 16, 2011 hello, are you telling me to download your last post, l'adresse already, but it is not centered on the website? can update mine? to see the images? Share this post Link to post Share on other sites
nostradamus 29 Posted November 17, 2011 hello, are you telling me to download your last post, l'adresse already, but it is not centered on the website? can update mine? to see the images? can you turn on the module on your site so i can see it. And what need to be centerd the image? Share this post Link to post Share on other sites
Rui1 1 Posted November 17, 2011 yes, I called mine, it is already focused on my site, just lack of pictures to take. see. www.ra-informatica.com.pt Share this post Link to post Share on other sites
nostradamus 29 Posted November 17, 2011 yes, I called mine, it is already focused on my site, just lack of pictures to take. see. www.ra-informatica.com.pt this images is called in the slider but its not found on your server. http://www.ra-informatica.com.pt/img/p/803-1053-home.jpg please check if it's on your server. if not try to regenerate the images in the back office. if you dont have "home" images change it to medium in the tpl file. Share this post Link to post Share on other sites
Rui1 1 Posted November 17, 2011 I am not able to do this, give me your msn to add. Share this post Link to post Share on other sites
nostradamus 29 Posted November 17, 2011 I am not able to do this, give me your msn to add. i dont use msn! dont you have acces to your own server? open the back offeic go to Preferences then go to Images check if you have the setting for a home image mine look like small medium large thickbox category home large_scene thumb_scene home_special if you dont have a home setting create one on the same page you can regenerate the images to. Share this post Link to post Share on other sites
Rui1 1 Posted November 17, 2011 hello, it's OK, leave it there, I thought I could just change the code in my module, and was already giving the images. Share this post Link to post Share on other sites
nostradamus 29 Posted November 17, 2011 the problem is i dont no if you have home images if not the images wont show you need to set it to somthing diffrent the in the tpl file like large or medium Share this post Link to post Share on other sites
amnesiak 4 Posted November 18, 2011 hi, is it possible to show products that are on sale? what would be the code? Share this post Link to post Share on other sites
RuletZ 5 Posted December 2, 2011 Hi, How can I do to display the logo of the manufacturer? Thanks to all Share this post Link to post Share on other sites
Eva1300 3 Posted January 2, 2012 thank you very much, this module is great !!!!! Share this post Link to post Share on other sites
Donner 0 Posted January 6, 2012 working version for 1.42 ? Share this post Link to post Share on other sites
Casper0219 0 Posted January 18, 2012 Hello. I was wondering how to deactivate the price? can anybody help Thanks for a great module Share this post Link to post Share on other sites
luixx 0 Posted January 19, 2012 Very Nice Thank you Share this post Link to post Share on other sites
celestesaad 0 Posted January 31, 2012 I loved this module, it was just what i was looking for, but I was hoping I'd move it to the right column. Couldn't do that throght the backoiffice nor the database, I've already tried. I saw that some people asked the same question, does anyone have a working sample so they can guide us to move it? Share this post Link to post Share on other sites
vesso_donchev 0 Posted February 1, 2012 Hi everybody, I use this great slider in my site. But I want to change something. I want to change only that part wich show description of products with comments of customers for this products .Module "productcomments". I think the key is in "slideproducts.tpl" Share this post Link to post Share on other sites
celestesaad 0 Posted February 1, 2012 Yeah vesso, that's right. When you wanna delete/modify a small part of the module, you go to it's .tpl file to change it. that particular part you wanna change is quite similar to what I did, only I just wanted the pictures and none of the text. My code now looks like this (starting from line 9 aprox): {foreach from=$new_products item=product name=myLoop} {if $nbPrd == 0} <div id="slide-1" class="slide"> {else} <div class="slide"> {/if} <a href="{$product.link}" title="{$product.legend|escape:htmlall:'UTF-8'}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" alt="{$product.legend|escape:htmlall:'UTF-8'}" /></a> </div> {counter print=false} {/foreach} Share this post Link to post Share on other sites
vesso_donchev 0 Posted February 1, 2012 Thank you Celestesaad, I made some cnahges in .tpl I think this line must modify: <p class="product_desc"><a href="{$productLink}" title="{l s='More' mod='homefeatured'}">{$value.description_short|strip_tags:htmlall:'UTF-8'|truncate:70}</a></p> Share this post Link to post Share on other sites
celestesaad 0 Posted February 1, 2012 Yeah, remove that, make sure to flush the compiles before refreshing the page and voilá! You can also just force the compile through the backoffice instead of flushing the compiles manually. lemme know how that goes Share this post Link to post Share on other sites
vesso_donchev 0 Posted February 1, 2012 I want this line to rewrite it so that it shows User's comments for this product in the slider. Not product desription. Share this post Link to post Share on other sites
celestesaad 0 Posted February 1, 2012 Oh I thought you wanted to delete all of that. Sorry, I'm not sure how to show the comments for the products on this module, maybe the author can help you on that one. Share this post Link to post Share on other sites
vesso_donchev 0 Posted February 2, 2012 Who is the autor of this slider? Share this post Link to post Share on other sites
Mlsounkov 0 Posted February 8, 2012 for ps 1.4.3 change in slidenewproducts.tpl (line 21 ) : src="{$img_prod_dir}{$product.id_image}-home.jpg" to src="{$link->getImageLink($product.link_rewrite, $product.id_image, 'home')}" and module showing pictures ... Very very very thank you! I did upgrade from1.3 to1.4 and now I have more problems than good... Sorry from my English, with translation help uncle Google. Share this post Link to post Share on other sites
Rui1 1 Posted February 10, 2012 Hello, someone can upgrade to prestashop 1.4.5.1 Share this post Link to post Share on other sites
stefan18 1 Posted February 24, 2012 Hello, I have changed the new products slideshow module and it works now on prestashop version 1.4.5.1. The module is also tested on 1.4.6.2. slidenewproducts.zip 1 Share this post Link to post Share on other sites
Rui1 1 Posted March 9, 2012 very good, but not working in internet explorer 9, you can upgrade? Greetings Share this post Link to post Share on other sites
Rui1 1 Posted June 15, 2012 Hello, someone can upgrade to future versions of browsers and also prestashop firefox and internet explorer? Greetings Share this post Link to post Share on other sites
thailande 1 Posted August 12, 2012 (edited) Bonjour Merci pour ce module De petits problèmes de temps en temps cependant : au bout de quelques affichages, le slider se bloque et l'image du produit bouge de haut en bas. Puis 30s après environ, le slider se remet en marche. J'ai remis le nombre de produits à afficher à 10 pensant que cela venait de là. Est ce que quelqu'un à une solution ? Edited August 12, 2012 by thailande (see edit history) Share this post Link to post Share on other sites
shambavi 0 Posted August 13, 2012 thank you very much for sharing the module. I have justinstalled it at http://www.hotlingerie.net.au and it looks great. I have a question, I want to make the slid to left faster like a movie, what should I change at startstop-slider.js file? thanks Hi.. How you got this slider.. Please share your code it will be useful for us... I am not getting slider like this Share this post Link to post Share on other sites