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!
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!
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.
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
Hi,
Also fins this code in the core.php(library/tfuse_framework/functions):
add_filter('the_content', 'my_formatter', 99);
/*add_filter('the_content', 'my_formatter', 99);*/
In this case you'll disable the theme text formater.
Cheers,
George
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.