• Resolved scoufy

    (@scoufy)


    Hello,
    I have a problem on the registration, login, profile pages, … Everything seems ok but when I click on the link that directs to one of its pages the content (short code) is not displayed, the code seems there but without being displayed, I have to refresh the page so that everything is displayed, even if I leave (by clicking on another link and then I come back then nothing is displayed either, it is always necessary update it! Same thing for the disconnection which does not work..

    On Chome on the other hand, I note that the pages work when I am connected (account, user, and disconnection …) are displayed well now? Maybe caching?? in short, I don’t understand why.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @scoufy

    Looks like um component seems to have opacity:0 on the initial page load, that is the reason behind UM form not being displayed. Can you please try following CSS code and see if that fixes the issue:

    .um{
        opacity: 1 !important;
    }

    You can paste this CSS code to wp-admin > appearance > customize > Additional CSS

    Thread Starter scoufy

    (@scoufy)

    That was it! (in fact I had to make a modification for the theme which concerned this opacity)
    Bravo for the support, fast and fair.
    Thanks very much!

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Thanks for letting us know how it resolved the issue.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘UM pages not displaying without refreshing..’ is closed to new replies.