0
Welcome Guest! Login
0 items Join Now

How to add new showcase row

  • How to add new showcase row

    Posted 12 years 3 months ago
    • Hi,

      Please view
      216.172.184.92/~sportfis/

      The showcase area is currently two stacked showcase modules (slideshow and upcoming tours)

      Instead I would like to have 3 modules (newsletter signup, upcoming tours, and 1 other) sitting in a row under the slideshow all inside the background image used in showcase.

      Does this mean that I have to create a new row of modules called showcase2?

      I have tried this on the index.php my test site but it does not work as desired.

      <?php /** Begin Showcase **/ if ($gantry->countModules('showcase')) : ?>
      <div id="rt-showcase">
      <div class="rt-showcase-pattern">
      <div class="rt-container">
      <?php echo $gantry->displayModules('showcase','standard','standard'); ?>
      <div class="clear"></div>
      </div>
      </div>
      </div>
      <div id="rt-showcase2">
      <div class="rt-showcase-pattern">
      <div class="rt-container">
      <?php echo $gantry->displayModules('showcase2','standard','standard'); ?>
      <div class="clear"></div>
      </div>
      </div>
      </div>
      <?php /** End Showcase **/ endif; ?>
  • Re: How to add new showcase row

    Posted 12 years 3 months ago

Time to create page: 0.053 seconds