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)
-   -   Appearance of Comment # Notification on Home Page has changed (http://forum.bytesforall.com/showthread.php?t=21288)

bikeurious Dec 17, 2013 05:52 PM

Appearance of Comment # Notification on Home Page has changed
 
1 Attachment(s)
Hello! First of all, thanks for your great work on this theme. I've been using it for the last couple of months, and have been generally quite satisfied. However, a couple of weeks ago, something changed with regards to how the number of comments for a post is displayed on the home page.

I've attached a screenshot with an example, but a quick verbal description would be that it used to only show a number in a dialogue box, with no text. Now it shows the same number, but also the word "Comment" underneath, which takes up a tremendous amount of real estate, and it looks broken. When you hover over the post, the color of the dialogue box turns to blue and the word "Comment" disappears. I assume that's not clear enough, so hopefully the screenshot will help.

Here's the website address, so you can see for yourself:
http://bike-urious.com/

juggledad Dec 17, 2013 06:09 PM

so…what did you change? add any plugins, do any upgrades?

start by disabling ALL your plugins and see if that changes it.

bikeurious Dec 17, 2013 06:16 PM

Quote:

Originally Posted by juggledad (Post 105558)
so…what did you change? add any plugins, do any upgrades?

start by disabling ALL your plugins and see if that changes it.

My apologies - I thought I mentioned that I didn't remember changing anything, but I clearly did not.

Thanks for the quick response. I've just deactivated all plugins, and that fixed it. After turning plugins back on one at a time, I've isolated the problem to be with the Disqus comment plugin.

The reason why I didn't originally suspect Disqus to be the culprit is because I had been using it for a couple of months before this problem started. Do you have any suggestions for what I could to take care of this? Thanks again.

bikeurious Dec 17, 2013 06:19 PM

Actually, now that you've shown me the problem is with Disqus, I'll start looking around with that in mind. This might fix it for me, I'll keep you posted after I try it.

http://forum.bytesforall.com/showthread.php?t=18945

bikeurious Dec 17, 2013 06:34 PM

Unfortunately, I was not able to fix my issue based on the above thread. I would definitely appreciate your feedback. Thanks.

CrouchingBruin Dec 17, 2013 08:47 PM

Try adding this CSS to the end of your various.css file:
Code:

.hentry .comment-bubble {
  overflow: hidden;
  vertical-align: -8px;
  font-size: 21px;
  line-height: 30px;
}

It's not a perfect solution, but it might do. The key was adding the overflow property, but I also had to tweak the font size & line height to completely hide the Comment text. Thanks for pointing out the anomaly with Disqus; I use the plugin myself, but I guess I haven't had any comments on my sites, yet, so I didn't notice the problem.

bikeurious Dec 17, 2013 11:21 PM

Quote:

Originally Posted by CrouchingBruin (Post 105567)
It's not a perfect solution, but it might do. The key was adding the overflow property, but I also had to tweak the font size & line height to completely hide the Comment text. Thanks for pointing out the anomaly with Disqus; I use the plugin myself, but I guess I haven't had any comments on my sites, yet, so I didn't notice the problem.

CrouchingBruin,

Thanks! That seems to have fixed it for me. You've just saved me a lot of grief.


All times are GMT -6. The time now is 12:16 PM.

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