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

    Default Trying to change the header

    I have a header that I want to change. I tried going into my logowrap but it wouldnt let me do anything.
    Is there a way I can put the html file somewhere and have it changed?

  2. #2
    Join Date
    Jan 2010
    Posts
    96
    Plugin Contributions
    0

    red flag Re: Trying to change the header

    Quote Originally Posted by lilguppy View Post
    I have a header that I want to change. I tried going into my logowrap but it wouldnt let me do anything.
    Is there a way I can put the html file somewhere and have it changed?
    I also cant send my new header to my hosting site because its a png file. Winzip will not accept it so I have to figure out how to put this on my site by going past the process of loading it from my computer to my hosting.

    I found the logowrap but I dont know the codes to stick an html in

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

    Default Re: Trying to change the header

    Is there a way I can put the html file somewhere and have it changed?
    No link to srr what you have???
    Zencart is a php application so there are no html page files to adhust

    Most apply a header background with css
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Jan 2010
    Posts
    96
    Plugin Contributions
    0

    Default Re: Trying to change the header

    Quote Originally Posted by kobra View Post
    No link to srr what you have???
    Zencart is a php application so there are no html page files to adhust

    Most apply a header background with css
    This is the header I want to use
    http://www.apieceofthereef.com/test.html

    I cant use winzip to send it to my program because its a php file.

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

    Default Re: Trying to change the header

    Quote Originally Posted by lilguppy View Post
    This is the header I want to use
    http://www.apieceofthereef.com/test.html

    I cant use winzip to send it to my program because its a php file.
    When I go into my files includes/templates/darkness/css/stylesheet I click on 'view' then 'view as text' then 'edit' once I find

    logowrapper this is what I put in but obviously its not working or I am not putting the code in right

    #logoWrapper{
    background-image: (http://apieceofthereef.com/test.html);
    background-repeat: repeat-x;
    background-color: #383E44;
    height:144px;
    }

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

    Default Re: Trying to change the header

    If there was a way to override the php file then I could load it normally but I dont know how to do that so that is where I am stuck and trying to put it in manually

  7. #7
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Trying to change the header

    I'm not sure why Winzip is an issue. You would upload that image with an FTP program like Filezilla. Then edit the styleshheet as the tutorial directs.

    #logoWrapper{
    background-image:url(../images/1264913477.png);
    background-repeat: repeat-x;
    background-color: #383E44;
    height:144px;
    }

    assuming you uploaded the image to the /images folder. In your case you'd want to change repeat-x to no-repeat and change the height to 110px.

  8. #8
    Join Date
    Jan 2010
    Posts
    96
    Plugin Contributions
    0

    Default Re: Trying to change the header

    Ok I finally got it to my server and uncompressed it but
    what do I put here

    #logoWrapper{
    background-image:url(../images/1264913477.png);
    background-repeat: repeat-x;
    background-color: #383E44;
    height:144px;
    }

    my image says "banner2"

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

    Default Re: Trying to change the header

    does 'banner2.php' go in the place of the red numbers?

    #logoWrapper{
    background-image:url(../images/1264913477.png);
    background-repeat: repeat-x;
    background-color: #383E44;
    height:144px;

    Ok I tried that and it did not work

    #logoWrapper{
    background-image:url(../images/banner2.png);
    background-repeat: repeat-x;
    background-color: #383E44;
    height:144px;
    }
    Last edited by lilguppy; 31 Jan 2010 at 04:35 PM.

  10. #10
    Join Date
    Jan 2010
    Posts
    96
    Plugin Contributions
    0

    Default Re: Trying to change the header

    When I go to look at the logo through my 'images' its a page full of this with numbers

    FileZilla3/�������������������������������������������������������������������������

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Trying to change the header image in only one category
    By strugglingnovice in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Aug 2012, 08:59 PM
  2. trying to change sidebox header w/image
    By tonkali in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 21 Mar 2009, 03:30 AM
  3. Trying to figure out how to change the header on the home page
    By amcdougall in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Jul 2007, 07:50 PM
  4. Trying to change the header seperator?
    By murphyslaw in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Jun 2007, 04:01 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