Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    440
    Plugin Contributions
    0

    Default A few questions if you please....

    Hi All,

    I have a new template that I am working on however I am in a spot of bother to change a few things.

    1. I would like to center the two lines in the footer ez pages & copyright web design.
    2. I would like to remove the privacy link from there.
    3. The image geotrust needs to move to the right to be in equal postion of the left hand image (visa master & paypal).

    Any help of how to achieve these three tasks would be much appreciated.
    Kind Regards
    Renz
    www.adulttoys4u.com.au/shop

  2. #2

    Default Re: A few questions if you please....

    it should be in includes -> templates -> your_template -> common -> tpl_footer.php

  3. #3
    Join Date
    Jun 2006
    Posts
    440
    Plugin Contributions
    0

    Default Re: A few questions if you please....

    Indeed you are correct, but unfortunately I can only edit small amounts of PHP & not able to write any code myself. So if you know how to change the code for my three small issues please do pop back with an answer.

    Below is the code for my common footer..

    Cheers
    Renz
    -----------------------------------------------------------------------

    ?>
    <?php
    if (!$flag_disable_footer) {

    ?>

    <div class="footer">
    <div class="right"> <?php echo zen_image(DIR_WS_TEMPLATE.'images/carts.gif'); ?> </div>
    <div class="left">
    <div class="margin">
    <?php
    if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) {
    ?>
    <a href="<?php echo HTTP_SERVER . DIR_WS_CATALOG; ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
    <?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
    <?php } ?>
    <div class="copy"> <?php echo FOOTER_TEXT_BODY; ?> <a href="<?=zen_href_link(FILENAME_PRIVACY)?>">
    <?=BOX_INFORMATION_PRIVACY?>
    </a>
    <?php
    if (SHOW_FOOTER_IP == '1') {
    ?>
    <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
    <?php
    }
    ?>
    </div>
    </div>
    </div>
    <div class="left">
    <div class="margin1"> <?php echo zen_image(DIR_WS_TEMPLATE.'images/geotrust.jpg'); ?></div>
    </div>
    <?php
    } // flag_disable_footer
    ?>

 

 

Similar Threads

  1. Please Help - A few layout customization questions
    By tbradley in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 14 Dec 2011, 11:42 PM
  2. Please help me, a few questions
    By a3t in forum General Questions
    Replies: 19
    Last Post: 25 May 2008, 10:03 AM
  3. Few More Quick Questions Please
    By ItzThePitz in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Apr 2008, 12:04 AM
  4. Please help me test my resolution + few other questions :)
    By vladexodus in forum Basic Configuration
    Replies: 2
    Last Post: 17 Apr 2008, 02:47 AM
  5. Please help!, a few questions
    By Record Hobby in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 30 May 2007, 02:42 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg