Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2006
    Posts
    198
    Plugin Contributions
    0

    Default Adding footer html..

    How do you add some html to the footer at the bottom of every page. I would like to add a "popularity ranking" code at the bottom of my store pages. You can see the code at my older pages. www.digitaldivasdesigns.com

    The new store is here... www.digitaldivasdesigns.com/store

    Thanks so much for your help!

    FYI...I am running Zen 1.3.7.

  2. #2
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,544
    Plugin Contributions
    127

    Default Re: Adding footer html..

    Customize includes/languages/english.php (i.e. create includes/languages/custom/english.php assuming "custom" is the name of your template) and edit the define FOOTER_TEXT_BODY.

    Good luck,
    Scott
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #3
    Join Date
    Dec 2006
    Posts
    198
    Plugin Contributions
    0

    Default Re: Adding footer html..

    Thanks Scott! Great help!

  4. #4
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Adding footer html..

    how do you change the color, I've looked throughout my css in my directory. I'm using 1.3.7 zen cart.

    Thanks

  5. #5
    Join Date
    Mar 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Adding footer html..

    Its using the style for siteinfolegal, so you may want to break it out of the list in your stylesheet.css file so it does not change the other items in the list. Look for

    .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;
    padding: .25em;
    }

    put #siteinfoLegal on its own line, copy everything between the {} and add color: #000000; or whatever color you want and remove it (#siteinfoLegal) from the previous block of code

    #siteinfoLegal{
    font-size: 0.9em;
    padding: .25em;
    color: #000000;
    }

  6. #6
    Join Date
    Feb 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: Adding footer html..

    thank you very much, I could not for the life of me find that and it seems so obvious but i kept looking for footer or something that said footer, Thanks again

  7. #7
    Join Date
    Mar 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Adding footer html..

    Not a problem.
    Get yourself a copy of firefox and download firebug, there is an inspect feature that lets you mouse around webpages telling you all kinds of cool stuff including the id you are looking for.

 

 

Similar Threads

  1. How Can I Add a lot More HTML in Footer
    By cryptoreporter in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 20 Oct 2014, 01:14 AM
  2. v151 html footer
    By 100asa in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Dec 2013, 08:10 PM
  3. v150 Need to add some HTML to footer menu
    By coucho in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 19 Jul 2013, 04:45 AM
  4. How to add html to header and footer
    By holdika in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jan 2008, 03:05 PM
  5. e-mail templates, footer plaintext doesn't match HTML?
    By funkey in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 Feb 2007, 02:51 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