Jump to content

[SOLVED] The module other image is stopped working?


Recommended Posts

I use the module which changes my images when i hover them in my home featured. It has worked fine but now it shows the image not working. But when you go in and see the product the images is there, but you cant hover them and they they change?

 

billigesmykker.com/prestashop

 

Its the last two products in the homefeatured

Link to comment
Share on other sites

Hmm, the path to the second picture is incorrect. it uses:

 

http://billigesmykker.com/prestashop/img/p/1/0/9/110-home.jpg

 

but it should be

 

http://billigesmykker.com/prestashop/img/p/1/1/0/110-home.jpg

 

It uses 1/0/9 as the normal picture when not hovered is

http://billigesmykker.com/prestashop/img/p/1/0/9/109-home.jpg

 

So it doesn't update the path correctly. It looks like it doesn't update when image number over 100?? We will have to delve into the source...

 

pascal

Link to comment
Share on other sites

It tries to show a tiny triangle, but the URL is wrong:

The URL used is:

[../../themes/default/img/footer_bullet.png

but this goes in the end to

billigesmykker.com/themes/prestacoder_blacknwhite/css/img/footer_bullet.png

 

but of course should be:

http://billigesmykker.com/themes/prestacoder_blacknwhite/img/footer_bullet.png

 

So open file:

billigesmykker.com/themes/prestacoder_blacknwhite/css/modules/blockcms/blockcms.css

line 14:

 

#block_various_links_footer li a {

background: url(../../themes/default/img/footer_bullet.png) 0 4px no-repeat;

padding-left: 10px;

}

 

and change the URL into the string (so without the 'themes/default/' and one level back extra to don't get stuck in 'css' but in the root of your theme folder):

background: url(../../../img/footer_bullet.png) 0 4px no-repeat;

 

Hope this helps,

pascal

Edited by PascalVG
edited URL's (see edit history)
Link to comment
Share on other sites

You are so AAwsome! it worked perfectly!

 

Final question hope you dont mind :)

 

i tried my own newsletter in my footer too. But when i registrer i cant see it in backoffice or any thing. So when customers subscibe i dont know it so its actually useless?

 

something to do

Link to comment
Share on other sites

Check Administration->Preferences

and see if the option

Notifications:

Show notifications for new customers is turned on

 

After turning on, when a new customer registers, you should see in your Back Office a (red) counter in the top left, just above the 'people' graphic. Clicking on it shows he last couple of people who registered.

 

Hope this helps,

pascal

Link to comment
Share on other sites

Is it possible to get my add to cart red and display out of stock instead of it just greys out. And when you press add to cart if a product is in stock is it possible to make a pop up box where it says pay or continue shopping. And a little picture of the product added

Link to comment
Share on other sites

Hi laser,

Please start a new post about the last questions, as this topic is really different from the original post (and marked solved) so people won't look that often here anymore. You then have more chance people give some quick answer.

Thx,

Pascal

Link to comment
Share on other sites

  • 8 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...