Mh, to me it is working on firefox, not tested any other, but looking on code, at first look, the unique wrong setting seem to be
(DO NOT ADD/INCLUDE final slash here)
you added a slash on code you added into overall_header.html
Code: Select all
var wordpress_url_page_forum = 'https://subdomain.w3host.com/wordpress/myWPforumPage'; // MANDATORY! // (DO NOT ADD/INCLUDE final slash here) Url that point to your iframed wordpress forum page
you have
but need to be
the same goes for any other setting you edited into
overall_footer.html code you added and into the plugin admin settings: you have to not add final slashes for urls and path, check all.
Not sure if it can lead to the problem somewhere? Let know
Mh, to me it is working on firefox, not tested any other, but looking on code, at first look, the unique wrong setting seem to be
[c](DO NOT ADD/INCLUDE final slash here)[/c]
you added a slash on code you added into overall_header.html
[code]var wordpress_url_page_forum = 'https://subdomain.w3host.com/wordpress/myWPforumPage'; // MANDATORY! // (DO NOT ADD/INCLUDE final slash here) Url that point to your iframed wordpress forum page[/code]
you have
[code]https://www.....co.uk/forum/[/code]
but need to be
[code]https://www.....co.uk/forum[/code]
the same goes for any other setting you edited into [i]overall_footer.html[/i] code you added and into the plugin admin settings: you have to not add final slashes for urls and path, check all.
Not sure if it can lead to the problem somewhere? Let know