Notifications
Clear all

wpForo 1.x.x [Solved] 'Unread Topics' link placement

5 Posts
2 Users
1 Likes
2,409 Views
Sapere Aude
Posts: 56
Topic starter
(@sapere-aude)
Trusted Member
Joined: 6 years ago

Is this a CSS issue?

 

 

4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

This is a css conflict o the old css cache is not properly deleted. please delete all caches, purge CDN and press Ctrl+F5 on forum front-end. if the issue is not solved, please leave your forum URL to allow us debug CSS conflicts.

1 Reply
Sapere Aude
(@sapere-aude)
Joined: 6 years ago

Trusted Member
Posts: 56

OK did as you said above and the issue is still there. 

Here is the url to our forums:  https://thelemicknights.org/community/

 

Thank you!

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

@sapere-aude

You've hidden forum title div with some CSS manipulation, this div is also related to Unread Posts link so it's affected too. This is a result of your customization.

To fix the affection please put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Save it, delete all caches and pres Ctrl+F5 on forum home page (front-end).

#wpforo #wpforo-wrap .wpforo-content{position: relative;}
#wpforo #wpforo-wrap #wpforo-title{position: absolute;top: -42px; right: 0px; color: #ffffff;}
Sapere Aude
Posts: 56
Topic starter
(@sapere-aude)
Trusted Member
Joined: 6 years ago

That did it, thank you!