Zen Cart Logo
Forums / General Questions / class= being added to URL, breaking URL

class= being added to URL, breaking URL

Views: 758

Results 1 to 4 of 4
21 Jan 2011, 5:44 PM
#1
hockey2112 avatar

hockey2112

Zen Follower

Join Date:
Jun 2010
Posts:
204
Plugin Contributions:
0

class= being added to URL, breaking URL

Hello,

I am working on this website: http://tinyurl.com/4cua8jt

For some reason, the following text is added to the URL when you click on any page: " class=". This is an issue for a few reasons:

  1. It causes the Contact Us link to not work at all.
  2. It breaks CEON URI function.
  3. It looks bad.

I tried finding the offending code in the developer's Toolkit, but was unsuccessful. Can anyone here help me in determining what code must be broken and is thus causing this issue?

Thank you!!

21 Jan 2011, 5:55 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: class= being added to URL, breaking URL

Your template has a mod to highlight the current page link in the ez-pages header bar, but it is incorrectly built so that you get

<li><a href="http://beautyfoods.com/index.php class="notCurrent"">Home</a></li>

instead of

<li><a href="http://beautyfoods.com/index.php" class="notCurrent">Home</a></li>
21 Jan 2011, 6:12 PM
#3
hockey2112 avatar

hockey2112

Zen Follower

Join Date:
Jun 2010
Posts:
204
Plugin Contributions:
0

Re: class= being added to URL, breaking URL

gjh42:

Your template has a mod to highlight the current page link in the ez-pages header bar, but it is incorrectly built so that you get

<li><a href="http://beautyfoods.com/index.php class="notCurrent"">Home</a></li>

instead of

<li><a href="http://beautyfoods.com/index.php" class="notCurrent">Home</a></li>

THANK YOU!!!! :clap: :clap: :clap:

21 Jan 2011, 7:13 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: class= being added to URL, breaking URL

If you want to have the current ez-page highlighted, you can use Ezpages Improved Menus.