Tagged: x
-
AuthorPosts
-
May 4, 2016 at 8:51 am #912486
cleflerParticipantIs 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.May 4, 2016 at 8:52 am #912487
cleflerParticipantThis reply has been marked as private.May 4, 2016 at 11:56 am #912822
RupokMemberHi 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.
May 4, 2016 at 12:30 pm #912879
cleflerParticipantThis reply has been marked as private.May 4, 2016 at 5:52 pm #913375
RadModeratorHi 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!
May 4, 2016 at 10:03 pm #913651
cleflerParticipantWorked great, thank you!
May 5, 2016 at 2:42 am #913919
LelyModeratorYou’re welcome!
Always,
X -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-912486 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
