Rep not working
#1
Rainbow 
When I go to rep someone the popup doesn't appear, if its what i think it is then its easy to fix

Go to templates/styles, click on the FL theme, go onto global.css, edit style, then advanced, insert the code below after /** jGrowl End **/, takes awhile to actually work but it should fix the bug. Unless its just for me and the site hates me

Code:
/** 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 **/
[Image: c06y0Qi.png]
#2
i coded taht btw
The following 2 users Like User 19014's post:
  • Exotic, James
#3
This is already a known issue, it has been an issue for everyone. However you can bypass this issue by using the following link, followed by adding their profile ID located in the link of their profile.

https://fearlessrp.net/reputation.php?action=add&uid=[InsertIDHere]

You may also see that some people have this link already in their signatures. This is the quickest way to rep someone as of this moment.
#4
Instead of doing that though Create we could just fix it so it works as it should
[Image: c06y0Qi.png]
#5
I see SoulRipper updated the forums to the latest version of MyBB, the code above inserted to where I said will fix all of the sites pop up errors
[Image: c06y0Qi.png]
#6
You can also hold CTRL and zoom out on the screen, it will be located bottom left. I use this until the issue is resolved.
[Image: Bj6kLZS.png]
#7
Fixed.
Kind Regards,

[Image: nw3ghiD.gif]


Forum Jump:


Users browsing this thread: 1 Guest(s)