VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: neliojesus on November 18, 2012, 11:17:09 AM

Title: Two problems
Post by: neliojesus on November 18, 2012, 11:17:09 AM
fields appear from behind the lyrics
(http://img96.imageshack.us/img96/1497/fritadeira.png).
the back button does not work
(http://img689.imageshack.us/img689/2509/longhif28311.png)


i need help
Title: Re: Two problems
Post by: jenkinhill on November 18, 2012, 14:21:23 PM
You provide no information that is needed to provide a more accurate response. We really need VM & Joomla versions, and the PHP version often helps too, but most important of all, a live site url.

Use Firebug to examione your css issue - http://forum.virtuemart.net/index.php?topic=102850.0

And for the button issue, this is probably related to SEF, so if you have SEF on the turn it off, clear caches and test.
Title: Re: Two problems
Post by: bytelord on November 18, 2012, 16:36:40 PM
Hello,

If you are not using template or using template overrides you could use some CSS to avoid it. This is working on my test installations with vm 2.0.12/14... so i think is related to overrides.

You should change the z-index i believe so the element to appear over the product, test the following

.orderlistcontainer div.orderlist {
    z-index: 1;
}

As jekinhill ask's please provide vm, joomla and php versions and also a live url, otherwise we cannot test it. Also use firebug to examine you site and play with the z-index css attribute.

Regards