News:

Support the VirtueMart project and become a member

Main Menu

facebox bug

Started by franzpeter, January 14, 2013, 15:08:51 PM

Previous topic - Next topic

franzpeter

There is a small bug with face box images. Line 90 and 91 in componentss/com_virtuemart/assets/js/facebox.js says:
      loadingImage : 'components/com_virtuemart/assets/images/facebox/loading.gif',
      closeImage   : 'components/com_virtuemart/assets/images/facebox/closelabel.png'

This produces server errors like network error not found if SEF is activated.
Changing that to:
      loadingImage : '/../../components/com_virtuemart/assets/images/facebox/loading.gif',
      closeImage   : '/../../components/com_virtuemart/assets/images/facebox/closelabel.png',

solves the problem.

franzpeter

Sorry, it is not a VM bug, it is a bug in the shoplicious theme. Deactivating the shoplicious theme, there are no errors.

Eugen S.

Quote from: franzpeter on January 18, 2013, 10:54:45 AM
Sorry, it is not a VM bug, it is a bug in the shoplicious theme. Deactivating the shoplicious theme, there are no errors.

Thanks for reporting. We already fixed that issue. Grab the latest version ;-)
Send me a pm ;-)