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.
Oct 03, 2016 6:39 pm
I just updated the Step 1 code, please update it in your theme's functions.php file.
Oct 11, 2016 5:53 pm
i cant get it to work 🙁
<?php echo wpforo_kses($post['body'], 'post') ?>
is not existing in my post.php
Nov 08, 2016 9:36 pm
You can make the iframe responsive... something like that, with css 😛
.wpforo-post-content iframe,
.wpforo-post-content object,
.wpforo-post-content embed {
position: relative;
top: 0;
left: 0;
width: 100%;
max-width: 600px;
height: 320px;
}
Cheers!