MyBB Community Forums

Full Version: Pop up windows cut off
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi Folks,

I have purchased Netpen pro version and getting support with the theme owner at the moment. However, I want to know if this can be resolved with template coding from that familiar with javascript or Jquery. The login, reputation rating, report to moderator, that are pop ups are only showing halfway cut off to the right. I do have TEMP ADM is anyone on the staff needs to check the coding. 

URL: https://promotionparadise.net/forum
Proof of Purchase: http://prntscr.com/ig8cnb
if you are using latest version of MyBB (1.8.14) then the theme needs to be updated.
Hi,

First, like .m. said, you're not using the last version of MyBB.

Second, you have 3 different jquery versions loading at the same time:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

(...)

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>

(...)

<script type="text/javascript" src="https://promotionparadise.net/forum/jscripts/jquery.js?ver=1806"></script>

I'll fix this first, and check if the modal windows pops up right after the fix.

And in a deeper look, you have the jQuery.noConflict(); code before any .js file, that makes it useless...
^ by default, that theme uses different versions of jQuery libraries & no conflict code.
theme coder was suggested to improve the code ..
Yes .m., but the jQuery.noConflict(); is before the jquerys

https://api.jquery.com/jQuery.noConflict/
This theme was resolved by the theme developer editing the css and templates. Thanks for your help guys!