Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1608576
How to show message “Your comment is awaiting moderation”?
Closed

Comments

  •  1
    zhc2016 started the conversation

    Hi,

    On my wordpress blog it doesn't show this message. When a user comments it just shows nothing but on the backend the comment has been stored for moderation.

    How can I show the message "Your comment is waiting for moderation"?

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    Please show me your site url to I can take it a look.

    Best Regards,

    PenciDesign

  •   zhc2016 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Have you tried deactivate all plugins and check it again on anonymous browser?

    If not, let's try it. If it work, let's enable each plugin to check what's plugin caused this issue.

    If it still doesn't work, please send me your admin url and admin account ( username and password  ). I will take it a look on this.


    Best Regards,

    PenciDesign

  •   zhc2016 replied privately
  •   PenciDesign replied privately
  •  1
    zhc2016 replied

    Thanks for your answer.

    How does this option activate?

  •  2,699
    PenciDesign replied

    Hi,

    It already added on your site. You can take a look on it via anonymous browser or logged out the admin account.


    Best Regards,

    PenciDesign

  •   zhc2016 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    It already fixed. I'm not clearly about "how you solved it". What do you mean about this?


    Best Regards,

    PenciDesign

  •   zhc2016 replied privately
  •   PenciDesign replied privately
  •   zhc2016 replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please try add more this code to Customize > Custom CSS to fixed it:

    @media only screen and (max-width: 479px){
    #bbpress-forums li.bbp-forum-info, #bbpress-forums li.bbp-topic-title,
    #bbpress-forums .bbp-forum-freshness, #bbpress-forums .bbp-topic-freshness {
        width: 30%;
    }
    #bbpress-forums li.bbp-forum-topic-count, 
    #bbpress-forums li.bbp-forum-reply-count, 
    #bbpress-forums li.bbp-topic-voice-count, 
    #bbpress-forums li.bbp-topic-reply-count {
        width: 20%;
    }
    a.bbp-author-avatar{
    display: none;
    }
    #bbpress-forums .bbp-forum-freshness, 
    #bbpress-forums .bbp-topic-freshness{
    padding-right: 0;
    }
    #bbpress-forums li.bbp-topic-title .bbp-topic-permalink, 
    #bbpress-forums li.bbp-topic-title .bbp-topic-meta{
    padding-left: 0;
    }
    }


    Best Regards,

    PenciDesign

  •  1
    zhc2016 replied

    Hi,

    It seems that the problem is not solved .

  •  2,699
    PenciDesign replied

    Seem that's cache issues. I see it work now:

    http://prntscr.com/jw7obz

    Let's check again on anonymous browser to make sure you get correct results.


    Best Regards,

    PenciDesign