Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    help question header & breadcrumb parts

    Hello,

    I managed to turn sideboxes off and also move the navmain link from left to right.

    I have search, login, shop cart and amount on nav right side. I want to move search down next to logo - how to do that?

    Breadcrumb - I want it to be second main navigation where I could put icons of products with text for nav links - how to do that?

    I have searched through forum but the answers are not exactly what I want. I also tried alternative header but it doesn't fit in the picture I have for two main navigation.

    wonder if there is a way for me to set the content part to the position: center and certain width? is it .center in stylesheet?

    The help will be very much appreciated.

  2. #2
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Idea or Suggestion Re: header & breadcrumb parts

    Do you have an example of what you're working with?

  3. #3
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    help question Re: header & breadcrumb parts

    hey i managed to remove things that I don't want on certain pages. it took me a long time than expected.

    i tried layout box controller to turn off the left and right column on secondary pages (not homepage) for an example, product pages - it still shows two columns. Is there another way to turn them off?

    I am not familiar with PHP or the way zencart is set. I am very newbie and it overwhelms me..

    Question:
    I am frustrated with having to find files that I need to edit products etc. I also don't understand what ez page does even though i read tutorial. I wanted to make some new templates in html code and I am wondering if it will override everything? If so, where should I put them? in common folder? how will zencart know that they are needed for the website?

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: header & breadcrumb parts

    I am frustrated with having to find files that I need to edit products etc. I also don't understand what ez page does even though i read tutorial. I wanted to make some new templates in html code and I am wondering if it will override everything? If so, where should I put them? in common folder? how will zencart know that they are needed for the website?
    Yes, it's a little frustrating getting into Zen Cart, but it's worth it.

    EZ pages are simply a way to create pages with arbitrary content that you put in. The way they're created within admin means that all the bits and pieces that you'd otherwise have to manually place and understand are taken care of in the background for you. Try one; it's easy.

    You do not use HTML code to create templates. A ZC template is a set of files, mostly php files, along with one or more stylesheets. They are put into a folder in the templates folder, and that's how ZC knows where they are and what they are. Complete instructions for creating a template are in the wiki (link at top). But most people find it easier to use an existing template and customize it. I used the Sage template for both my sites (links below) though the author of Sage might not recognize it any more.

    Rob

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: header & breadcrumb parts

    Quote Originally Posted by dreamlex View Post
    i tried layout box controller to turn off the left and right column on secondary pages (not homepage) for an example, product pages - it still shows two columns. Is there another way to turn them off?
    Yes. The layout boxes controller is used to set which sideboxes you want and where and in what order they will appear. But as you discovered, even if you turn off all the sideboxes in the right column, there will still be an empty right column taking up space. You deal with that in Configuration/Layout Settings. There's a lot there to look at, so I won't spoil your fun by telling you which ones.

    Rob

  6. #6
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    help question Re: header & breadcrumb parts

    thank you for quick replies. i seriously feel like giving up on zencart but i couldn't.
    it would be nice if zencart has organized files for each page: homepage, products, shopping cart, check out etc
    and then we could just modify the html parts. i found that by layout setting i can turn right column off.
    Seriously.. it gives me headache.

    one more question:
    on the homepage, it shows "New Products For December" with pictures which I put for test. wonder whether it could be turned off?
    Because I am planning to have a homepage heavy with images (I assume I could go to lay box controller and define page with some html code?)

    Thank you again for your help!

  7. #7
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: header & breadcrumb parts

    on the homepage, it shows "New Products For December" with pictures which I put for test. wonder whether it could be turned off?
    admin/Configuration/Index Listing - set the first one to zero
    (Index is the name of that home page.)

    Because I am planning to have a homepage heavy with images (I assume I could go to lay box controller and define page with some html code?)
    admin/Tools/Define Pages Editor
    - select a file to edit: define_main_page.php

    You can put HTML in that field. I used that to put the large image and the text blocks on both my home pages (links below). Just remember you can't put the whole HTML page in there. You can only put in the parts of an HTML page that would be inside the <body> </body> tags, nothing else. Zen Cart will then assemble the page around this material.

    Rob

  8. #8
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    help question Re: header & breadcrumb parts

    admin/Configuration/Index Listing - set the first one to zero
    (Index is the name of that home page.)
    Thank you, rstevenson for your help! :) I saw on index listing that there are option for 0, 1, 2, 3, 4 - does it mean 1st - 4th pages after homepage?

    You can put HTML in that field. I used that to put the large image and the text blocks on both my home pages (links below). Just remember you can't put the whole HTML page in there. You can only put in the parts of an HTML page that would be inside the <body> </body> tags, nothing else. Zen Cart will then assemble the page around this material.
    Yes sir! :) I only need to have image and text in div with classes.

    I tried to use alternative header add-on which would allow me to put search box next to logo in same area, but it doesn't work. Do you know of the better way to do that?

    Thank you again so much! you really help me to be able to move on with small parts to put together. it is much better than fighting zencart alone

    Thank you again!

  9. #9
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: header & breadcrumb parts

    Thank you, rstevenson for your help! :) I saw on index listing that there are option for 0, 1, 2, 3, 4 - does it mean 1st - 4th pages after homepage?
    No, but I can't remember what the numbers mean exactly. Try them and see. I'm sure it has to do with various ways of showing listings on the main / home / index page.

    I tried to use alternative header add-on which would allow me to put search box next to logo in same area, but it doesn't work. Do you know of the better way to do that?
    I don't know, but I've seen the question before. Have a search of the forum.

    Thank you again so much! you really help me to be able to move on with small parts to put together. it is much better than fighting zencart alone
    You're welcome. So many people here helped me, and I'm glad to help others in return.

    Rob

  10. #10
    Join Date
    Dec 2008
    Posts
    57
    Plugin Contributions
    0

    help question Re: header & breadcrumb parts

    thank you again.
    i did search for the search next to logo but couldn't find the one in the way i want. i am experimenting to see if i can force search to be in logo area.

    right now i am puzzled. i am using cPath for each nav item. If I click on first nav item or the same item name on category sidebox, it shows the page with Available Products/New Products For December heading when it should have just the number / images of products under same category displayed on page. could you please kindly guide me on this one if you have experienced it before?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. EZ-Pages & the breadcrumb trail
    By eirinikos in forum General Questions
    Replies: 0
    Last Post: 27 Aug 2008, 08:24 PM
  2. parts of header obscured by images
    By AfterHouR in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 24 Jan 2008, 03:48 PM
  3. Header breadcrumb
    By dealbyethan.com in forum General Questions
    Replies: 7
    Last Post: 11 Apr 2007, 04:26 AM
  4. Overriding breadcrumb & filenames.php
    By Akoza in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 8 Mar 2007, 07:49 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