Not Solved PopupMenu Position is wrong?
#1
Not Solved
*This is a fresh install of MyBB 1.8*



Hey guys. Smile


MY PROBLEM IS: When clicking on my post 'edit' button the respective popup menu does not appear in the correct place. It instead floats lower and to the right.

Here is the element style which is determining its strange position:
    position: absolute;
    top: 610px;
    left: 1484.39px;
    display: block;

I don't understand why this would even be coming up with strange values like this? If the post gets longer, it will push the popup further down the page?
(PS- The "Thread Modes" button at the top of the post page doesn't show it's content when clicked either. I'm guessing it's just wildly out of place also, but I'm not sure.)


Any ideas? Check the attached photos for reference.
This post seems related but I have no idea of how to implement what is being explained: http://community.mybb.com/thread-160142....=popupmenu

       
Reply
#2
Not Solved
is topic page modified for any purpose (eg. sidebars) ? (though you said that it is a fresh installation)
can we have your forum url & a test user account so that someone can check it
Reply
#3
Not Solved
My forum:  http://www.forumbomb.com/
User: test
Pass: test123

I did add a sidebar but would not have thought it would affect posbit? I'll disable it and see.
Nope sidebar does not affect it.
The only plugins I have are Latest posts in sidebar (1.0) and MyTabs (1.32). I don't see why these plugins would change an element though. Confused

I ended up using this guide: http://community.mybb.com/thread-159067.html
to create a work around for the issue.

I WOULD STILL LOVE TO SOLVE THIS PROPERLY SO IF YOU CAN HELP ME OUT PLEASE DO! Smile Thanks!
Reply
#4
Not Solved
Same problem here.

I need a extra wrapper in my theme. That CSS causes the problem on my forum
#page_wrapper {
margin: 0 auto; max-width: 1130px; position: relative;
}

   

Is there a solution?
Reply
#5
Not Solved
(2015-10-16, 02:39 PM)forumfreund Wrote: Same problem here.

I need a extra wrapper in my theme. That CSS causes the problem on my forum
#page_wrapper {
margin: 0 auto; max-width: 1130px; position: relative;
}



Is there a solution?

see http://community.mybb.com/thread-160142.html
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)