Best Premium and Free WordPress Themes › Forums › SuperMag › Forum plugins don’t work with SuperMag!
- This topic has 4 replies, 3 voices, and was last updated 2 years, 8 months ago by
acmesupports.
- AuthorPosts
- January 17, 2020 at 2:04 pm #75049
likodiko
ParticipantHello,
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!
How can I fix it?
Thanks
- This topic was modified 3 years ago by
likodiko.
January 17, 2020 at 3:40 pm #75051likodiko
ParticipantI 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 yourfooter.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?!Thanks
January 17, 2020 at 4:28 pm #75055likodiko
ParticipantOk 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)May 7, 2020 at 9:46 am #79944jinjoo
ParticipantHi guys I am new here
May 13, 2020 at 9:16 am #80198acmesupports
ModeratorDear Jinjoo,
Hello, let us know about your query.
Best Regards! - This topic was modified 3 years ago by
- AuthorPosts
- You must be logged in to reply to this topic.