0
Welcome Guest! Login
0 items Join Now

Terms and conditions on home page

    • paulred's Avatar
    • paulred
    • Rocketeer
    • Posts: 97
    • Thanks: 0

    Terms and conditions on home page

    Posted 14 years 9 months ago
    • Hello Everyone

      I would like to put terms and conditions on my home page underneath the copy right information so when people click on the link it opens up into a new page. I know how to create pages but i dont know how to get the the words terms and conditons to be in the center and underneath the copyright information. Any advice will be appreciated. My website is www.redrouteparking.com

      Kind Regards
    • Posse's Avatar
    • Posse
    • Rocketeer
    • Posts: 97
    • Thanks: 0

    Re: Terms and conditions on home page

    Posted 14 years 9 months ago
    • You can probably just write a simple link in html in the index.php file... I've done that a couple of times. Text-align: center? I don't remember that point being an issue for me.
    • paulred's Avatar
    • paulred
    • Rocketeer
    • Posts: 97
    • Thanks: 0

    Re: Terms and conditions on home page

    Posted 14 years 9 months ago
    • Can you advise me how to do this in detail please because I do not have html experiance. I'm a novice in this field. Regards Paul
    • Posse's Avatar
    • Posse
    • Rocketeer
    • Posts: 97
    • Thanks: 0

    Re: Terms and conditions on home page

    Posted 14 years 9 months ago
    • My guess is that this:
      <p style="text-align: center;"><a href="http://www.yoursite.com/terms.html">Terms and conditions</a></p>​

      embedded like this in your index.php (Edit HTML from Template options):
      <?php /** Begin Footer **/ if ($gantry->countModules('footer')) : ?>
                  <div id="rt-footer">
                      <div class="rt-container">
                          <?php echo $gantry->displayModules('footer','standard','standard'); ?>
                          <div class="clear"></div>
                      </div>
                  </div>
                  <?php /** End Footer **/ endif; ?>
                  <?php /** Begin Copyright **/ if ($gantry->countModules('copyright')) : ?>
                  <div id="rt-copyright">
                      <div class="rt-container">
                          <?php echo $gantry->displayModules('copyright','standard','standard'); ?>
                          <div class="clear"></div>
      <p style="text-align: center;"><a href="http://www.yoursite.com/terms.html">Terms and conditions</a></p>
                      </div>
                  </div>
                  <?php /** End Copyright **/ endif; ?>

      It does the trick for me. On my site it appears like this:
      This image is hidden for guests.
      Please log in or register to see it.
    • paulred's Avatar
    • paulred
    • Rocketeer
    • Posts: 97
    • Thanks: 0

    Re: Terms and conditions on home page

    Posted 14 years 9 months ago
    • If I copy and paste the information that you supplied would i then be able to copy the terms and conditions over from microsoft word. I have the software in joomla that allows me to copy and paste from word.
    • Posse's Avatar
    • Posse
    • Rocketeer
    • Posts: 97
    • Thanks: 0

    Re: Terms and conditions on home page

    Posted 14 years 9 months ago
    • You can make an article with the terms and conditions (paste them from word using the editor of your choice), and then paste the link to this article into the spot where I wrote " www.yoursite.com/terms.html ".

Time to create page: 0.055 seconds