Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Logo not changing properly...

    Template Contemporary Green, http://www.primopipez.com

    I've edited my tpl_header.php file to make it easier for me to edit my header.
    I didnt have problems before changing my logo, but now I cant seem to locate the path it is pulling from.
    It appears to be in my "templates/PrimoGreen/images/" folder.
    The url I am pulling from is "../images/logo.png" That doesn't appear to be pulling from that folder.
    Anyone able to locate the root for me?

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

    Default Re: Logo not changing properly...

    It is loading primopipez . com/images/logo.png
    I've edited my tpl_header.php file to make it easier for me to edit my header.
    What have you changed in this file??
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Logo not changing properly...

    i took out everything and made it:

    <?php ?>
    <?php
    if ($messageStack->size('header') > 0) { echo $messageStack->output('header'); }
    if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) {
    echo htmlspecialchars(urldecode($_GET['error_message']), ENT_COMPAT, CHARSET, TRUE); }
    if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) {
    echo htmlspecialchars($_GET['info_message'], ENT_COMPAT, CHARSET, TRUE); } else { } ?>
    <?php if (!isset($flag_disable_header) || !$flag_disable_header) { ?>

    <!-- My Control -->
    <div id="headerWrapper">
    <table><tr><td>
    <img id="logo" alt="PrimoPipez.com" src="../images/logo.png">
    </td></tr></table>
    </div>
    <!--Drop Down Menu-->
    <div id="navmenu" width="100%">
    <ul id="nav" width="100%">
    <li class="top"><a href="main_page" class="top_link"><span>Home</span></a></li>
    <!--<li class="top"><a href="#nogo2" id="products" class="top_link"><span class="down">Account</span></a>
    <ul class="sub">
    <li><a href="/index.php?main_page=shopping_cart">Shopping Cart</a>
    </li>
    <li><a href="/index.php?main_page=account">Log In</a>
    </li>
    <li><a href="/index.php?main_page=logoff">Log Out</a>
    </li>
    <li><a href="/index.php?main_page=account">Create Account</a>
    </li>
    </ul> -->
    <li class="top"><a href="/index.php?main_page=index&cPath=1" id="products" class="top_link"><span class="down">Glass Pipes</span></a>
    <ul class="sub">
    <li><a href="/index.php?main_page=index&cPath=1_8">American Glass</a></li>
    <li><a href="/index.php?main_page=index&cPath=1_32">2-5 Inch</a></li>
    <li><a href="/index.php?main_page=index&cPath=1_34">6-10 Inch</a></li>
    </ul>
    </li>
    <li class="top"><a href="/index.php?main_page=index&cPath=7" id="products" class="top_link"><span class="down">Water Pipes</span></a>
    <ul class="sub">
    <li><a href="/index.php?main_page=index&cPath=7_2">Glass Bubblers</a></li>
    <li><a href="/index.php?main_page=index&cPath=7_12">Scientific Water</a></li>
    <li><a href="/index.php?main_page=index&cPath=7_10">Imported Glass</a></li>
    <li><a href="/index.php?main_page=index&cPath=7_13">Soft Glass</a></li>
    </ul>
    </li>
    <li class="top"><a href="/index.php?main_page=index&cPath=30" id="products" class="top_link"><span class="down">Vaporizers</span></a>
    <ul class="sub">
    <li><a href="/index.php?main_page=index&cPath=30_35">Monkey Vape</a></li>
    </ul>
    </li>
    <li class="top"><a href="/index.php?main_page=index&cPath=21" id="products" class="top_link"><span class="down">Artists</span></a>
    <ul class="sub">
    <li><a href="/index.php?main_page=index&cPath=21_19">Tommy Boy Glass</a>
    <li><a href="/index.php?main_page=index&cPath=21_31">BenJammin</a>
    </li>
    </ul>
    </li>
    <li class="top"><a href="#nogo2/index.php?main_page=index&cPath=6" id="products" class="top_link"><span class="down">Fashion</span></a>
    <ul class="sub">
    <li><a href="/index.php?main_page=index&cPath=22">Glass Fashion</a>
    </li>
    </ul>
    </li>
    <li class="top"><a href="/index.php?main_page=index&cPath=4" id="products" class="top_link"><span class="down">Accessories</span></a>
    <ul class="sub">
    <li><a href="/index.php?main_page=index&cPath=4_24">Stylish Jars</a>
    </li>
    <li><a href="/index.php?main_page=index&cPath=4_23">Dabbers</a>
    </li>
    </ul>
    </li>
    </ul>
    </div>

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

    Default Re: Logo not changing properly...

    Well you have referenced your logo being in the /images directory
    Code:
    <img id="logo" alt="PrimoPipez.com" src="../images/logo.png">
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Logo not changing properly...

    I changed the image to match the url, didn't work.. Then I deleted it completely out of the file, but it is still visible.
    My only conclusion is it must be pulling from another folder, i cannot seem to find another images folder with the logo in it.
    I have changed it many times before, it has just slipped my mind currently.

  6. #6
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Logo not changing properly...


  7. #7
    Join Date
    Feb 2013
    Posts
    20
    Plugin Contributions
    0

    Default Re: Logo not changing properly...

    yeah i just put it there, i had to track it down... was using the wrong images folder. Thanks for replying so quickly, good support team with zen cart.

 

 

Similar Threads

  1. My logo is not changing
    By gamenet in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 14 Oct 2010, 09:40 AM
  2. I can't get my logo to fit properly on the page
    By deesweb2009 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 9 Feb 2010, 08:08 PM
  3. logo does not appear properly
    By hamid84 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 29 Oct 2009, 11:40 PM
  4. Logo not showing properly in IE
    By stokmo in forum Basic Configuration
    Replies: 2
    Last Post: 22 Apr 2009, 01:22 PM
  5. logo image not displaying properly
    By madkaw9 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 28 Feb 2009, 06: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