Jump to content

[SOLVED] disabling grayed images feature on homepage


pngb4

Recommended Posts

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 

 

post-785683-0-59597300-1398731293_thumb.jpg

 

This is a hover over image on the homepage 

 

post-785683-0-90237900-1398731309_thumb.jpg

 

URL to website:  http://vlsboutique.com/prestashop/ 

 

 

Thanks!

Link to comment
Share on other sites

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 

 

attachicon.gifgreyed images.JPG

 

This is a hover over image on the homepage 

 

attachicon.gifhover color image.JPG

 

URL to website:  http://vlsboutique.com/prestashop/ 

 

 

Thanks!

Link to comment
Share on other sites

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.
  • Like 1
Link to comment
Share on other sites

@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  :mellow: . Any other place I should be looking for?

 

Appreciate your guys help.

Link to comment
Share on other sites

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  :mellow: . Any other place I should be looking for?

 

Appreciate your guys help.

Edited by eburgaz (see edit history)
Link to comment
Share on other sites

@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  :mellow: . 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

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

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!

 

post-785683-0-67359500-1399300078_thumb.jpg

 

post-785683-0-07105700-1399300173_thumb.png

Link to comment
Share on other sites

Maybe you have a black and white screen? :P

don't worry i also see gray effect, so it's not a screen cause :P

 

it's a part of adipoli plugin /prestashop/themes/boutique/js/jquery.adipoli.js

 

remove contents of else condition

else if(settings.startEffect=="grayscale")
            {
                
            }
  • Like 1
Link to comment
Share on other sites

LOL....Awesome, the code worked. Thanks!

 

Now hve one more prob  :mellow:. 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.

 

post-785683-0-34486000-1399307486_thumb.jpg

 

Link to comment
Share on other sites

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 :P

 

thanks for fast replies,

can i mark topic as solved?

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...