Hey @reini1973 @erick1993 @boslmreds @niron @pierreto @doctorback,
We really apologize for this inconvenience.
We have resolved this issue. And it will be added in our next update which we are going to release soon.
For time being, you can also make changes.
Follow these steps:
in the plugin directory, there is sub-directory called includes
and in the includes there is file called redirect.php
in line no 25 you will see
if($post_type=’forum’){
return;
}
add one more equals in the check like below
if ( $post_type == ‘forum’ )
so the new code will be
if( $post_type == ‘forum’ ){
return;
}
I am sure, it will help with the redirection issue.
Regards
Marqas