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

Hybrid View

  1. #1
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Page layout question

    In my header I have Contact Us and Shipping & Returns; however, that's not where I would like to permanently leave those links. So, how possible is it going to be to completely remove that entire green bar with those two links and then place those links, along with others, somewhere along side my Mower Part Supply logo? I might even like to put those links in the solid portion of the grass but darned if I know how....

    Ian
    http://mowerpartsupply.com/catalog/

  2. #2
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: Page layout question

    I think this is in the define ezpages under tools tab. you want to disable those ez pages in the header

  3. #3
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Ok, so I've done that. Now I need to proceed to lifting the catagories box up to the logo.

    Ian

  4. #4
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    bump bump

  5. #5
    Join Date
    Feb 2008
    Location
    Southern California
    Posts
    142
    Plugin Contributions
    0

    Default Re: Page layout question

    Do you mean having your products categories accessible from the header?

    If so, I think there are some good mods you can install such as

    http://www.zen-cart.com/index.php?ma...roducts_id=476

    It's worth a try. Remember to backup before adding any mods.

    I might even like to put those links in the solid portion of the grass but darned if I know how....
    If you want menu integrated into your header graphics, then you'll definitely need to slice your graphics up with photoshop once you added the menu items in the graphics. Make those slices into a link afterwords.

    I hard coded my menu with simple javascript rollover. You can find the link in my sig, hopefully, this is what you're looking for.

  6. #6
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Page layout question

    Quote Originally Posted by saitomedia View Post
    Do you mean having your products categories accessible from the header?

    If so, I think there are some good mods you can install such as

    http://www.zen-cart.com/index.php?ma...roducts_id=476

    It's worth a try. Remember to backup before adding any mods.



    If you want menu integrated into your header graphics, then you'll definitely need to slice your graphics up with photoshop once you added the menu items in the graphics. Make those slices into a link afterwords.

    I hard coded my menu with simple javascript rollover. You can find the link in my sig, hopefully, this is what you're looking for.
    Well, I'm not talking about having my same products "categories" menu in the header. I don't really think it needs to be listed twice. I looked at your site and it's pretty similar to what I'm talking about doing. Look at the page
    http://mowerpartsupply.com/test6.html

    Do you see how the links for "warranty, location, and about us, etc" are kind of in the header? I'd ultimately like to be able to have more links up in that area where the grass is. I know I could have some ez pages links right below the grass but that's not what I want. I don't know where to start or where to look to try to start putting those links in the header. I also want to move everything upward so there isn't a blank white space between the header and everything below the header. What should I do? Thanks.

    Ian

  7. #7
    Join Date
    Jan 2009
    Posts
    1
    Plugin Contributions
    0

    application error Re: How do add my logo to the main page

    Im new to this community, i bought a zen cart templete and have been having trouble changing the templete logo to my custome logo.

    www.quickerprinter.net currently i have no logo banner please some one help me (please view my site before responding)

    Thanks

  8. #8
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: How do add my logo to the main page

    Quote Originally Posted by lucid3602003 View Post
    Im new to this community, i bought a zen cart templete and have been having trouble changing the templete logo to my custome logo.

    www.quickerprinter.net currently i have no logo banner please some one help me (please view my site before responding)

    Thanks
    You, unfortunately, purchased a TemplateMonster template.
    There should have been an image in the area to left of the languages/shopping cart box. Did you delete it?

    Tina

  9. #9
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: How do add my logo to the main page

    Quote Originally Posted by lucid3602003 View Post
    Im new to this community, i bought a zen cart templete and have been having trouble changing the templete logo to my custome logo.

    www.quickerprinter.net currently i have no logo banner please some one help me (please view my site before responding)

    Thanks
    Lucid, try reading the tutorial below. That will likely help shed some light for you. I'd like to ask you to please start another thread concerning this if you need help. What little I know I'll be glad to share but I'd like to keep this thread on it's topic please.

    Ian
    https://www.zen-cart.com/tutorials/i...hp?article=125

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: How do add my logo to the main page

    a:link,#navEZPagesTOC ul li a

    This refers to all links sitewide, and to specifically links inside a list in the #navEZPagesTOC.

    a:visited

    This refers to all links that have been clicked recently.

    a:hover,#navEZPagesTOC ul li a:hover,#navMain ul li a:hover,#navSupp ul li a:hover, #navCatTabs ul li a:hover

    This refers to all links, and to a string of specific links, that are being hovered over by the mouse.

    Any time you have a group of selectors getting one treatment, and you want one of those selectors to be different, remove that one from the list and give it its own rule.
    In this case, you want the information and categories links to be different. Currently they presumably fall under the "all links" heading; If you address them by name you can control them individually. Each sidebox has a unique id which is the sidebox's name, in this case #information and #categories. Add to your stylesheet

    #information a, #categories a {color: #00ff00;}

    This will refer to links inside the information and categories boxes, and nowhere else.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Main Page Layout Question
    By kinembe in forum Basic Configuration
    Replies: 2
    Last Post: 7 Jan 2012, 08:07 PM
  2. Product Listing display page / category page layout change question
    By cgarforth in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Dec 2010, 02:37 PM
  3. Home Page Layout Question
    By EPA570 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Jul 2009, 09:54 AM
  4. Page layout question
    By tbroush in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Apr 2007, 04:59 PM
  5. Question on page layout changes
    By tanky in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jul 2006, 10:04 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