VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: mclernons on February 23, 2017, 05:01:32 AM

Title: Price format area
Post by: mclernons on February 23, 2017, 05:01:32 AM
Joomla 3.6.5
Virtuemart 3.0.19.5
PHP 5.6.30
Website http://www.officeasy.com.au/office-accessories/ergonomic-products/ergonomic-desk-riser-medium-detail
If you look at that you can see that the Add to cart button is overlapping the price.  This issue persists across multiple products unless they have a size or color option.  Yet on a local installation the display of it is perfect.  Same browsers.

My local pc is running virtuemart 3.0.19.3, PHP 5.5.35

I've tried uploading the entire template folder with no change at all.  We are using ModernAStore.
Title: Re: Price format area
Post by: Jörgen on February 23, 2017, 06:44:22 AM
Looks like a template issue, please talk to ModernAStore.

regards

Jörgen @ Kreativ Fotografi
Title: Re: Price format area
Post by: mclernons on February 23, 2017, 07:35:43 AM
But on my local pc it is fine and that has modernAstore on it.
Title: Re: Price format area
Post by: Jörgen on February 23, 2017, 07:49:27 AM
I would still say this is a template issue.

Does the template have some kind of control panel where You can make css changes ?

This is just a suggestion for template.css, line 1390
/*media screen,projection*/
.spacer-buy-area .product-price .PricesalesPrice span {
    letter-spacing: -1px;
    margin-top: 20px;
    font-size: 250%;
    display: block;
}



regards

Jörgen @ Kreativ Fotografi
Title: Re: Price format area
Post by: mclernons on February 24, 2017, 08:11:32 AM
Yes it does, and it has a few style ie style 1 thru 6 templates as well.  I've tried that code to no change. 

Switched over from chrome to firefox and it works.  = chrome issue....  But a new issue with the + and - button missing

Title: Re: Price format area
Post by: jenkinhill on February 24, 2017, 10:59:55 AM
The +&- are hidden behind the add to cart button.  Adding margin-left: 110px; to the button css causes the +- to show. Not a good layout so some more style changes would be needed IMHO.
Title: Re: Price format area
Post by: mclernons on February 28, 2017, 08:21:01 AM
Quote from: jenkinhill on February 24, 2017, 10:59:55 AM
The +&- are hidden behind the add to cart button.  Adding margin-left: 110px; to the button css causes the +- to show. Not a good layout so some more style changes would be needed IMHO.

Thankyou.  And now I'm going thru that darn style sheet and putting comments on all the controls I can find and fixing them one by one.

I inherited this template so have no decision over it now and have to correct all these errors.