element-style, and file locations.

5 replies
  • WEB DESIGN
  • |
Hi I've been using firebug to edit my files. I wanted to ask, why doesn't firebug show file location of a specific thing that i want to change on my page? I mean i can edit it just fine on Firebug, but If i cant see the file location, it's quite difficult to find it in filezila.

I was told this was javascript related, though i'm not exactly sure what that meant and if it is, not sure how look for that file on filezila.
#elementstyle #file #locations
  • Profile picture of the author Istvan Horvath
    And I am not sure what are you talking about... since nothing can be seen on those tiny images.
    Signature

    {{ DiscussionBoard.errors[7477255].message }}
    • Profile picture of the author LearnNOTmoney
      Originally Posted by Istvan Horvath View Post

      And I am not sure what are you talking about... since nothing can be seen on those tiny images.



      {{ DiscussionBoard.errors[7477312].message }}
  • Profile picture of the author Istvan Horvath
    Sorry, I still don't understand this kind of basic questions (i.e. why are they asked).

    Download your theme on your machine.
    Get a normal text editor, e.g. PSPad is free.
    Use the Search option in it to find "XXXYYYZZZ" string in a directory - like your theme.
    It will list all the files with line #s, where the string occurs.
    Edit.

    Why do you need a whole forum to do such simple tasks? :p
    Signature

    {{ DiscussionBoard.errors[7478242].message }}
  • Profile picture of the author spesialis
    Most likely the css is located on header.php or directly on the template itself (not on the .css file)

    View the source, is there any css code "injected"? Usually on header.
    {{ DiscussionBoard.errors[7479174].message }}
  • Profile picture of the author SteveJohnson
    If firebug gives you the URL as the location, that means that the css is in the <head> section of the document. You'll have to find what is putting it there. In your case, it's going to involve the Cufon text-replacement code. It could be in a plugin, it could be written into the theme, it's impossible to tell.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[7481223].message }}

Trending Topics