User avatar

This topic contains 3 reply and 3 voices, and was last updated by Oritro Ahmed 9 years, 11 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
May 20, 2014 at 3:40 pm 20728
Oritro Ahmed How I can change the upload size the avatar?. Always upload is 100px. I need bigger than 200px and in two different sizes and square and rectangular shapes. thanks
May 20, 2014 at 6:18 pm 20737
Sk Sk

Hello Roberto,

for this issue please navigate to dokan/style.css on line 1154

.page-template-templatessettings-php .dokan-gravatar .gravatar-wrap .dokan-gravatar-img {
  border-radius: 50%;
  height: 80px !important;
  width: 80px;
}

delete border-radius: 50%; then the image will be square and rectangular shapes.
and change height and width as you want.

thank you.

May 20, 2014 at 6:44 pm 20740
Roberto Roberto

Thanks for you reply

But my plugin if user frontend pro.

the problem is upload image size avatar.

May 21, 2014 at 3:21 am 20758
Oritro Ahmed Oritro Ahmed

Hello Roberto,

Wordpress has a Default Thumbnail size, Which you can change from Settings-> Media in wordpress Dashboard.

And for Custom size,

Please check the WordPress Codex ( http://codex.wordpress.org/Function_Reference/add_image_size )

Viewing 3 Posts - 1 through 3 (of 3 total)