Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #887234
    romaine
    Participant

    At the end of each blog post (when not logged in), there is an option to leave a comment. How do i make this not be there?

    Also at the beginning of each post you can see the author, date and category the post belongs to. How do i make this not be there?

    Thanks 🙂

    #887235
    romaine
    Participant

    Also, where are the options for styling/layout for the posts and blog/post page?

    #887640
    Christopher
    Moderator

    Hi there,

    #1 Please navigate to Settings -> Discussion and check the box ‘Users must be registered and logged in to comment ‘

    #2 Please disable ‘Post meta’ from Customize -> Blog.

    #3 Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #896336
    romaine
    Participant

    Thank you for this. But another issue, on this page http://test2.theinsite.uk/resources/ sometimes when you click on a post called under the title ‘Articles’ it goes to http://test2.theinsite.uk/#/ rather than going to the post. Do you know why this is? Please do try it with all the posts as it doesn’t happen all the time. And I dont know what determines when it happens

    #896342
    romaine
    Participant

    I see what the issue is now. It’s when you click directly on the title of the post. How can i fix this issue? Also.. i have done what you said and now you cannot leave a comment on a post however, you are still given the option to leave a comment if you are logged in. I dont even want this to show. How do i get rid of this? Please see attachment to see what I mean

    #897195
    Christopher
    Moderator

    Hi there,

    #1 Please provide us with login credentials in private replay.

    #2 You can disable comment from Settings -> Discussion.

    Thanks.

    #897683
    romaine
    Participant
    This reply has been marked as private.
    #898233
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .esg-cc.eec a {
        z-index: -1 !important;
        position: relative;
    }
    .x-comments-area {
        display: none;
    }
    

    Hope it helps.

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