ThemeForest

Firebug question?

285 posts
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Referred between 1 and 9 users
  • Sold between 5 000 and 10 000 dollars
dany_j says

it doesn’t show path to document where is css or html that you viewing. How to track document that you want to change?

1915 posts Do the Needful
  • Envato Staff
  • Elite Author
  • Sold between 100 000 and 250 000 dollars
  • Support Staff
  • United States
  • Author had a Free File of the Month
  • Microlancer Beta Tester
  • Beta Tester
  • Interviewed on the Envato Notes blog
+7 more
JamiGibbs support says

Sure it does.

Hover on the blue link on the right side once you’re focusing on an element:

15 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
ChristianB says

Well, surely the path to the html you are viewing is on the same page?

As for the CSS , there are a couple of ways:

  • In the CSS tab, there is a drop down, showing you the different style sheets.
  • When selecting an element, the box to the right (by default) tells you what that element has inherited/applied CSS wise, and where from.
285 posts
  • Bought between 100 and 499 items
  • Exclusive Author
  • Has been a member for 4-5 years
  • Referred between 1 and 9 users
  • Sold between 5 000 and 10 000 dollars
dany_j says

ok for css is easier but basically what I want to do in most cases is change words which are generally span tag and can’t seams to track php which contain them

one example:

in wordpress theme when search, I get
Search result for: some content
I want to change: “Search result for:”

15 posts
  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 2-3 years
ChristianB says

Unforuntley, that is generated server-side and is then ‘converted’ to HTML , so there’s no way to indentify what script generated it client side.

You could add a debug, that say if debug was enabled, appended the echo with the name of the file that it came from.

690 posts
  • Has been a member for 4-5 years
  • Sold between 50 000 and 100 000 dollars
  • Exclusive Author
  • Bought between 10 and 49 items
  • Poland
  • Referred between 10 and 49 users
pogoking says

The “Search results for:” is usually placed in search.php file.

You can’t track php functions using client side software because PHP is server side. :(

by
by
by
by
by