0
Welcome Guest! Login
0 items Join Now

Customization Help - Gantry

  • Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • Worked! Just one tiny issue, it's adding shadow to the footer copyright. But other than that it works great.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • ooops yes. the code should be

      </div><!-- endwrapper -->
  • Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • Hmm still there under copyright...

      Other ideas?
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • the closing div is not at the right place
      <?php /** End Main Bottom **/ endif; ?>
      </div><!-- endwrapper -->
  • Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • Ok did that, still nothing. I also cleared my cache in case it was me. here is what I have:
      <?php /** End Main Bottom **/ endif; ?>

      </div><!-- endwrapper -->

      <?php /** Begin Bottom **/ if ($gantry->countModules('bottom')) : ?>

      <div id="rt-bottom">
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • you seem to have
      <!-- div--><!-- endwrapper -->
      instead of
      </div><!-- endwrapper -->

      that cant work. <!-- endwrapper --> is a comment
  • Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • You Rock!!!! I appreciate your help so much!!!
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • Frances Munoz wrote:
      You Rock!!!! I appreciate your help so much!!!
      btw change

      -webkit-box-shadow10px 0px 10px #777777;

      to

      -webkit-box-shadow: 10px 0px 10px #777777;

      so mac and chrome users can enjoy the shadow too :-)
  • Re: Customization Help - Gantry

    Posted 12 years 9 months ago
    • Ha! You got it, thank you again and sorry for being a pain :)

Time to create page: 0.044 seconds