create a popup image when hovering over products

  • Posts: 52
  • Thank you received: 2
12 years 8 months ago #40630

Hi guys

Is there a possibility to implement a script / css to let the pictures shown for the product to popup in original size when hovering over that thumbnail?

Thank you

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 8 months ago #40830

Hi,

On which page ?
On the product page ? Or on listings ?
For the main thumbnail ?

There is of course the possibility to do it if you can code. But it might not be easy based on where you want that.

The following user(s) said Thank You: ozwest

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

  • Posts: 52
  • Thank you received: 2
12 years 8 months ago #40832

Mainly on the main thumbnail ... users tell me that they do not know that they have to click to enlarge the image ....

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 8 months ago #41035

Then you can replace the line:
$html = '<a title="'.$alt.'" rel="{handler: \'image\'}" target="_blank" href="'.$this->uploadFolder_url.$path.'" onclick="SqueezeBox.fromElement(this,{parse: \'rel\'});return false;" '.$optionslink.'>'.$html.'</a>';

by:
$html = '<a title="'.$alt.'" rel="{handler: \'image\'}" target="_blank" href="'.$this->uploadFolder_url.$path.'" onhover="SqueezeBox.fromElement(this,{parse: \'rel\'});return false;" '.$optionslink.'>'.$html.'</a>';

in the file administrator/components/com_hikashop/helpers/image.php

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

  • Posts: 3
  • Thank you received: 0
12 years 3 months ago #58943

Is it possible to get this hover effect on product listing? I don't need product page but it would be nice if the user could see a larger image on hovering the thumb.

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

  • Posts: 82819
  • Thank you received: 13366
  • MODERATOR
12 years 3 months ago #58992

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

  • Posts: 3
  • Thank you received: 0
12 years 3 months ago #59036

Thank you for the fast reply!

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

Time to create page: 0.056 seconds
Powered by Kunena Forum