0
Welcome Guest! Login
0 items Join Now

The Green Office

  • The Green Office

    Posted 18 years 1 month ago
  • Re: The Green Office

    Posted 18 years 1 month ago
    • Very nice. One of the nicest implementations of VirtueMart I've seen. How hard was it to hack?
  • Re: The Green Office

    Posted 18 years 1 month ago
    • I did the front-end work which was easy thanks to the templating system, though i had to replace the default templates (which were divs with in-line styles) with tables as we were having IE issues and were working with a variable width template.

      The developer had to do a ton of hacking to get all of the client feature requests and says that virtuemart isn't as easily hacked as other OS carts like oscommerce.

      Here are two more that earthsite has developed from RocketTheme templates: www.vedanet.com and www.voteforrest.org
    • Last Edit: 18 years 1 month ago by .
  • Re: The Green Office

    Posted 18 years 1 month ago
    • Your comments are interesting, because OSC is supposed to be a real pain to work into templates. So if virtuemart is tougher.... wow. Though I guess a lot also depends on the individual's comfort level with a particular piece of software.

      I am actually planning to use virtuemart on a future site I am planning, so let's see how that goes.
  • Re: The Green Office

    Posted 18 years 1 month ago
    • Dave Goodwin's Avatar
    • Dave Goodwin
    • Elite Rocketeer
    • Posts: 1472
    • Thanks: 4
    • Howdy!!

    Re: The Green Office

    Posted 18 years 3 weeks ago
    • A very, very nice implimentation. Pro looking. Current.

      Good work!

      dave
    • "I'm an individual, just like everyone else."
  • Re: The Green Office

    Posted 18 years 3 weeks ago
    • Justin,

      How did you fix the width of the template?? The original template will adjust width, I noticed your Green Office does not.

      Nice site by the way. Very professional and clean. Great work.

      -Les
    • Beaker ROCKS!
    • Andy Miller's Avatar
    • Andy Miller
    • Preeminent Rocketeer
    • Posts: 9919
    • Thanks: 96
    • Web Kahuna

    Re: The Green Office

    Posted 18 years 3 weeks ago
    • set the size in #wrapper
  • Re: The Green Office

    Posted 18 years 3 weeks ago
    • Thanks Andy,

      If I wanted the template to be fixed for 1024 x 768 resolution, would I set the width to 1024??

      -Les
    • Beaker ROCKS!
  • Re: The Green Office

    Posted 18 years 3 weeks ago
    • Andy,

      I set the #wrapper to the following:
      div#wrapper {
        background: #fff;
        margin: auto;
        min-width: 1004px;
        max-width: 1100px;
        width: expression(document.body.clientWidth > 1100? "1100px": "auto" );
      }

      This works great for Mozilla Firefox, however, IE still allows the content and menus to misalign upon resizing the window?? What is the trick to get the end result in IE to work like Mozilla Firefox??

      Thanks.
      -Les
    • Beaker ROCKS!

Time to create page: 0.065 seconds