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

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Minor design flaws

5 Posts
2 Users
0 Reactions
1,115 Views
Posts: 5
 kich
Topic starter
(@kich)
Active Member
Joined: 5 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: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

Hi(@kich,

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

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

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

Illustrious Member
Posts: 8075

@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: 5 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: