• Resolved Jeasy

    (@jeasysehgal)


    Hi There,

    I updated the Muut plugin on two wordpress sites and removed the shortcode as instructed and enabled forums, When I viwed the actual page, the footer was thrown out of place and the overall forum page was edge to edge and not as clean as when using the forum=true shortcode.

    Can you please help!

    https://wordpress.org/plugins/muut/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul Hughes

    (@paulhughes01)

    Hi there!

    Yes, we made a couple changes in the new version in the interests of making it more reliable on a variety of themes. Try dropping the following line in your active theme’s “functions.php” file…

    add_filter( 'muut_use_packaged_forum_template', '__return_false' );

    Let me know if that does the trick! Definitely feel free to ask for any more clarification or help here or on our main support forum.

    Thread Starter Jeasy

    (@jeasysehgal)

    Hi Paul,

    Works like a Charm ! 🙂 Thanks… As a suggestion perhaps this could be added within the next update or in the help files.

    Kind Regards,

    Jeasy

    Plugin Author Paul Hughes

    (@paulhughes01)

    Glad it’s working the way you want now; my pleasure!

    Yeah, it is definitely worth adding a note about that to the docs—I’ll make sure to do that under the Filters section for the couple people like you that need to use it. We do want to keep the interface on the backend nice and clean, so I probably won’t add a “checkbox” anywhere, since it isn’t too common, but having it in the docs will definitely help. Also, anyone else who might need it hopefully will see this thread.

    Thanks for opening up the ticket, and happy Muuting!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New update throws the theme out, how do I go about fixing it’ is closed to new replies.