VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: franzpeter on January 14, 2013, 15:08:51 PM

Title: facebox bug
Post by: franzpeter on January 14, 2013, 15:08:51 PM
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.
Title: Re: facebox bug
Post by: 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.
Title: Re: facebox bug
Post by: Eugen S. on January 18, 2013, 15:35:48 PM
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 ;-)