The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Minor design flaws
 
Share:
Notifications
Clear all

[Solved] Minor design flaws

5 Posts
2 Users
0 Likes
715 Views
Posts: 5
 kich
Topic starter
(@kich)
Active Member
Joined: 4 years ago

Hello there!

I'm very impressed with the new version. Feature-wise, wpDiscuz is beyond any other plugin, even without any add-ons. Great job, guys!

What I've noticed isn't really a bug, but some minor gaps that could be enhanced.

1: the "show replies" text button misses a pointing hand icon on hover.

2: the date next to the "reply to user" on child comments is not center aligned with the other elements.

I hope you're able to fix it for the next updates. 🙂

Thank you!

4 Replies
Asti
Posts: 7115
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi(@kich,

Please leave some example URL we'll provide a CSS solution for you. 

3 Replies
 kich
(@kich)
Joined: 4 years ago

Active Member
Posts: 5
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7115

@kich,

Please use this CSS code:

.wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom {
align-items: center;
}

Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.  

 kich
(@kich)
Joined: 4 years ago

Active Member
Posts: 5

@asti thank you. 🙂 I don't know why, but that code changed nothing. However, I was able to center align all the elements I wanted with this CSS code:

 

#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header, #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top, #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom {
align-items: center;
}

#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to {
padding-top: 0;
}

I also fixed the cursor on "show replies":

#wpdcom .wpd-comment-footer .wpd-toggle .wpd-view-replies {
	cursor: pointer;
}

I'd love this to be natively fixed in the next updates though. Thanks again.

Share: