• Resolved yaseico

    (@yaseico)


    Hi since upgrading to UM v2.6.8 the login form does not display.

    I tested for conflicts and found the following:

    1) If I roll back to v2.6.7 the login form displays normally

    2) If I deactivate the plug-in All in one SEO then the login form displays with both version 2.6.7 and 2.6.8 of the UM plug-in

    3) If change the theme from Astra to twenty twenty three the login form displays correctly when the AIO SEO plug-in is active and using v2.6.8 of the UM plug-in

    I have been using the Astra theme and UM and AIO sei plug-ins for two years without conflicts like this, but I am not sure where the problem is. I would really like to keep using the same theme and plug-ins. Could you please help.

    Thanks

    Tim

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support andrewshu

    (@andrewshu)

    Hello @yaseico

    Try to disable a singleton protection to allow using a form shortcode multiple times. Add this code snippet to the functions.php file in the active theme directory.

    add_filter( 'um_ultimatemember_shortcode_disable_singleton', '__return_true' );

    Regards

    Thread Starter yaseico

    (@yaseico)

    Hi @andrewshu,

    Thanks for the reply. I added the suggested code snippet and that resolved the problem. Thank you.

    Could I just ask, will disabling the singleton protection introduce any other potential risk?

    Thanks

    Tim

    Plugin Support andrewshu

    (@andrewshu)

    Hi @yaseico

    It should not lead to risks on your website.

    Regards.

    Thread Starter yaseico

    (@yaseico)

    Hi @andrewshu,

    Thats good to hear,thank you, I appreciate the support.

    Tim

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Login forms not displaying’ is closed to new replies.