VirtueMart Forum

VirtueMart General => Your Live Sites => Topic started by: jollygoatcoffee on March 20, 2010, 11:24:33 AM

Title: Jolly Goat Coffee
Post by: jollygoatcoffee on March 20, 2010, 11:24:33 AM
www.jollygoatcoffee.com.au (http://www.jollygoatcoffee.com.au)
For Fresh Roasted Premium Coffee
Perth
Western Australia
Title: Re: Jolly Goat Coffee
Post by: jenkinhill on March 20, 2010, 11:39:09 AM
Like the colours! And the content.

Your quantity box & add to cart button text is very feint & the up/down arrows cannot be seen. Looks like a simple css fix is needed.

I'd remove the Average customer rating from the browse page until customers have started making recommendations, otherwise you have too many empty stars.
Title: Re: Jolly Goat Coffee
Post by: Pitty on March 22, 2010, 01:22:53 AM
Nice website :)

I would also disable PDF, because it doesnt seem to be working for me.
Title: Re: Jolly Goat Coffee
Post by: steveorg on March 25, 2010, 15:27:24 PM
Looks good! You should use SEF extensions for SEO friendly URLs.
Title: Re: Jolly Goat Coffee
Post by: cyril.boudon on March 25, 2010, 17:39:47 PM
HI,

I looked at your layout and saw one problem with the shopping cart with firefox 3.0.16, the cart is not at the right place (it overlap the main menu) and the font color is white on white background. I didn't checked with other browser but please see bellow a css fix  for it (important: After applying this fix please check the other pages to be sure this change doesn't alter your layout on any other part):

Go to:  /components/com_virtuemart/themes/default

Find the following line in your css:
div.module_menu div div div, div.module div div div, div.module_text div div div {
background:transparent url(../images/box_bg.gif) repeat-x scroll left bottom;
margin:0 auto 14px;
text-align:center;
}


And replace it with:

div.module_menu div div div, div.module div div div, div.module_text div div div {
background:transparent url(../images/box_bg.gif) repeat-x scroll left bottom;
color:#000000 !important;
float:left;
margin:0 auto 14px;
text-align:center;
}


Then if you like to center the text of you shopping:

Find the following line in the same css:


div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
background:transparent none repeat scroll 0 0;
margin:0 auto;
padding:0;
}


And replace it with:

div.module_menu div div div div, div.module div div div div, div.module_text div div div div {
background:transparent none repeat scroll 0 0;
margin:0 10%;
padding:0;
}


Cheers,

Cyril

Ps: please check other browser after applying this change as I didn't check, also the (!important) is a hack for FF. I hope it helps, please let me know.


(//)

[attachment cleanup by admin]