Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Firebug with Mozilla is great, but...

Firebug with Mozilla is great, but...

Locked

Views: 1,084

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
5 Mar 2008, 5:40 PM
#1
cwcgroup avatar

cwcgroup

New Zenner

Join Date:
Feb 2008
Posts:
23
Plugin Contributions:
0

Firebug with Mozilla is great, but...

...when looking at the html code and easily finding it on the editor, I have found it extremely difficult to locate the precise .php file to modify for a permanent fix. The stylesheets are easy enough, as they are titled, but not the html code on the other files.

Question: Is there a simple way to identify the source file so I don't have to open and close all the files to see if that is what I am looking at? I have used the Developers Tool Kit in the tools section of admin, but with only marginal success at best.

This is so frustrating. Sort of a like a carrot (I prefer jelly beans) being dangled in front of my face and I can't get to it.

Thanks in advance.

5 Mar 2008, 6:06 PM
#2
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Firebug with Mozilla is great, but...

It's there in the tutorial. Inspect the element, then search for that special string/id/class using Admin->tools->developer toolkit

5 Mar 2008, 8:06 PM
#3
gjh42 avatar

gjh42

Black Belt

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

Re: Firebug with Mozilla is great, but...

And try small snippets of text... often strings (even class or id names) are built piecemeal in the PHP, so the whole string doesn't exist in any file.

5 Mar 2008, 8:28 PM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,606
Plugin Contributions:
0

Re: Firebug with Mozilla is great, but...

Is there a particular page that is giving you the most trouble?

For the most part there is a method to the madness and you should be able to locate things based on the name of the page or the section of the page.