Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi having issues with the forums showing in the main site as pic attached.
I can go through to the front using view edit page but as soon as I click on home there's no way to navigate forward again.
Please help!
Hi Dantro,
If your website use SSL / HTTPS protocol then wait for Beta-5 version. We've already fixed this problem.
If not, please read this support topic:
https://wpforo.com/community/faq/forums-dont-show-up-on-the-main-page/
Still unable too, followed that link instructions and nothing changed and not running ssl:-(
Hi Dantro,
we know about this, this time it should be fixed. We've added some small change in /wpforo/wpforo.php file, you can add it yourself if you don't want to wait for Beta-5.
Video: http://screencast.com/t/yHb0WNCJy
Open /wpforo/wpforo.php file in plugin editor, find this line:
if(!$url) $url = wpforo_full_url();
and after this code put this:
$url = str_replace(':443', '', $url);
Nope still dont work.