• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. Hi,

    When editting a forum post in Mingle forum, I have seen that HTML tags like <p> are duplicated or included.

    Using other themes like Twenty The the problem do not occurs! Any idea!?

    Regards!

    mramos
    10 months ago
  2. Hi,
    wordpress automatically insert p and br tags in posts, pages or other content. This happens when you hit enter one time or two times. To remove autoformating in our theme we use [raw]...[/raw] shortcode but for mingle forum, this is not applicable. There is a way to solve this but it would broke the theme.

    Cheers,
    MAx.

    Max
    10 months ago
  3. Thanks Max for your help and explanation!

    I would like to try any solution, so please feel free to suggest what to to do to this this!

    Regards

    mramos
    10 months ago
  4. Hi,

    Also fins this code in the core.php(library/tfuse_framework/functions):

    add_filter('the_content', 'my_formatter', 99);
    

    and replace with this code:
    /*add_filter('the_content', 'my_formatter', 99);*/
    

    In this case you'll disable the theme text formater.

    Cheers,
    George

    George
    10 months ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.