Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Jan 2010
    Posts
    14
    Plugin Contributions
    0

    Default Need to change header logo on every page

    Hi the website I am working on is http://www.exaskate.com/store

    1- I need to change the manufacturers to a list of the logos, I tried using an add on but it did not work.

    2-I need to make the header where the logo is different on every page.

    Can someone help??

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

    Default Re: Need to change header logo on every page

    Read the readme in your /css folder and create per-page stylesheets with only the following - changing the background image as desired

    Code:
    #logoWrapper{
    	background-image: url(../images/head_bg.jpg);
    	background-repeat:repeat-x;
    	background-position:center;
    	height:175px;
    	}
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jan 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Need to change header logo on every page

    Ok ill try doing that Thanks! Now can anyone help making the manufacturers list as logos?? I tried using the free add on from the zen cart website but it does not work

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

    Default Re: Need to change header logo on every page

    Exactly which addon are you referring to, and what did you do to try to use it? Saying "it does not work" is not helpful, and probably not true. Some are easier than others to use.

  5. #5
    Join Date
    Jan 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Need to change header logo on every page

    Hey there-
    This is what I want to do- change the header image with every page. I read the 'read me' in the CSS, it makes sense. However- it says to name each style sheet as 'page_name.css'.

    ZC is giving each of my pages an 'id' instead of a name. So does that mean I have page_14.css? Or, if my page is titled 'Happy Dances', the applicable css would be 'page_Happy_Dances.css?

    Thanks for the help!

  6. #6
    Join Date
    Jan 2010
    Posts
    14
    Plugin Contributions
    0

    Default Re: Need to change header logo on every page

    Well if you type"Manufacturers Sidebox" on the ZenCart Add Ons you get 2 different add ons to display the brands as their logos, I did not mean that they dont work but that I cant make them work for me because I followed the steps in the ReadMe files and the manufactures box does not change.

  7. #7
    Join Date
    Jan 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Need to change header logo on every page

    ok- just to clarify more---

    I have an EZ Pages page I want to change the header for, using the CSS as stated above. What's the naming convention to name the stylesheet properly? Here's the url-

    index.php?main_page=page&id=24

    I'd appreciate any input you have.
    Thanks!

  8. #8
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Need to change header logo on every page

    Quote Originally Posted by eyal8r View Post
    ok- just to clarify more---

    I have an EZ Pages page I want to change the header for, using the CSS as stated above. What's the naming convention to name the stylesheet properly? Here's the url-

    index.php?main_page=page&id=24

    I'd appreciate any input you have.
    Thanks!
    Suggest you use mod from
    http://www.zen-cart.com/index.php?ma...roducts_id=832

  9. #9
    Join Date
    Jan 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: Need to change header logo on every page

    I'll definitely look at that mod. I'd like to see if I can do it by just adding a different CSS file tho. Does anyone know how to name the CSS files to make it work?
    Thanks again

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

    Default Re: Need to change header logo on every page

    The stock install does not support individual ez-page stylesheets - you can only do page.css which applies to all ez-pages. I believe someone has done a mod for per-page ez-page stylesheets.
    It can be a toss-up which is easier, stylesheets or Smart Backgrounds for switching images; I tend to think that just a few images could be well served with stylesheets, while a lot would be easier with Smart Backgrounds.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. HELP!!!!!....Need to center My logo hench logo.gif on my main page
    By Robert Cooper in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 12 Jul 2013, 01:33 PM
  2. v139h How do I add a header to every page?
    By Dothra in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Feb 2012, 07:09 AM
  3. Change header with logo on all pages except Index page
    By acreativepage in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 23 Feb 2010, 08:40 AM
  4. Change header image for every category
    By jrod31 in forum General Questions
    Replies: 3
    Last Post: 19 Oct 2009, 03:55 AM
  5. Replies: 2
    Last Post: 13 Jul 2009, 05:18 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