Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025383
    Sam
    Participant

    Please see my blog page: trackworthy.com.

    Any suggestions would be much appreciated.

    Thanks!

    #1025414
    Rahul
    Moderator

    Hey There,

    It’s a confirmed bug, we’ve already patched it and it’ll be in the next release.

    For now, find this code:

    $text = ( 0 === $number ) ? 'Leave a Comment' : _n( '%s Comment', '%s Comments', $number, '__x__' );

    and replace with

    $text = ( 0 === $number ) ? 'Leave a Comment' : sprintf( _n( '%s Comment', '%s Comments', $number, '__x__' ), $number );

    If you still have issues after updating that, open a thread in the forum and we’ll be right along to assist. 🙂

    The theme update 4.5.2 should fix it.

    Thanks!

    #1028458
    Sam
    Participant

    Thanks. Where exactly it that code?

    #1028911
    Jade
    Moderator

    Hi Sam,

    Kindly update your theme to version 4.5.2 because we have added the bug fix for this issue.

    http://theme.co/changelog/

  • <script> jQuery(function($){ $("#no-reply-1025383 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>