I am working on my new website and I have installed wpDiscuz but the Comment Bubble is not appearing.
I went through your old comment https://www.ads-software.com/support/topic/notification-about-comments-not-showing-to-users/#post-13815997 but that did not solve my issue.
Because the site is under development status I am not using cache or Cloudflare.
Awaiting your response
ps: I have sent an email but I am not sure if WpDiscuz respond so I created a support thread here on WordPress.
]]>I would like to manually position the Comment Bubble inside a Div and am looking for a shortcode or function that would output div#wpd-bubble-wrapper
.
I tried using WpdiscuzCore::addBubble($post)
but that function in the plugin code uses $this
in a couple of places which won’t be available outside.
Any ideas?
]]>When post titles wrap, the comment bubbles overlap and don’t clear the text, thus obscuring/hiding.
See this link for a screen capture from an Android phone for an example:
https://blogs.davelozinski.com/wp-content/uploads/2016/07/Screenshot_2016-07-07-18-43-25.png
Anyone have any suggestions on how to overcome this?
Hopefully the authors of Customizr will fix this with the next release?
]]>/* Comments link */
.entry-header .comments-link a {
background: #eee url(“https://dearchristiancounselor.com/wp-content/uploads/2015/02/comment-bubble.png”) no-repeat;
}
The webpage is dearchristiancounselor.com, and you can see the address of the new comment-bubble. When I inspect the website with Firebug, it looks like this ought to work, and several people have told me that it will work, but it doesn’t! What am I doing wrong?
]]>.entry-header .comments-link a {
background: url(“https://dearchristiancounselor.com/wp-content/uploads/2015/02/comment-bubble.png”) no-repeat scroll 0 0;
}
The website is: dearchristiancounselor.com. Any help would be greatly appreciated.
]]>Thanks!
Misa
]]>https://gametilldawn.com
I attempted the following unsuccessfully:
function bauhaus_should_show_comment_bubbles(){
$settings = bauhaus_get_settings();
if ( $settings->bauhaus_show_comment_bubbles ) {
return false;
} else {
return false;
}
}
I don’t think that’s where the issue lies.
Thank you in advance
https://www.ads-software.com/plugins/wptouch/
]]>My blog, https://curls.nu, is having some issues with the Forever theme. I love this theme and want to keep using it! However, when you go to my link you’ll see that posts with no comments have just a grey square in place of where the comment bubble used to be. The posts with comments are fine. Can anyone take a look at my code and help me out? I’m at a loss here!
Thanks,
Christine