pngb4 Posted April 29, 2014 Share Posted April 29, 2014 Hello there, I currently have the grayed image feature by default in my homepage. This is not the default template and am running in PS 1.6.0.6. I'd like to disable this feature but have no idea how to do so. Any help will be appreciated. Here is the grayed feature display on the homepage This is a hover over image on the homepage URL to website: http://vlsboutique.com/prestashop/ Thanks! Link to comment Share on other sites More sharing options...
eburgaz Posted April 29, 2014 Share Posted April 29, 2014 Hello! From administration panel got to Modules. Write to search new products or what you want. You can this modul or all modules: İnstall unistall configure disable enable (what you have to do). Hello there, I currently have the grayed image feature by default in my homepage. This is not the default template and am running in PS 1.6.0.6. I'd like to disable this feature but have no idea how to do so. Any help will be appreciated. Here is the grayed feature display on the homepage greyed images.JPG This is a hover over image on the homepage hover color image.JPG URL to website: http://vlsboutique.com/prestashop/ Thanks! Link to comment Share on other sites More sharing options...
tdr170 Posted April 29, 2014 Share Posted April 29, 2014 You can not do this from the modules configuration, the easiest way is to edit the product-list.tpl file and change line 189 from display:block to display:none. The file is located in themes, default-bootstrap. Change this: ul.product_list.grid > li.hovered .product-container .product-image-container .content_price { display: block; } to this: ul.product_list.grid > li.hovered .product-container .product-image-container .content_price { display: none; } On hover the add to cart and more will still display. 1 Link to comment Share on other sites More sharing options...
pngb4 Posted April 29, 2014 Author Share Posted April 29, 2014 @eburgaz I bought this template and came as part as a feature so its nothing I can change in the BO. @tdr170 Am not using the default-bootstrap theme, shouldn't I be editing the file under the theme I bought and using? I looked but couldn't find this piece of code am suppose to change in either product-list.tpl file . Any other place I should be looking for? Appreciate your guys help. Link to comment Share on other sites More sharing options...
eburgaz Posted April 29, 2014 Share Posted April 29, 2014 (edited) You think you have not ftp and admin? @eburgaz I bought this template and came as part as a feature so its nothing I can change in the BO. @tdr170 Am not using the default-bootstrap theme, shouldn't I be editing the file under the theme I bought and using? I looked but couldn't find this piece of code am suppose to change in either product-list.tpl file . Any other place I should be looking for? Appreciate your guys help. Edited April 29, 2014 by eburgaz (see edit history) Link to comment Share on other sites More sharing options...
eburgaz Posted April 29, 2014 Share Posted April 29, 2014 Maybe you can try from Internet Explorer, open web site with explorer, and click to F12. Like is that: In there you can see and change, but when close site, all is gone. Link to comment Share on other sites More sharing options...
eburgaz Posted April 29, 2014 Share Posted April 29, 2014 And this from the Opera Browser: Link to comment Share on other sites More sharing options...
pngb4 Posted April 29, 2014 Author Share Posted April 29, 2014 How is F12 suppose to help me out tho? What you mean I can see and change through IE F12? Never used this to debug or change anything. Link to comment Share on other sites More sharing options...
eburgaz Posted April 29, 2014 Share Posted April 29, 2014 fake change, to watch and to fix the situation. How is F12 suppose to help me out tho? What you mean I can see and change through IE F12? Never used this to debug or change anything. Link to comment Share on other sites More sharing options...
tdr170 Posted April 30, 2014 Share Posted April 30, 2014 @eburgaz I bought this template and came as part as a feature so its nothing I can change in the BO. @tdr170 Am not using the default-bootstrap theme, shouldn't I be editing the file under the theme I bought and using? I looked but couldn't find this piece of code am suppose to change in either product-list.tpl file . Any other place I should be looking for? Appreciate your guys help. Can you post a link to the site. Link to comment Share on other sites More sharing options...
pngb4 Posted May 1, 2014 Author Share Posted May 1, 2014 @tdr170 sure, it's http://vlsboutique.com/prestashop Thanks Link to comment Share on other sites More sharing options...
tdr170 Posted May 2, 2014 Share Posted May 2, 2014 Sorry but I have to ask what exactly is it you want disabled as I am not sure I see no grayed featured area, it it the area that shows under the image when you hover, ie: price, short desc, view. Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 The product images on the homepage are grayed out by default because the theme came with it. When you hover any product, the image of the product clears out and the true color appears. Am trying to disable this so that the images appear with their true color when ever I visit the site. Thanks, I appreciate your help.... Link to comment Share on other sites More sharing options...
dioniz Posted May 5, 2014 Share Posted May 5, 2014 i don't see images greyed out either. Can you post an image and mark what is greyed out? Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 That's interesting, what browsers are you guys using? I've used IE,Chrome,Fox, and Safari all with same result. I posted two images. The first showing what I mean by grayed out images. The second shows what happens once an image is hovered over on a desktop or selected when on a mobile device. Thanks! Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 Maybe you have a black and white screen? don't worry i also see gray effect, so it's not a screen cause it's a part of adipoli plugin /prestashop/themes/boutique/js/jquery.adipoli.js remove contents of else condition else if(settings.startEffect=="grayscale") { } 1 Link to comment Share on other sites More sharing options...
dioniz Posted May 5, 2014 Share Posted May 5, 2014 Ha i guess i have bw screen or maybe it was just to early Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 LOL....Awesome, the code worked. Thanks! Now hve one more prob . For some reason the images under featured products are slightly moved to the right now and when hovered over, the image stick out to the left. Any idea why this might be happening now? Thanks everyone. Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 Seems that the only browser that renders this website out perfectly as far as the new problem is IE. Not so good with Chrome, FireFox, and Safari.... Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 where is featured products block? i don't see it at the moment Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 whoops I removed it and put it back in. Now its visible. Thanks Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 somewhere in your stylesheet file (custom.css) paste this simple code .adipoli-wrapper img { left:0px!important; position:absolute; } 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 Wow, that's it. Thanks for the help, I really appreciate it. Have an awesome day!! Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 Wow, that's it. Thanks for the help, I really appreciate it. Have an awesome day!! you're welcome ;-) it's bedtime here so tommorow morning i will back here and read your message once again thanks for fast replies, can i mark topic as solved? 1 Link to comment Share on other sites More sharing options...
pngb4 Posted May 5, 2014 Author Share Posted May 5, 2014 Yup all solved. Thanks a lot again! Really helpful. Good night Link to comment Share on other sites More sharing options...
vekia Posted May 5, 2014 Share Posted May 5, 2014 ok, as you wish, topic marked as solved. with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts