>
> > news-update is the HTML page. It contains three <style> tags, which 
> define 
> > some CSS. 
>
> I guess this is where I am confused. The files within the folder 
> show NO html pages.
>
Well, it will probably be an PHP script or even several ones, that create 
the HTML output. But this is out of the scope of Firebug.
 

> You can see that inside the CSS Location Menu<http://getfirebug.com/ 
> wiki/index.php/CSS_Panel#CSS_Location_Menu<http://getfirebug.com/wiki/index.php/CSS_Panel#CSS_Location_Menu>>.
>  
>
> > They are listed as news-update, news-update #2 and news-update #3. 
>
> I see that but when I open all the css pages within that theme.   I 
> have removed everything I believe from a css standpoint conrtrolling 
> the comments within style.css but I think I still need to find where 
> "No Comments" is written.
>
You mean you want to edit the style for the links saying "No comment", 
right?

If so:
1. Open Firebug on 
http://www.elio.me/index.php/archives/category/news-updates
2. Inspect one of the links saying "No comment"
3. Switch to the Style side panel
4. Hover the first rule's source link (news-updates #2)
=> It shows you http://www.elio.me/index.php/archives/category/news-updates
=> So you know the style is defined directly inside the HTML output, not in 
a separate CSS file
Now that's where Firebug can't help you anymore:
5. Search for .post .metadata a in your PHP sources

=> There's the point where the CSS is defined
 

> It tells me this but I see no archives folder. 
>
> <a class="post_comments" href="http://www.elio.me/index.php/archives/ 
> 1812#comments <http://www.elio.me/index.php/archives/1812#comments>">No 
> comment</a>
>
Please note, that a URL doesn't always represent the file path on the 
server. For example they can use URL 
rewriting<http://en.wikipedia.org/wiki/Rewrite_engine>to hide the server files 
and or to make the URL more readable. Though in 
this case I guess (I am not familiar with WordPress code) index.php is 
called, which interprets the appended /archives/1812#comments and reads the 
contents from a database.
 

> > I use a plug-in to remove COMMENTS but in their theme there is one> 
> place that the plug-in does not work. 
> > 
> > Which plugin? Firefox plugin, Firebug plugin, PHP framework plugin? 
>
> Sorry wordpress plug-in.
>
So then you should ask in a WordPress forum <http://wordpress.org/support/>.
 

> > >http://www.elio.me/index.php/archives/category/news-updates 
> > 
> > > I tried using firebug and can't figure out where this is hiding. 
> > 
> > Which thing? 
>
> The "no comment" text
>
Again, Firebug can tell you where the "No comment" tags are located in your 
HTML output and it can tell you, that this output was generated by a call 
to http://www.elio.me/index.php/archives/category/news-updates. It can't 
tell you where this output is actually generated on the server.
 

> > > Also.... 
> > 
> > > On the about page... 
> > 
> > >http://www.elio.me/index.php/about 
> > 
> > > I would like to remove the background block but ONLY on the about 
> > > page. 
> > 
> > Then you will have to change the PHP script, that makes up that page and 
> e. 
> > g. surround the <img>, that holds the background image with an if(), 
> that 
> > checks, whether $_SERVER["SCRIPT_NAME"] does not include the script name 
> of 
> > your *news-updates* page. 
> > 
> > Please note, that this is a PHP problem and you should better ask that 
> > questions in a PHP forum. 
>
> Ok....but how do I know which PHP page contains the script. That is 
> where I get confused. I will admit I am not a website designer but 
> over the years have been able to manage finding things and making the 
> changes I require. But for some reason this last transformation has 
> me really lost because it doesn't point me directly to the page the 
> script contains.
>
As explained above this is not possible with Firebug. You will have to 
search through the PHP code using an IDE like e. g. Eclipse<http://eclipse.org/>
.
 

> Thank you so much for all the help.
>
I answered your questions as far as Firebug is related and also tried to 
give you a bit information beyond. But please note again, that what you're 
asking for is unrelated to Firebug. So if you still can't find the places 
you want to edit inside the PHP scripts, I really suggest you to ask the 
people behind that WordPress plugin you use or in the general WordPress 
forum <http://wordpress.org/support/>.

Best regards,

Sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/firebug/-/Ue9sGQRpnBIJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to