Magazine + Virtuemart

January 2013 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Dec 17, 2013 3:47 pm
Reply with quote
Report this post
Hi,
Does Magazine template fully support Virtuemart? I've installed the Quickstart package, then installed virtuemart.

The product detail layout has some issues, especially with quantity box and +- selector. Actually, it's not possible to enter a number and/or vary quantity.

Here is my test website: http://citefitness.com/dev/index.php/co ... der-detail

Any idea on how to solve this issue?

Thank you
User avatar
Fresh Boarder

teitbite
Wed Dec 18, 2013 10:03 am
Reply with quote
Report this post
Hi

Magazine template has no support for Virtuemart, but please list all Your problems here and I'll try to help You adjusting it to be seen propperly.
User avatar
Moderator

GK User
Wed Dec 18, 2013 4:16 pm
Reply with quote
Report this post
Hi, thanks for your support. Here is a few screenshots of issues and styling needed. You can see it live here as well: http://citefitness.com/dev

It's not possible to enter a number in the Qty box, the +- selectors have to be styled and the button as well
On checkout, update cart button have to be styled, qty box doesn't work

There is also an issu with the main menu on the Cart page (see my other forum thread: https://www.gavick.com/forums/instyle/main-menu-issue-with-virtuemart-31581.html

Thank you!
User avatar
Fresh Boarder

teitbite
Thu Dec 19, 2013 4:38 pm
Reply with quote
Report this post
Hi

There is a fix for quantity, but for rest it would be much easier for me to have an access to joomla panel of Your site. I will not need to guess, but acctually test.

Code: Select all
span.quantity-box {
    padding-top: 0;
}

.quantity-box input[type="text"] {
    height: auto;
    padding: 0;
}

span.quantity-controls input.quantity-controls {
    padding: 0;
}
User avatar
Moderator

teitbite
Fri Dec 20, 2013 10:34 am
Reply with quote
Report this post
Hi

Thank You for the access. Answering Your question from PM. All additional css code to fix some issues is in override.css file.

Here is another portion of fixes:

Code: Select all
/*VIRTUEMART*/
span.quantity-box {
    padding-top: 0;
}

.quantity-box input[type="text"] {
    height: auto;
    padding: 0;
}

span.quantity-controls input.quantity-controls {
    padding: 0;
}

table.cart-summary tr th {
    background: none repeat scroll 0 0 #353535;
    border-bottom: medium none;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
    padding: 5px 0;
    text-indent: 10px;
    text-transform: lowercase;
}

table.cart-summary form.inline input[type="submit"] {
    background: url("http://citefitness.com/dev/components/com_virtuemart/assets/images/vm2-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 22px;
    margin: 0;
    padding: 0;
    width: 22px;
}

.vm-button-correct, .vm-button-correct:link, .vm-button-correct:visited {
    background: url("../images/vmgeneral/backgrounds.png") repeat-x scroll 0 -160px #E8E8E8;
    border: 1px solid #00A000;
    border-radius: 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    letter-spacing: 1px;
    line-height: 32px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}
User avatar
Moderator

GK User
Sat Dec 21, 2013 1:38 am
Reply with quote
Report this post
Thank you Teitbite, it looks better now. I can handle the rest of fixes (alignement, icons, etc)

Hope theses posts will be helpful for other Gavick template fans!

Keep up your good work and high quality templates, it's really appreciated!
User avatar
Fresh Boarder

teitbite
Mon Dec 23, 2013 6:04 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.