• Resolved tammya1999

    (@tammya1999)


    When I am on the dashboard of my WP site, when I respond to a comment, my profile picture is much larger than the normal size comment pictures under Recent Comments on the dashboard. This happened after the latest update.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Miha

    (@mplusb)

    Hello @tammya1999,

    Thank you for reaching out and letting us know about this!
    I have opened a ticket for our development team to investigate and address in a our next update.

    In the meantime, please go to your dashboard > Appearance > Customize > Additional CSS and add this code:

    .comment-meta .sab-custom-avatar {
        width: 64px;
        height: 64px;
    }

    Let me know how it goes!

    All the best,
    Mihaela

    Thread Starter tammya1999

    (@tammya1999)

    Thanks for the response, but the coding doesn’t work.

    Miha

    (@mplusb)

    Could you please send me a screenshot with your comments section and the large images to make sure I understood this correctly?

    Thank you, @tammya1999!

    You can use https://gyazo.com/ for screenshots.

    • This reply was modified 6 years ago by Miha.
    Thread Starter tammya1999

    (@tammya1999)

    Here is a screenshot

    https://i.imgur.com/5H2V7u7.png

    Miha

    (@mplusb)

    Hello @tammya1999,

    Thank you!
    It seems to be a bug and I have forward it to our development team so they can solve in our next update.
    In the meantime, if you want to change it yourself you can by going to this file: simple-author-box\assets\css\sabox.css > edit it > and after the last curly bracket add this code:

    table img.sab-custom-avatar {
        width: 32px;
        height: 32px;
    }

    Save the file and it will solve the issue.

    All the best,
    Mihaela

    Thread Starter tammya1999

    (@tammya1999)

    HI,

    That coding also doesn’t work.

    Miha

    (@mplusb)

    Hello @tammya1999,

    Could you please send me a screenshot to see how you added it?
    I have checked it on my end and it works.

    Also please make sure to clear your cache before checking.

    Thank you for your patience,
    Mihaela

    • This reply was modified 6 years ago by Miha.
    Thread Starter tammya1999

    (@tammya1999)

    Here is a screenshot of what I put in the CSS area

    https://i.imgur.com/j5bzvFY.png

    Miha

    (@mplusb)

    Dear @tammya1999,

    Instead of adding that code in Additional CSS you will need to edit a file from the plugin’s files.
    Please go to this file: simple-author-box\assets\css\sabox.css > edit it > and after the last curly bracket add this code:

    table img.sab-custom-avatar {
    width: 32px;
    height: 32px;
    }

    Save the file and it will solve the issue.

    You can find the plugin’s files by going to your dashboard > Plugins > Editor > select Simple Author Box and then follow the path I mentioned above.

    If you want to reach out through our contact form here: https://www.machothemes.com/contact-us-now/ I can send you the modified file so you can just replace it.

    All the best,
    Mihaela

    @tammya1999 – this has been addressed with Simple Author Box 2.1.3 and upwards ??

    Feel free to remove the above custom CSS as this is now being handled by the plugin.

    Thanks,
    Cristian.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Large Comment picture’ is closed to new replies.