Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello,
Can i please see a link of it? WordPress does recognize the html tags and apply them. Do you want to keep the tags as text? Let us know.
Regards!
Hello,
Sorry for the late reply.
This is the default structure of the comments section. Twenty Seventeen is one of the default wordpress themes and it does not have half of the features premium themes have. All this additional code interacts with each other and leads to changes in the basic theme behavior.
If you want you can edit it out in file includes\view\blog\comments.php .
Best regards!
I don’t see anything in that file that is stripping out paragraphs.
Can you provide some additional direction on how to keep that markup?
Also, would you consider adding this in for a future release? I think it would be really beneficial to keep the basic markup in the comments. It’s not user friendly stripping that out.
Thank you for your time.
I just wanted to check in on this topic to see if you can provide any additional assistance.
Thanks.
Hello,
Sorry for the late reply.
To reverse back the default WordPress function for the comments styling, in file includes\view\blog\comments.php find this line:
wp_list_comments( array( 'type'=> 'comment', 'callback' => 'codeless_custom_comment' ) );
Replace with this:
wp_list_comments( array( 'type'=> 'comment', 'callback' => '' ) );
Save changes.
Best regards!
Excellent!
I appreciate the help. That took care of it.
You must be logged in to reply to this topic.