Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   [SOLVED] Removing Comments notification from the BFA Subscribe Widget (http://forum.bytesforall.com/showthread.php?t=19388)

realsol Jan 20, 2013 07:46 AM

[SOLVED] Removing Comments notification from the BFA Subscribe Widget
 
I am having a heck of a time figuring out what CSS code to put in to remove the comments section from the widget. Can anyone help?

lmilesw Jan 20, 2013 12:32 PM

What do you mean by "comments section in the widget"? Along with clarifying that a link to the site will be necessary.

juggledad Jan 20, 2013 12:33 PM

Use 'display: none;'

realsol Jan 20, 2013 01:50 PM

Again, thanks for getting back with me on a Sunday. I figured I could use Display: none;, but I can't figure out what the CSS name is. I have used every combination I can think of after looking at FireFly, but can't figure this one out.

lmilesw Jan 20, 2013 03:05 PM

Without knowing exactly what you don't want to show and a link to your site we would just be guessing.

realsol Jan 20, 2013 05:10 PM

The current page I am talking about is at http://eao2.rdgriffin.com/?page_id=32. It is the comments feed I am trying to remove. Firefly says it is 'table.subscribe td.comment-text' so I am entering table.subscribe td.comment-text(display: none;) in the CSS inserts to no avail. I have tried a number of things but just can't figure out what CSS I am suppose to enter find this like firefly does.

Thanks.

lmilesw Jan 20, 2013 05:35 PM

When I use Firebug this is what I come up with.
HTML Code:

#bfa_subscribe .comment-text {
    display: none;
}


realsol Jan 20, 2013 07:48 PM

That did the trick. Thanks.

But I have to ask, where in FireBug did you see this? If I copy the CSS and paste it, I don't see it at the end, nor when I look in the Style Panel.

juggledad Jan 20, 2013 07:56 PM

FireBug is an FireFiox extension.

lmilesw Jan 20, 2013 08:01 PM

Also you have to understand CSS syntax and hierarchy to some extent. It's not just a copy paste situation. You have to know about classes and IDs and how they "cascade". I have used w3schools.com to figure out CSS syntax and still do at times. Firebug also has a website to learn that tool.

realsol Jan 20, 2013 08:12 PM

Thanks. I swear to god that firebug did not display that all day but there it is plain as day. No more coding at 4 am.

Thanks again. I know I can be a bit of a bother.

- realsol


All times are GMT -6. The time now is 07:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.