MyBB Community Forums

Full Version: Few things wrong with my new forum.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Theme im using:
http://mods.mybb.com/view/lib-life-is-be...free-theme

Problems:


[Image: ynBh9gm.png]


Theres two "test" one in bold and the other ontop of the thread.


(No Plugins that messes with the avatar.)


Also:

How Do you get rid of this?

[Image: 5WyHMqo.png]


-----------------------------------------------------------------------
Myalerts

The plug-in will not overlap the header, as you see in the picture.

[Image: Bw1TcLu.png]

.myalerts_popup ol {
    list-style:none;
    margin:0;
    padding:0;
}
    .myalerts_popup li {
        min-height:24px;
        padding:2px 4px;
        border-bottom:1px solid #D4D4D4;
    }
    .myalerts_popup li .avatar {
        float:left;
        height:24px;
        width:24px;
    }
    .myalerts_popup li .alertContent {
        margin-left:30px;
        font-size:11px;
    }
    .unreadAlert {
        font-weight:bold;
        background:#FFFBD9;
    }

.myalerts_popup_wrapper{
    position:relative;
}

.myalerts_popup_wrapper .myalerts_popup {
    background:#fff;
    width:350px;
    max-width:350px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    position:absolute;
    left:0;
    z-index:9999;
}
    .myalerts_popup .popupTitle {
        font-weight:bold;
        margin:0 2px;
        padding:2px;
        border-bottom:1px solid #D4D4D4;
    }
    .myalerts_popup .popupFooter {
        padding:4px;
        background:#EFEFEF;
        box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
    }
1. There's nothing wrong. The normal one is the subject in thead and second one is in post_body.

2. Can you please elaborate?
(2013-08-13, 07:40 PM)Macadelic93 Wrote: [ -> ]Theme im using:
http://mods.mybb.com/view/lib-life-is-be...free-theme

Problems:


[Image: ynBh9gm.png]


Theres two "test" one in bold and the other ontop of the thread.


(No Plugins that messes with the avatar.)


Also:

How Do you get rid of this?

[Image: 5WyHMqo.png]


-----------------------------------------------------------------------
Myalerts

The plug-in will not overlap the header, as you see in the picture.

[Image: Bw1TcLu.png]

.myalerts_popup ol {
    list-style:none;
    margin:0;
    padding:0;
}
    .myalerts_popup li {
        min-height:24px;
        padding:2px 4px;
        border-bottom:1px solid #D4D4D4;
    }
    .myalerts_popup li .avatar {
        float:left;
        height:24px;
        width:24px;
    }
    .myalerts_popup li .alertContent {
        margin-left:30px;
        font-size:11px;
    }
    .unreadAlert {
        font-weight:bold;
        background:#FFFBD9;
    }

.myalerts_popup_wrapper{
    position:relative;
}

.myalerts_popup_wrapper .myalerts_popup {
    background:#fff;
    width:350px;
    max-width:350px;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    position:absolute;
    left:0;
    z-index:9999;
}
    .myalerts_popup .popupTitle {
        font-weight:bold;
        margin:0 2px;
        padding:2px;
        border-bottom:1px solid #D4D4D4;
    }
    .myalerts_popup .popupFooter {
        padding:4px;
        background:#EFEFEF;
        box-shadow:inset 0 1px 0 0 rgba(255,255,255,0.2);
    }

(2013-08-13, 07:44 PM)Arbaz Wrote: [ -> ]1. There's nothing wrong. The normal one is the subject in thead and second one is in post_body.

2. Can you please elaborate?

What exactly do i have to edit it post_buddy?

What would you like to elaborate on?
Elaborate on the myalerts issue.
(2013-08-13, 08:09 PM)Arbaz Wrote: [ -> ]Elaborate on the myalerts issue.

Basically clicking on it brings the menu down, but you can only see half the menu, the header is overlaying.

Already tried :

Removing overflow: hidden; from #panel.

Mind helping me via skype or teamviewer?
PM me your teamviewer ID and password. I'll update this thread with the solutions later.

Edited

For Friendly Redirect Pages: Go to ACP>Configuration>Settings>Server and Optimization Options>Show Friendly Redirect Pages>NO

Myalerts issue: Go to ACP>Templates & Styles>Themes>YOUR THEME>alerts.css and look for .myalerts_popup_wrapper .myalerts_popup

In extra attributes, add the following:

bottom: 0px;