News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Product image in category - PopUp on mouseover

Started by Tommi, November 08, 2012, 20:48:51 PM

Previous topic - Next topic

Tommi

I need advice: I want to display images in a category of products with mouseover function.
Does anyone have experience?

PRO

Quote from: Tommi on November 08, 2012, 20:48:51 PM
I need advice: I want to display images in a category of products with mouseover function.
Does anyone have experience?

what do you mean? dont display an image until they mouseover??

Tommi

I need to display an image with mouseover  (no click on image) in products category and hide the image if I go with the mouse.

PRO


Tommi

In category image.. example: http://www.goraslovakia.sk/index.php?option=com_virtuemart&view=category&virtuemart_category_id=95&Itemid=490 I must click for open big image, but I have open image on mouseover a hite, when I leave the mouse ...

[attachment cleanup by admin]

PRO

I do not know how to do this

BUT,

looking at your page, you should NOT leave "spaces" in your image names

for example
http://www.goraslovakia.sk/images/stories/virtuemart/product/misa%206%20grey%200001.jpg

the % sign is a space

Ventsi Genchev

Tommi, what do you mean? Something like what I did on my page?

http://www.vspc.bg/produkti/klaviaturi-i-mishki/mishki

To make it more convenient to consumers, I made a popup in many places.  :)
Audio Store:
https://vsystem.bg - Bulgarian language
https://vsystem.bg/en - English

Tommi


bytelord

Hello Tommi,

Please take a look on that example: http://forum.virtuemart.net/index.php?topic=107126
You could easily make the same for category view.

Regards.
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!


bytelord

Hello,

Use firebug to examine your code & css styling: http://forum.virtuemart.net/index.php?topic=102850.0

This is caused by z-index and position inside your CSS files. Please check them and make some tests. May be your next element index is lower than the thumb

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

bytelord

#11
Basically is caused by your joomla art template ....

inside layout.css @ line 17/18 there is a attribute

.column {

    overflow: hidden;

}

Delete or comment that overflow:hidden;

The overflow:hidden , just hides the content at the end of the column ... so there is no posibility to show the rest of the image cause the "space" end there...

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!



bytelord

Hello Tommi,

Just use the same code with the appropriate modifications to create a template override for the file components/com_virtuemart/views/category/tmpl/default.php.
That was the case from the start

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!