Page 1 of 2 12 LastLast
Results 1 to 10 of 51

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Customize Center Page Layout

    first, i want to place this section

    Main Page Sample Text ...

    This section of text is from the Define Pages Editor located under Tools in the Admin.

    To remove this section of the text, delete it from the Define Pages Editor.
    underneath the New Products or Featured Products or any box content.. anyone know how to do that..??

    next, is it possible to change this text

    Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.
    into an image..??

    last, how to insert this text

    Welcome Guest! Would you like to log yourself in?
    into the header..?? the header with the 'Tagline here'.

    thats all..

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Customize Center Page Layout

    Check the FAQ's and the wiki for your questions as there are very good guides to most of your questions that are there.
    Zen-Venom Get Bitten

  3. #3

    Default Re: Customize Center Page Layout

    Quote Originally Posted by miles View Post
    i want to place this section


    "Main Page Sample Text ...

    This section of text is from the Define Pages Editor located under Tools in the Admin.

    To remove this section of the text, delete it from the Define Pages Editor."


    underneath the New Products or Featured Products or any box content.. anyone know how to do that..??
    I am trying to do this also. Did you ever get it figured out?

    Thanks,

    dustin

  4. #4
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Customize Center Page Layout

    I just found this site here and I was wondering how to create additional text content box underneath the specials/featured/new products content...i still couldn't figure out how to do this. Just look at the pic below for what ID its displaying (.centerboxfooter). If anyone know how to create this, please help me out ok. Thanks.
    Attached Images Attached Images  

  5. #5
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Customize Center Page Layout

    actually none of that text is included in the table with the class="centerBoxfooter"
    if you look at the html the centerboxfooter is actually part of the table.centerbox
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #6
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

    Default Re: Customize Center Page Layout

    im using zen cart v1.3.5. do you think that can only be done on the latest version (1.3.6)..? im trying to add more text underneath those products rather than leave it empty spaces. and just leave the footer content as it were..

  7. #7
    Join Date
    May 2004
    Posts
    766
    Plugin Contributions
    0

    Default Re: Customize Center Page Layout

    I just came here to also search to see if there was any hints as to how to add a centerbox footer. I'm in v1.37.

    I've got the footers on all the side boxes, and I added it to my stylesheet for the center boxes, however apparently there isn't a template or module fall calling it.

    I have looked through various templates and module files and can't locate where I would put the div for it.

    Any clues?

    thank you,

    betty

  8. #8
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Customize Center Page Layout

    I've searched Wiki & Knowledgebase for an answer to a similar question to that above. I also want to add a new text area at the bottom of the home page, below the products boxes, above the footer.

    Replying that answers are in the Wiki when they aren't isn't helpful.

  9. #9
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Customize Center Page Layout

    Creating a "centercolumnFooter" in v1.3.7 is (at least for me) is a three step process.

    1. create the following declaration in your stylesheet.css

    #centercolumnFooter {
    margin: 0;
    padding: 0;
    }

    2. in includes/languages/english/extra_definitions/YOUR_TEMPLATE
    create a new file centercolumn_footer_defines.php

    define ('CENTERCOLUMN_FOOTER_TEXT','You can place any text you want here'};

    3. open includes/templates/YOUR_TEMPLATE/templates/tpl_index_default.php

    scroll to the bottom of the file and at around line 81 (in my copy) just above the </div>

    insert the following statement:

    <div id="centercolumnFooter"><?php echo CENTERCOLUMN_FOOTER_TEXT; ?> </div>

    Save all of the files and upload them to your server.

  10. #10
    Join Date
    Nov 2006
    Posts
    14
    Plugin Contributions
    0

    Default Re: Customize Center Page Layout

    Thanks - I know next to nothing about php & coding, but I can follow instructions.

    Just one thing I need to know, where do I find stylesheet.css?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How do I customize page layout?
    By zc_fan in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 13 May 2011, 03:11 AM
  2. Customize one category's page layout
    By timstoel in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Dec 2008, 09:39 PM
  3. Center Page Layout
    By a4tech in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Apr 2007, 08:15 AM
  4. Customize Page Layout
    By weflorencekoh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Feb 2007, 03:14 PM
  5. customize a page layout
    By mikajlo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 8 Nov 2006, 01:56 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