I have some trouble wit the resizing of my forum page.
I have changed the overall_footer.html
Code: Select all
// START MANDATORY CHANGES
document.domain = 'kuhnert.ch'; // MANDATORY! // Set/Change this value to fit your domain (example: axew3.com (or leave localhost if on localhost))
var wordpress_url_page_forum = 'https://kuhnert.ch/Forum'; // MANDATORY! // (DO NOT ADD/INCLUDE final slash here) Url that point to your iframed wordpress forum page
var w3all_custom_wp_w3fancyurl = 'w3'; // MANDATORY! If you changed w3 to have 'fancy URL' query string into WP plugin admin, then change this value to match what your choosed fancy URL setting is
// END MANDATORY CHANGES
I have moved to a new web host with my site, from Windows//IIS to Linux/Apache.
I've had already some trouble with that since Linux is case-sensitive and Windows not,