Problem with gk_boutique and virtuemart

GK User
Wed Dec 19, 2012 5:13 pm
Hello
I have a problem with virtuemart items in gk_boutique. In chrome all the items are ok but in ie and firefox the products go out of the template borders. I try the new version of the template without any luck.
Also if I go to a product it doesn't show me the price as in your demo it's just black.

url of webpage www.marysfashion.gr
User avatar
Expert Boarder

teitbite
Thu Dec 20, 2012 1:56 am
Hi

Looks like a validation error. Please just to confirm change the name of the /html/com_virtuemart folder to /html/_com_virtuemart . Let me know if it makes a difference.
User avatar
Moderator

GK User
Thu Dec 20, 2012 8:39 am
I change it but I dont see much differnce except that the photo inside the poduct is bigger.
User avatar
Expert Boarder

teitbite
Fri Dec 21, 2012 2:21 am
Hi

Ok. This means that the problem is within VM. Please use this code to overwrite it. Works for me.

Code: Select all
.row > div {
    display: block !important;
    float: left !important;
}
User avatar
Moderator

GK User
Fri Dec 21, 2012 8:50 am
can you tell me where exactly do I have to change that?
User avatar
Expert Boarder

teitbite
Sat Dec 22, 2012 1:43 am
Hi

Simply add this code at the end of override.css file and make sure this file is enabled in template configuration.
User avatar
Moderator

GK User
Sat Dec 22, 2012 8:32 am
ok that worked.
Can you tell me why the colors are not like demo? I mean in product price the font is bigger and the color is red but in my webpage is small and black.
User avatar
Expert Boarder

teitbite
Sun Dec 23, 2012 12:32 am
Hi

I think demo is using REDshop and not Virtuemart, but style for Virtuemart is provided. Mau be different in some places.
User avatar
Moderator


cron