MyBB Community Forums

Full Version: Login Modal Box Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
after upgrade 1.8.13, the login modal box does not work as it should. and occurred on 2 websites that I have upgraded.

The 2 websites I have are:

1. https://www.gookil.com
2. https://www.mybb-id.com

is anyone willing to help me analyze and solve this problem?  Toungue
it looks as if you are missing the following in your global css,
look to see if this is in place

.blocker {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 1;
padding: 20px;
box-sizing: border-box;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.75);
text-align: center;
}

you are probably missing the above css, add the above css to global.
please let me know if this works
modal popup related style code needs to be replaced completely. please see this post
already done as suggested. but it still looks weird. What is it?

[attachment=39531]
^ may be cloudflare cache is affecting. can't check further due to anti ad-blocker !
^ .m.
thanks. problem solved. I have removed the cloudflare cache and the problem is complete. by the way, if so, you should disable your extentions block. because my website should and need survival Big Grin


thanks for respon, Michael2014
Hi Guys,

I am having trouble with my Login modal on v1.8.15. I have already tried replacing the CSS in the global.css as suggested in this thread, but it made no difference.

Forum:
http://www.bavarianoem.com

This is what my modal looks like:
[Image: Screen_Shot_2018_08_30_at_12_36_01_PM.png]
(2018-08-30, 10:40 AM)Adrian S Wrote: [ -> ]Hi Guys,

I am having trouble with my Login modal on v1.8.15. I have already tried replacing the CSS in the global.css as suggested in this thread, but it made no difference.

Forum:
http://www.bavarianoem.com

This is what my modal looks like:
[Image: Screen_Shot_2018_08_30_at_12_36_01_PM.png]

I have the same problem too.