Support Forum

Barebones – overlapping

GI Giovanna
Giovanna
Member

Hi,

I noticed an overlapping issue as soon as I installed Barebones and I am not sure of the jargon to use in English as I have the whole thing in Italian now, so I have made some screenshots for you to see. Basically at the top of the forum I can read quickly the unread messages but when I open them the forum section does not scroll down enough and it overlaps.
overlapping-1.jpg 

 

here is what I click when I see new messages, on “Apri” which is Open…

 

 

overlapping-2.jpg

 

and here, a few lines below, you can see the overlapping: behind is the unread message and on top the message of the forum itself.

Hope I described the problem clearly…confused

7 Answers

New Answer

IK Ike
Ike
Member

Wow.. Apologies about that, I’ve just looked into it and it should be a pretty straight forward fix, just need to confirm a couple of things.

Thanks for spotting it. Are you happy to make a change to one of the CSS files yourself to get you by before the next update?

GI Giovanna
Giovanna
Member

Yes please! I need to add a couple of lines in there also for the ads so I don’t mind at all! Thanks!

IK Ike
Ike
Member

Great, OK I’ve opened up a ticket.

Could you please go to your Barebones folder (parent, not child) and open:

forum-themes > barebones > styles > desktop-css > sp-admin-bar.spcss

Then on line 54 you should have:

#spMainContainer #spAdminQueueList {
    padding: 0 0 15px 0;
    background: none;
    clear: both;
    display: block;
    max-height: 700px !important;
    z-index: 10000;
}

Add overflow: auto; so it should appear:

#spMainContainer #spAdminQueueList {
    padding: 0 0 15px 0;
    background: none;
    clear: both;
    display: block;
    max-height: 700px !important;
    z-index: 10000;
    overflow: auto;
}

As this will be fixed in the next release you don’t have to worry about adding it back in. Let us know how it goes!

MP Mr Papa
Mr Papa
Member

thanks for the confirmation – will be in next update… sorry for the issue…

MP Mr Papa
Mr Papa
Member

should be in early – mid April when wp 4.5 releases…