Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike Koepke

    (@mike_koepke)

    I backed out the change made in 4.9.2. See if the 4.9.3 version works correctly then.

    Thread Starter ybalkind

    (@ybalkind)

    I tried the update and the unfortunately it did not resolve the problem. Any further suggestions please?

    Plugin Author Mike Koepke

    (@mike_koepke)

    Ah. I see what is happening. I added a class of avatar when the gravatar function is being used with the plugin. You theme’s style is turning off images to for avatars.

    add this to the themes’ style.css to correct

    .home .fpposts .post .authorpics img.avatar {
    display: inline;
    }

    Thread Starter ybalkind

    (@ybalkind)

    Thanks that sort of resolved but not entirely.
    Before the update to version 4.9.2 I had something implemented whereby if there was no photo to display, then instead of showing the placeholder avatar, nothing would show at all.

    Now the author images are back but it is also showing the placeholder avatar which it shouldn’t.. Is there a line of CSS I could add to resolve this?

    Plugin Author Mike Koepke

    (@mike_koepke)

    You can use the avatar-default class…

    .home .fpposts .post .authorpics img.avatar-default {
    display: none;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘After updating to 4.9.2 image disappear from homepage’ is closed to new replies.