News:

Looking for documentation? Take a look on our wiki

Main Menu

Missing Update Image

Started by riaan1978, September 21, 2012, 15:42:03 PM

Previous topic - Next topic

riaan1978

I'm tyring to get my update image, on checkout, back everything else works except him. My site is www.veggiesonthemove.co.za.

bytelord

Hello,

didn't understand your question, be more specific please.

What's your joomla and vm version?
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!

riaan1978

Hi

Joomla 2.5.0
VM 2.0.8a

When you go to the Shopping Cart, you see your order, and next to it should be an update image and a trash bin. I can see the image for the trash bin but not the one for the update. The update image dor some reason is just a grey blob.

Thank you

bytelord

Hello,

You are using a custom joomla template that it's css overrides and create a blod.
So, you have to check mint.css (located under your_joomla_folder/templates/jubilee/css/mint.css) line 97.
You could comment background-image:-moz-linear-gradient(center top , #b9298b 0%, #DDDDDD 100%);

Use firefox with firebug extension to examine your CSS files which is responsible for styling on a template/webpage.
You can find more information on that post that will help you to use firebug and change your CSS as you need and also a very useful joomla article how to change styling in joomla using firebug.

http://forum.virtuemart.net/index.php?topic=102850.0

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!

riaan1978

GREAT  ;D Thank you so much it worked!!!!