• Resolved healthclublx

    (@healthclublx)


    Hi Danny,

    Thanks for this great plugin.
    I run into one problem though.

    I have these manual rules set-up:
    http://screencloud.net/v/rfFy

    The first one works great. So users who are logged in don’t get to see the pop-up.
    The second one is ignored. I am trying to prevent the box from showing on a page with post_id 471, but it still shows up there.

    I have also tried to replace 471 with the slug name of the page, but to no avail.

    Any idea what could be causing this? I am using your latest version.
    Cheers,
    Alex

    https://wordpress.org/plugins/scroll-triggered-boxes/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    The box rules actually function as OR statements so if either one of the rules was matched, it will show the box.

    You can combine both rules into one statement to prevent this from happening though.

    Show this box if manual condition

    ! is_user_logged_in() && ! is_page( 471 )

    Hope that helps. If not, let me know!

    Thread Starter healthclublx

    (@healthclublx)

    Perfect, that did the trick. It was OR indeed…
    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Manual Condition doesn't seem to work’ is closed to new replies.