Notifications
Clear all

[Solved] Conversation List not showing by default

9 Posts
2 Users
0 Likes
1,052 Views
Posts: 8
Customer
Topic starter
(@sid-lori)
Member
Joined: 1 year ago

Something like this would be absolutely SWELL...!

image

I haven't done it proper--I just pulled up the Developer Tools in Firefox and nuked all of the DIVs containing the space-consuming parts of the "User Profile."

Oh, and I notice I forgot to nuke the breadcrumb.  (Though worth noting the gap without it looks a bit unsightly...would have to remove the margins, etc. from the other elements.)

 

Just have to hide/nuke these DIVs for a nearly-perfect result:

image

 

Tips/tricks for doing that?

1 Reply
 Tom
Admin
(@tomson)
Joined: 9 years ago

Famed Member
Posts: 4172

@sid-lori,

Here is your CSS code to clear the header for only PM page:

.wpft-messages #wpforo #wpforo-wrap  .wpforo-profile .wpforo-profile-head,
.wpft-messages #wpforo #wpforo-wrap  .wpforo-profile .wpforo-profile-head-bottom,
.wpft-messages #wpforo #wpforo-wrap  .wpforo-profile .wpforo-user-actions,
.wpft-messages #wpforo #wpforo-wrap  .wpforo-profile .wpforo-profile-menu {display: none;}

 

I'd not recommend to hide the breadcrumb, I've not included it.

Posts: 8
Customer
Topic starter
(@sid-lori)
Member
Joined: 1 year ago

Works perfectly.

Now just one other thing to fix--but it's outside the scope of this plugin...

Page 2 / 2
Share:
Scroll to top