Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Logo not changing properly...

Logo not changing properly...

Views: 967

Results 1 to 7 of 7
24 Mar 2013, 8:24 PM
#1
primo_pipez avatar

primo_pipez

New Zenner

Join Date:
Feb 2013
Posts:
20
Plugin Contributions:
0

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?

24 Mar 2013, 10:26 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

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??

24 Mar 2013, 10:47 PM
#3
primo_pipez avatar

primo_pipez

New Zenner

Join Date:
Feb 2013
Posts:
20
Plugin Contributions:
0

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>
25 Mar 2013, 1:03 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Logo not changing properly...

Well you have referenced your logo being in the /images directory

<img id="logo" alt="PrimoPipez.com" src="../images/logo.png">
25 Mar 2013, 3:08 AM
#5
primo_pipez avatar

primo_pipez

New Zenner

Join Date:
Feb 2013
Posts:
20
Plugin Contributions:
0

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.

25 Mar 2013, 6:06 AM
#6
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Logo not changing properly...

atm it is coming from...
http://primopipez(dot)com/images/PrimoGreen/logo.png

25 Mar 2013, 6:49 AM
#7
primo_pipez avatar

primo_pipez

New Zenner

Join Date:
Feb 2013
Posts:
20
Plugin Contributions:
0

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.