hi
you can go to editor .open your css.php
you should try using the following in your CSS
.form-allowed-tags {display:none;}
Thanks for responding but, where is css.php ?
I do not have any file with that name.
I don’t see that text on the page you linked. Have you fixed the error?
Yes, Stephencottontail.
In the functions.php file I deleted this line:
<?php echo $mywiki_tag; ?> id="comment-<?php comment_ID(); ?>" <?php comment_class( empty( $args['has_children'] ) ? '' : 'parent' ); ?>
And it has fixed the problem, but I’m not sure that’s right or what may affect.
This is a bug in your theme and your theme’s author should be made aware of it. Replacing the line you deleted with this:
<<?php echo $mywiki_tag; ?> id="comment-<?php comment_ID(); ?>" <?php comment_class( empty( $args['has_children'] ) ? '' : 'parent' ); ?>>
would also fix the problem.
Either way, be aware that you will lose this change if the theme is updated in the future.
I made the change you suggested me and everything goes correctly.
Thank you very much Stephencottontail.
Hi @stephencottontail
Thanks for pointing this out. We’ll get this fixed today and update should be available in 24 hrs or so, depending upon the approval process.
Hi @homologia
Wait for sometime and we’ll be updating the theme asap.
Thanks.
Thanks FasterThemes. Good theme.
Your welcome, I’ll share the link of the theme which you can download from WordPress.org shortly. When you activate that then it won’t have any issues even after we update the theme. Give us sometime.
Thanks.
Temporary download link :
https://wordpress.org/themes/download/mywiki.2.0.2.zip?nostats=1
Live link will be updated as soon as this theme is approved.
I hope this helps.
I updated and everything is correct.
Thank you again.