I installed SuperMag, and then I tried the following forum plugins: Asgaros forum plugin and wpForo forum plugin.
The problem is that I can’t enter the message box and write a post, I can only write the title!
I know it’s the theme because when I install a different theme it works!
I found out why the forum plugins aren’t working: Your theme is breaking WordPress because you do not have a correct <?php wp_footer(); ?> in your footer.php.
You wrote wp_footer(); ?> instead of <?php wp_footer(); ?>.
When I change it to <?php wp_footer(); ?> the forum and editor work, but the entire theme breaks. Can you please fix it?!
Ok guys, I was wrong: The wp_footer(); ?> is actually opened at the top of the file with <?php so it’s ok, but still, something is not working correctly when mixing the forums plugins with your theme. the text editor is not working as I said in the first post.. I still don’t know why (The reason I wrote is wrong)