Results 1 to 10 of 25

Hybrid View

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

    Default Re: Using a html file as header/logo

    That is correct. Now you have to decide which of those links you want active in your reworked header. The code as is will only show the navLogoCart link if there is something in the cart. If you want to show that link all the time, you will need to remove the
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    and
    <?php }?>
    from around that HTML link. The checkout link is also displayed when the cart link is displayed; do you want that?

    You need to go through each of those links, learn what they are, and decide if and where to use them.

  2. #2
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

    Default Re: Using a html file as header/logo

    Just reading this makes me twitch. What if I do not want to deal with all the links and tpl_header and CSS etc.etc.etc.

    All I would like to do is to create my header in photoshop with sliced images that have link code embeded in it and cut and paste the code to be used as my header.

    Keep it simple so I can change it whenever I want without having to go through all the extra bull.

    Any suggestions for how to so this? Thanks.

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

    Default Re: Using a html file as header/logo

    If you make link code embedded in Photoshop image slices, they will be static links that will cause "non-secure items" errors when customers are on any secure pages of your site, like login and checkout. Do you really want this?

  4. #4
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

    Default Re: Using a html file as header/logo

    I had to place the images in both sections of the site. In the non-secure as well as the secure area. This is not an issue.

    Thanks. Do you know that answer to this? I will worry about the ramification.

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

    Default Re: Using a html file as header/logo

    That's not a method I have used, so I have nothing to say about it.

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

    Default Re: Using a html file as header/logo

    How do I link to EZ-pages? Thanks for all help!

  7. #7
    Join Date
    Dec 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Using a html file as header/logo

    Solved it, by using this in the tpl_header:
    PHP Code:
    <a href="<?php echo zen_ez_pages_link(1'0'false); ?>"><?php echo EZ_PAGE1?></a>
    And defining the EZ_PAGE1 in language

 

 

Similar Threads

  1. Installing Header in HTML with a jpg. Logo.
    By RobertG in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Nov 2009, 09:08 AM
  2. replace logo with flash file or Html
    By phillpal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jun 2008, 12:29 PM
  3. Adding logo using html
    By mooncavecrystals in forum General Questions
    Replies: 5
    Last Post: 22 Dec 2007, 10:49 PM
  4. Replace Logo.gif with an HTML File
    By ner0tik in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Jul 2007, 08:35 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