News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Jolly Goat Coffee

Started by jollygoatcoffee, March 20, 2010, 11:24:33 AM

Previous topic - Next topic

jollygoatcoffee

www.jollygoatcoffee.com.au
For Fresh Roasted Premium Coffee
Perth
Western Australia

jenkinhill

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.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Pitty

Nice website :)

I would also disable PDF, because it doesnt seem to be working for me.
i7 920, win7x64, gtx260, 6gig, ssd.
http://www.advancedws.com.au

steveorg

Looks good! You should use SEF extensions for SEO friendly URLs.

cyril.boudon

#4
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]