Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Posts
    18
    Plugin Contributions
    0

    database error Help! How to change the footer? Links inside!

    Hi guys! Help please! I want to put/change my footer. Here's my website: http://www.alexandervillena.com/pspzen/ and I want to make a footer like the footer in my blog: http://www.alexandervillena.com/blog/
    How can I change/add the footer with the copyright?

    And one more thing, can I remove the zencart banner(.gif) in the footer of my website, how?

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Help! How to change the footer? Links inside!

    Use your stylesheet to add the background image to the footer and style the copyright stuff. Use the language file to change the wording.

    Banners are controlled from the Admin> Tools> Banner Manager & Admin> Configuration> Layout Settings.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Nov 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Help! How to change the footer? Links inside!

    Quote Originally Posted by Kim View Post
    Use your stylesheet to add the background image to the footer and style the copyright stuff. Use the language file to change the wording.

    Banners are controlled from the Admin> Tools> Banner Manager & Admin> Configuration> Layout Settings.
    Hi thanks for the reply! I already removed the banners. But the footer, can you help me more? because im not familiar in making codes, how can I add the background image to the footer? and what's "use the language file to change the wording" for? can you please help me on what to add(write) or where do i place the code. I'll will really appreciate it if you can help me.

  4. #4
    Join Date
    Nov 2008
    Posts
    18
    Plugin Contributions
    0

    Default Re: Help! How to change the footer? Links inside!

    help please! anyone?

  5. #5
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Help! How to change the footer? Links inside!

    In includes/languages/english/YOUR_TEMPLATE/english.php, look for

    Code:
    define('FOOTER_TEXT_BODY', 'Copyright &copy; ' . date('Y') . ' <a href="' . zen_href_link(FILENAME_DEFAULT) . '" target="_blank">' . STORE_NAME . '</a>. Powered by <a href="http://www.zen-cart.com" target="_blank">Zen Cart&trade;</a>');
    Edit the text as desired. Substitute whatever language you are using for the folder name and the file name. Substitute your template name for YOUR_TEMPLATE.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Help! How to change the footer? Links inside!

    If you want to add the background image, add the following to includes/templates/YOUR_TEMPLATE/stylesheet.css. Change the text I highlighted in red to whatever works for your site.

    .legalCopyright {
    background-color: #abbbd3;
    background-image: url(../images/tile_back.gif);
    color: #FFFFFF;
    }
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. how to delete/add links in the footer?
    By musclecomp in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Aug 2011, 08:16 PM
  2. How to change links at the top of the page & in the footer
    By sc436 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 31 Jan 2011, 08:47 PM
  3. Wide-Banner Position to Inside the Footer
    By limelites in forum General Questions
    Replies: 1
    Last Post: 23 May 2010, 05:13 PM
  4. How do I bold my at links in the footer?
    By webman10 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 19 May 2010, 10:34 PM
  5. How to change header and footer links?
    By undersun in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 Nov 2009, 08:52 PM

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