I was using agua (because I love that color scheme) but waffles may work if I could change colors and uncenter the menu. How do I put 2 widgets side by side in one content area rather than on top of each other? Css?
I got the navigation to go to the left (and I can change colors) with the configure theme option...may be done with the homepage soon
Laying out what you want your site to look like and what regions you need and THEN picking your theme is crucial! Sounds like you're making good progress
Ok - I think i've found a theme that works (just a little CSS tweaking and it'll be great)...so homepage is pretty much done. NOW onto the bigger fish to fry: Page 2 - "Reviews": On this page, I want to show the same products on the table on the Home page, but I want to show them in this format (hope it formats right on the forum): Product #1 <---------------------> Latest Review: Atrribute #1 <-------------------> Vote: # Stars Atrribute #2 <-------------------> "Bla bla bla" Atrribute #3 Avg Score (stars) <--------------> Write Review | Read More Reviews ------------------------------------------------------------------------- Product #2 <---------------------> Latest Review: Atrribute #1 <-------------------> Vote: # Stars Atrribute #2 <-------------------> "Bla bla bla" Atrribute #3 Avg Score (stars) <--------------> Write Review | Read More Reviews ETC
Maybe this will help get my idea across... Here's a link to a .doc file (to big to upload here). In red is the page titles, but I only want the 3 (Home, Reviews, Blog) to be the primary links in the menu bar. http://docs.google.com/fileview?id=...WQtYjlhZC00YTAwLWJkNTgtM2Q1ZTQ0OTBkNDJh&hl=en
Ok - I'm making progress and then I hit a brick wall. I have the fivestar voting module working (sort of). I have created a custom content type "product" with the fields "name", "price", "attrib#1", "attrib#2","buy". I enabled fivestar voting to get the module to work correctly. However, here's my problem. You CAN vote by going directly to each products node page, but that's not what I want. I want to have my own CUSTOM voting page that uses the fivestar module (AKA I want to be able to format the vote/review page like I want).
IMHO its much easier for you to install ubercart rather than creating custom cck type one by one. for the front page drop all the region and build your own region with contemplate or panels + views and use frontpage module to select the frontpage or if you are confident about your php, create a custom page-front.tpl.php for the custom voting page, you will need to create a custom node-xx.tpl.php with the fivestar function in it and point your product page voting link to node/xx hope this helps I am not an expert in drupal, just a fan with lots of spare time