VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: riaan1978 on September 21, 2012, 15:42:03 PM

Title: Missing Update Image
Post by: riaan1978 on September 21, 2012, 15:42:03 PM
I'm tyring to get my update image, on checkout, back everything else works except him. My site is www.veggiesonthemove.co.za.
Title: Re: Missing Update Image
Post by: bytelord on September 21, 2012, 18:59:36 PM
Hello,

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

What's your joomla and vm version?
Title: Re: Missing Update Image
Post by: riaan1978 on September 25, 2012, 10:36:18 AM
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
Title: Re: Missing Update Image
Post by: bytelord on September 25, 2012, 11:09:39 AM
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
Title: Re: Missing Update Image
Post by: riaan1978 on September 26, 2012, 12:16:36 PM
GREAT  ;D Thank you so much it worked!!!!