Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Little problem with topmenubar

Little problem with topmenubar

Locked

Views: 809

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
7 Feb 2010, 9:20 AM
#1
adi2009 avatar

adi2009

New Zenner

Join Date:
Dec 2009
Location:
Sarajevo
Posts:
80
Plugin Contributions:
0

Little problem with topmenubar

Hello,

I have problem with topmenubar on my site. This is how it looks like now:

Firefox

IE

Main problem is that I have this "blank blank blank blank" text which I dont know how to remove. However, when do right-click on my website --> View page source this is what I noticed:

<!--bof-header ezpage links-->
<div id="navEZPagesTop">
	<ul>
	
  <li class="nobg"><a href="http://www.mysite.com//index.php?main_page=index&cPath=146">Cars for sale</a></li>
  blank
  
	
  <li><a href="http://www.mysite.com/index.php?main_page=index&cPath=147">Sell parts</a></li>
  blank
  
	
  <li><a href="http://www.mysite.com//index.php?main_page=index&cPath=148">Accessories</a></li>
  blank
  
	
  <li><a href="http://www.mysite.com/index.php?main_page=news_archiv">News</a></li>

  blank
  
	
  <li><a href="http://www.mysite.com/index.php?main_page=contact_us">Contact</a></li>
  
  
    </ul>
</div>
<!--eof-header ezpage links-->

Now I am not sure which file should I open so I could remove this "blank" text?

Any help is appreciated.

Cheers!:wink:

7 Feb 2010, 9:42 AM
#2
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Little problem with topmenubar

Do a search in Admin>Tools>Developers Tool Kit for "blank" and pay special attention to any files named something like ezpages_bar_header.

Also pay attention to the file /includes/templates/YOUR_TEMPLATE/common/tpl_header.php

If the word "blank" shows up in any of the files then try to upload a backup copy of the relevant file.

The most likely culprit will be the tpl_header.php

7 Feb 2010, 1:06 PM
#3
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Little problem with topmenubar

check in . Admin > Ez-Pages settings.

EZ-Pages Header Link Separator

7 Feb 2010, 6:21 PM
#4
adi2009 avatar

adi2009

New Zenner

Join Date:
Dec 2009
Location:
Sarajevo
Posts:
80
Plugin Contributions:
0

Re: Little problem with topmenubar

frank18:

Do a search in Admin>Tools>Developers Tool Kit for "blank" and pay special attention to any files named something like ezpages_bar_header.

Also pay attention to the file /includes/templates/YOUR_TEMPLATE/common/tpl_header.php

If the word "blank" shows up in any of the files then try to upload a backup copy of the relevant file.

The most likely culprit will be the tpl_header.php

Frank, good idea, I almost forgot option Developers Tool Kit:blush: which is very useful in cases like this but unfortunatly I found to many "blanks", mostly because many-time repeated part of code: "target="blank"
thnx for promt reply!

tony_sar:

check in . Admin > Ez-Pages settings.

EZ-Pages Header Link Separator

cant bealive it was that simple, thanks Tony:clap:

7 Feb 2010, 11:02 PM
#5
frank18 avatar

frank18

Deceased

Join Date:
Nov 2007
Location:
Sunny Coast, Australia
Posts:
3,427
Plugin Contributions:
2

Re: Little problem with topmenubar

tony_sar:

check in . Admin > Ez-Pages settings.

EZ-Pages Header Link Separator

We learn something everyday! Thanks Tony