Product Images Hoverover

  • Posts: 256
  • Thank you received: 2
11 years 1 month ago #165698

-- url of the page with the problem -- : inspiringhomesfurniture.co.uk/p2/
-- HikaShop version -- : 2.3.1
-- Joomla version -- : 3.3.1
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Chrome
-- Error-message(debug-mod must be tuned on) -- :

Hello, I have been adding multiple images to each product and everything as been working fine but now if I try to hover over the smaller images the main image does not change. The first few products still work but the new products don't work.

This is the example of the first product I have put on where the hover images work
inspiringhomesfurniture.co.uk/p2/shop-by...t/lynton-night-stand

Here is the example of the newer product I added today where the hover has stopped working.
inspiringhomesfurniture.co.uk/p2/shop-by...ass-door-dresser-top

Thanks
Karen

Please Log in or Create an account to join the conversation.

  • Posts: 84300
  • Thank you received: 13697
  • MODERATOR
11 years 1 month ago #165746

Hi,

The issue comes from the name of some of your images on that product which contain a quote which breaks the javascript handling that.
Edit the file "show_blokc_img" via the menu Display>views and change the code:

\''.@$image->file_name.'\'
to:
\''.str_replace("'","\'",@$image->file_name).'\'
and that should fix the problem.
Or you can also simply remove the quote from the images name.

Please Log in or Create an account to join the conversation.

  • Posts: 256
  • Thank you received: 2
11 years 1 month ago #165870

Ha right yea that makes sense :P
Thanks for your help. It was confusing me a bit as why it was only doing it on some products.

Thanks You
Karen

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum