Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020721
    Luigi C
    Participant

    Hi,
    I updated to X 4.5.0 and now I have a strange issue as in the attached picture.

    Thank you.

    #1021007
    John Ezra
    Member

    Hi there,

    Thanks for writing in! Please ensure that you have cleared all caches. Note you may need to check your host to see if they have any performance caching active for your site. Some hosts have features like this turned on by default. If that doesn’t help, please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Let us know how that goes. Hope this helps – thanks!

    #1021836
    Luigi C
    Participant
    This reply has been marked as private.
    #1022030
    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. 🙂

    Thanks!

    #1022414
    Luigi C
    Participant

    Please, where can I find this code?

    Thank you!

    #1022982
    Jade
    Moderator

    Hi Luigi,

    The fix for this issue will be released tomorrow in version 4.5.2 so kindly stay tuned.

    Thanks for your patience.

    #1025554
    Luigi C
    Participant

    Hi there!
    Issue risolved updating to X Theme 4.5.2

    Thank you!!

    #1026177
    Rue Nel
    Moderator

    You are most welcome!
    If you need anything else we can help you with, don’t hesitate to open another thread.

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