Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

Howto disable Comment-Bubble


  #1  
Old Nov 13, 2012, 08:49 AM
malir
 
2 posts · Nov 2012
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.
  #2  
Old Nov 13, 2012, 09:15 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
url pointing to the issue?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Nov 17, 2012, 04:15 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Nov 17, 2012 at 05:10 AM.
  #4  
Old Nov 18, 2012, 04:32 AM
malir
 
2 posts · Nov 2012
Hi,
Tried it, but no luck.
Thanks for your reply, appreciate it.
  #5  
Old Nov 18, 2012, 04:37 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Export your settings and attach them to a reply.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Tags
comment bubble, css

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Website in comment form leads to author name as a link in the comment list --yeah--wow Comments, trackbacks & pings 2 Jun 2, 2011 08:34 PM
After disable the comment option shirley1 Comments, trackbacks & pings 1 Jun 10, 2010 11:41 AM
How to disable the ability for one to leave a comment? jjguitar Center area post/pages 3 Jan 11, 2010 05:16 PM
disable single post pages & disable link in post titles jen Center area post/pages 0 Jan 11, 2010 02:09 PM
[SOLVED] Is there an ATO way to disable the Comment Form URL versus tweaking comments fromtheranks Comments, trackbacks & pings 2 Jun 18, 2009 12:10 PM


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


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