• Resolved medtone

    (@medtone)


    Hi,
    I have a problem that UM does not restrict pages with content.
    When I’m creating a new page with no content I can’t view the page without logging in (as it supposed to work).
    But when I’m adding some content to the page it becoming visible to everybody.
    I have Version 2.1.19.
    Please fix this bug.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @medtone

    Did you turn on the UM Content Restriction to that page when you edit it?
    Also, could you please provide a screenshot of the UM Access settings? Please go to WP Admin > Ultimate Member > Settings > Access.

    You can use imgur.com to upload the screenshot and then share the Image URL here.

    Regards,

    Thread Starter medtone

    (@medtone)

    Yes, the UM Content Restriction is turned on.

    View post on imgur.com


    Here’s the screenshot for WP Admin > Ultimate Member > Settings > Access :

    View post on imgur.com

    Plugin Contributor Champ Camba

    (@champsupertramp)

    We’ve fixed a conflict issue with the Elementor Pro with the following code snippets:

    if( class_exists("UM") ){
     	add_action( 'template_redirect', array( UM()->access(), 'replace_post_content_on' ), 12 );
     	add_action( 'template_redirect', array( UM()->access(), 'replace_post_content_off' ), 8 );
     }

    You can add the code in the theme’s functions.php file or use the Code Snippets plugin to run the code.

    I’m marking this as resolved now.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ultimate Member Doesn’t Restrict Elementor Pages’ is closed to new replies.