Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #912486
    clefler
    Participant

    Is there a way to move the “login to reply” and “reply” text to right above the author of the comment or maybe under the authors name?
    Right now it creates a whole column to the left of the comment that I’d like to do away with.

    #912487
    clefler
    Participant
    This reply has been marked as private.
    #912822
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #912879
    clefler
    Participant
    This reply has been marked as private.
    #913375
    Rad
    Moderator

    Hi there,

    Please add this code to Admin > Appearance > Customizer > Custom > Global Javascript

    jQuery ( function($) {
    
    $('.x-reply').css({'float':'none'}).each( function() {
    
    $(this).insertAfter( $(this).next('.x-comment-wrap').find('cite') );
    
    } );
    
    $('.x-comment-wrap').css({'margin-left':0});
    
    } );

    Hope it helps. Thanks!

    #913651
    clefler
    Participant

    Worked great, thank you!

    #913919
    Lely
    Moderator

    You’re welcome!

    Always,
    X

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