MyBB Community Forums

Full Version: popup box issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
hi, my popup boxes seem to be doing weird things and I was wondering if anyone can help me sort them out..?

First issue:
Clicking "Login" brings up a popup box, great thats fine.
...however the box is dulled and not clickable, you can use the keyboard (tab, enter etc.) to navigate it but you just can't click it..

Second issue: - SOLVED [check post #6]
when say, editing a post, you click "Edit" and usually a popup box with "quick edit" or "full edit" appears where you have clicked the "edit" button...
well the popup box appears but its over to the right and a bit lower down as well...

Any help on getting these sorted would be great!

And if needed:
User: TEST
Pass: testing
Site link in signature
Try reupload
jquery.plugins.min.js?ver=1800

now left, right, top, bottom is all set to 0px
(2014-10-13, 12:58 PM)BaggerHD Wrote: [ -> ]Try reupload
jquery.plugins.min.js?ver=1800

now left, right, top, bottom is all set to 0px

where is the file located or where do I upload it to..?
hmm, did just check mine, also with 0px,,,,,
Sorry, but someone else must help you with this one..

EDIT
Remove
opacity: .9;
in container

If you still want to use opacity, you can try to add it under content.
Should have same visible effect
(2014-10-13, 01:09 PM)BaggerHD Wrote: [ -> ]hmm, did just check mine, also with 0px,,,,,
Sorry, but someone else must help you with this one..


EDIT
Remove
opacity: .9;
in container

If you still want to use opacity, you can try to add it under content.
Should have same visible effect

removing opacity: .9 just makes the container have no opacity..
it does nothing in terms of the popup boxes.. ?
Did by me (elements check up). also the position of the menu (quick edit / full edit) is messed up.
Remove from container
position: relative;

that should fix the displaced buttons/menu
(2014-10-13, 01:30 PM)BaggerHD Wrote: [ -> ]Did by me (elements check up). also the position of the menu (quick edit / full edit) is messed up.
Remove from container
position: relative;

that should fix the displaced buttons/menu

This did the trick for my second issue, BIG thanks again. Toungue Big Grin

Now just to sort the first issue out (the dulled, unclickable login box..)
It still show the opacity .9; in container
ok, removing it solves the popup box issue but then how do I get my container to have a .9 opacity..?
This is going to be needed as i will be having the "featured car" as the background image to get users more involved..
..without the opacity, this is pointless
you don't. put the opacity as told above in content..gonna look the same
Pages: 1 2