Acme Themes

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Forum plugins don’t work with SuperMag! #75055
    likodiko
    Participant

    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)

    in reply to: Forum plugins don’t work with SuperMag! #75051
    likodiko
    Participant

    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?!

    Thanks

    • This reply was modified 4 years, 3 months ago by likodiko.
    • This reply was modified 4 years, 3 months ago by likodiko.
Viewing 2 posts - 1 through 2 (of 2 total)