• Resolved adi029

    (@adi029)


    I was using Fb commenting system before but then a friend suggested WP Discuz. As soon as I installed and activated the plugin there seemed to be this weird logo of a gravatar behind the commenting system. Also in the blog page here (http://www.aperturebuzz.com/best-post/) the commenting box doesn’t appear at all.

    Please tell me how to get rid of this and make it work properly

    Thank you
    Aalok

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support gVectors Support

    (@gvectorssupport)

    Hi @adi029,

    There is conflict with your themes. Please use the following CSS code. Navigate to Dashboard > Comments > Settings > Styling admin page, put it in “Custom CSS Code” textarea.

    #wpcomm .avatar {
        width: 64px;
    }
    #wpcomm .wc-field-textarea{
        margin-left: 0px;
    }
    #wpcomm .wc-form-footer{
        margin-left: 0px;
    }
    #wpcomm .wc-field-textarea textarea{
       max-width: 100% !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘Problem with the Gravatar Settings (Probably)’ is closed to new replies.