setup AS
https
the URL setting (the option after path) into plugin admin!
it need to be
Code: Select all
https://forums.lmgamers.net
Code: Select all
http://forums.lmgamers.net
Code: Select all
https://forums.lmgamers.net
Code: Select all
http://forums.lmgamers.net
Code: Select all
document.domain = 'lmgamers.net';
Code: Select all
// document.domain = 'mydomain.com'; // NOTE: reset/setup this with domain if js error when WP is installed like on mysite.domain.com and phpBB on domain.com: js origin error can come out for example when WordPress is on subdomain install and phpBB on domain. The origin fix is needed: (do this also on phpBB overall_footer.html added code)
Code: Select all
document.domain = 'lmgamers.net'; // NOTE: reset/setup this with domain if js error when WP is installed like on mysite.domain.com and phpBB on domain.com: js origin error can come out for example when WordPress is on subdomain install and phpBB on domain. The origin fix is needed: (do this also on phpBB overall_footer.html added code)
The theme still is max width and cutoff<?php
echo "<script type=\"text/javascript\">
document.domain = '".$document_domain."';
// document.domain = 'lmgamers.net'; // NOTE: reset/setup this with domain if js error when WP is installed like on mysite.domain.com and phpBB on domain.com: js origin error can come out for example when WordPress is on subdomain install and phpBB on domain. The origin fix is needed: (do this also on phpBB overall_footer.html added code)
var wp_u_logged = ".$current_user->ID.";
Code: Select all
if ('parentIFrame' in window) window.parentIFrame.scrollTo(0,50); // change 50 to another value may 0 or 100 or 500. Top distance gap in px when page scroll top
Code: Select all
if ('parentIFrame' in window) window.parentIFrame.scrollTo(0,400); // change 50 to another value may 0 or 100 or 500. Top distance gap in px when page scroll top