Viewing 11 replies - 1 through 11 (of 11 total)
  • hi

    you can go to editor .open your css.php
    you should try using the following in your CSS

    .form-allowed-tags {display:none;}

    Thread Starter Antonio Castilla

    (@homologia)

    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?

    Thread Starter Antonio Castilla

    (@homologia)

    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.

    Thread Starter Antonio Castilla

    (@homologia)

    I made the change you suggested me and everything goes correctly.

    Thank you very much Stephencottontail.

    Theme Author FasterThemes

    (@fasterthemes)

    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.

    Thread Starter Antonio Castilla

    (@homologia)

    Thanks FasterThemes. Good theme.

    Theme Author FasterThemes

    (@fasterthemes)

    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.

    Theme Author FasterThemes

    (@fasterthemes)

    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.

    Thread Starter Antonio Castilla

    (@homologia)

    I updated and everything is correct.

    Thank you again.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Code appears in the comments’ is closed to new replies.