Jump to the post that solved this thread.
Solved: 7 Years, 2 Months, 3 Weeks ago Error in mybb 1.8.13
#11
Solved: 7 Years, 2 Months, 3 Weeks ago
yes, it's work

how about my first question
Reply
#12
Solved: 7 Years, 2 Months, 3 Weeks ago
(2017-11-08, 01:13 PM)ziuma Wrote: yes, it's work

how about my first question
What page is that? I don't think I'm seeing that in my forums.
Reply
#13
Solved: 7 Years, 2 Months, 3 Weeks ago
index.php

https://ziuma.com/index.php

[Image: eyTbUabrTVqXSouuxRoA8A.jpg]
Reply
#14
Solved: 7 Years, 2 Months, 3 Weeks ago
So far everything looks OK from my side (guest view).
Reply
#15
Solved: 7 Years, 2 Months, 3 Weeks ago
run file verification tool from tools & maintenance section of forum admin panel. what does it report ?
Reply
#16
Solved: 7 Years, 2 Months, 3 Weeks ago
(2017-11-09, 10:07 AM).m. Wrote: run file verification tool from tools & maintenance section of forum admin panel. what does it report ?

inc/functions.php
Reply
#17
Solved: 7 Years, 2 Months, 3 Weeks ago
Hi,

After upgrading from 1.8.12 to 1.8.13, the login box of my paid theme does not pop up anymore. Instead, after clicking the LOGIN button, the login box doesn't appear in the center like she should (pic 1),but appears somehow behind the theme on the left and the X button shows up right, as pic 2 shows. Pic 3 is the normal view of that part of the theme.

in global.css of my theme, the modal part is

/** Modal Start **/

.modal {
 display: none;
 width: 400px;
 text-align: left;
 background: #fff;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 border-radius: 8px;
 -webkit-box-shadow: 0 0 10px #000;
 -moz-box-shadow: 0 0 10px #000;
 -o-box-shadow: 0 0 10px #000;
 -ms-box-shadow: 0 0 10px #000;
 box-shadow: 0 0 10px #000;
}
.modal a.close-modal {
 position: absolute;
 top: -12.5px;
 right: -12.5px;
 display: block;
 width: 30px;
 height: 30px;
 text-indent: -9999px;
 background: url(themesteam/wide/close.png) no-repeat 0 0;
}
.modal-spinner {
 display: none;
 width: 64px;
 height: 64px;
 position: fixed;
 top: 50%;
 left: 50%;
 margin-right: -32px;
 margin-top: -32px;
 background: url(themesteam/wide/spinner_big.gif) no-repeat center center;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 -o-border-radius: 8px;
 -ms-border-radius: 8px;
 border-radius: 8px;
}
/** Modal End **/


What do I have to change/add in order for the login box to pop up properly again?

   
   
   

Thanks in advance.
Reply
#18
Solved: 7 Years, 2 Months, 3 Weeks ago
You replace the code above by this one:

/** Modal Start **/

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

.blocker:before{
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em;
}

.blocker.behind {
background-color: transparent;
}

.modal {
width: 400px;
text-align: left;
background: #fff;
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 0 10px #000;
-moz-box-shadow: 0 0 10px #000;
-o-box-shadow: 0 0 10px #000;
-ms-box-shadow: 0 0 10px #000;
box-shadow: 0 0 10px #000;
}

.modal a.close-modal {
position: absolute;
top: -12.5px;
right: -12.5px;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background: url(images/close.png) no-repeat 0 0;
}

.modal-spinner {
display: none;
width: 64px;
height: 64px;
position: fixed;
top: 50%;
left: 50%;
margin-right: -32px;
margin-top: -32px;
background: url(images/spinner_big.gif) no-repeat center center;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
}

/** Modal End **/
Reply
#19
Solved: 7 Years, 2 Months, 3 Weeks ago
seems to work, and after deleting the chache, also on all browsers.
Thanks
Reply
#20
Solved: 7 Years, 2 Months, 3 Weeks ago
My error is no one can including me can log into the forum. the button is not functional although I do not have a problem logging into the admin

https://ebookprism.com


Reply
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)