I recently started using Disqus for blog comments on my site but the way it appears above the Ning comments.  It's confusing to have 2 different comment boxes, so I want to hide the Ning comments.  I found this code that hides comments for photos, but I can't figure out how to do this same trick for blogs. Example here (of course you'll only see the Disqus comment box since you are not logged in.  Any suggestions?

Hide comments on photos:

div#photo_page_body div.xg_module form#comment_form {display:none;}
div#photo_page_body .xg_module_body #add-comment {display:none!important;}

Views: 293

Reply to This

Replies to This Discussion

Hi LocalArtsLive,

I think this will do it, hoping you're not injecting the disqus code based on any of these CSS selectors:

.xg_widget_profiles_blog.xg_widget_profiles_blog_show form#comment_form {display:none;}
.xg_widget_profiles_blog.xg_widget_profiles_blog_show div#comments {display:none!important;}
.xg_widget_profiles_blog.xg_widget_profiles_blog_show #add-comment {display:none!important;}

Best,

Jen

Great! Thanks for the feedback.

=)

Not sure where you're talking about.

This should do it:

.xg_widget_main .module-feed .feed-reactions {display:none!important;}

Best,

Jen

Great, thanks for letting me know. =)

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips