Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   Howto disable Comment-Bubble (http://forum.bytesforall.com/showthread.php?t=18898)

malir Nov 13, 2012 08:49 AM

Howto disable Comment-Bubble
 
Hi,
How do I disable Comment-Bubble
I have tried commenting out the Comment-Bubble section in posts.css but the comment count is still displayed with the post heading.
Problem I am trying to fix: My sidebar widget drops to the bottom of the page whenever a comment is posted on my website. Comment Bubble is the only thing that changes visually.

FYI: I was using Facebook comment plugin and have just disabled it to use the default comment box.

juggledad Nov 13, 2012 09:15 AM

url pointing to the issue?

juggledad Nov 17, 2012 04:15 AM

go to comments.css and locate the section
HTML Code:

/**********************
Comment List
**********************/

then change the CSS
HTML Code:

.commentlist li > div:before {
        content:                                url(%tpldir%/images/commentarrow.png);
        left:                                        -17px;
        top:                                                25px;
        position:                                absolute;
        z-index:                                1000000;
}

to
HTML Code:

.commentlist li > div:before {
        xxxxx-content:                                url(%tpldir%/images/commentarrow.png);
        left:                                        -17px;
        top:                                                25px;
        position:                                absolute;
        z-index:                                1000000;
}

and see if that does what you want

malir Nov 18, 2012 04:32 AM

Hi,
Tried it, but no luck.
Thanks for your reply, appreciate it.

juggledad Nov 18, 2012 04:37 AM

Export your settings and attach them to a reply.


All times are GMT -6. The time now is 02:19 AM.

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