Viewing 6 replies - 1 through 6 (of 6 total)
  • does this also happen with the original unedited theme and all plugins deactivated?

    then it is a theme issue for which please contact the developer of your theme for support.

    https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

    try to use a browser inspection tool to find out what is causing the formatting of that avatar image.

    Thread Starter karimova

    (@karimova)

    I checked: when the mentioned plugin is deactivated, there is no any user profile visible. “Custom About Author”plugin makes author profile visible but it bugs ?? I tried also wordpress “Profile Custom Content Type” plugin but profiles are not visible neither.

    I don’t know why but I cant use “Inspect element” function on my site ?? Firebug didnt give any suspicious result.

    there is a .avatar style in the theme which interferes with the avatar css class of the author image:

    /* Line 1991 */
    .avatar
    {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      position: absolute;
      top: 0px;
      left: -60px;
      background-color: #000000;
    ...
    ...
    }

    (this is likely not the actual style, but the result from the Firefox web developer add-on inspection tool)

    this line is causing the shift:

    left: -60px;

    Thread Starter karimova

    (@karimova)

    Thank you sooo much! You was right! I changed it to 8px (top and left) and avatar started to show correctly.

    May I please ask you one more question? How can I put all social icons in one/two lines horizontally, not vertically as they are displayed now?

    Thank you very much, alchymyth!

    I don’t know exactly which icons you are referring to.

    also, generally, the first point to ask for support would be your theme’s developer or vendor;

    as a commercial theme, your theme is not supported by this forum; https://codex.www.ads-software.com/Forum_Welcome#Commercial_Products

    Thread Starter karimova

    (@karimova)

    I’m so sorry, I forgot to put the link : https://www.publicdifferent.com/hello-from-mister-happy/

    the plugin I’m referring to is not commercial (“Custom About Author” wordpress plugin), I’d try to ask plugin developer if he has any solution.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘User profile pictures are out frames (misplaced)’ is closed to new replies.