• Resolved mspreer

    (@mspreer)


    Hello there,

    I really like the feel off your plugin. it seems like I have only one issue: On the members-page (where the directory should be displayed) I can see the members “fly in” somehow but then they disappear (after a second or so).

    Funny thing: when i hover the page and get to the place, where the single members should beset, I can still click on them and get to their profile page.

    I have tested and found that it seems to be because of a conflict with the theme I am using, but I don’t want to change the theme (shapely).

    Would you be so kind and check if there is a simple way to solve this?

    Thank you and best regards!

    Martin

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mspreer

    (@mspreer)

    I also found this: when I delete the browser cache it works once (the members are displayed). But refreshing the page after that will cause the problem again ….

    Thread Starter mspreer

    (@mspreer)

    Ok, I guess I figured it out. The problem is in this line of css:

    .masonry {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
    -moz-transform: translate3d(0, 100px, 0);
    }

    Basically the “opacity” argument is the one peace, that doesn’t work. It seems like a refresh causes the opacity to stay at 0. That is why the element can not be seen.

    You may want to check that with other themes. I would assume it might reoccur with others as well …

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hi @mspreer,

    Thanks for letting us know, we will check this issue on our side.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘In directory view (members page) members “disappear”’ is closed to new replies.