Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @backpackersunion – Great question. I believe these are all possible with our Advanced Targeting Extension.

    It offers tons of filters already, but more importantly its easily extended using your own custom functions.

    Essentially you can create a function in PHP and use it as a condition. If the function returns true, the popup will show, false and it won’t.

    So in your case.
    1. You need to determine how you could check if it was their first login. I’d likely recommend setting a user meta after they login the first time. Then for your custom function you could check for the existence of that meta, if not return true and the popup will open.

    2. This is standard out of the box functionality in Popup Maker. Both by adding a popmake-# class to your button, or using jQuery/CSS selectors to target it.

    3. Also doable using Advanced Targeting Conditions and a custom function. If we can come up with enough functionality for bbpress/buddypress in general I may just add them in to the extension itself.

    Hope this helps.

    Please take a moment to rate and review the plugin and or support.

    Plugin Author Daniel Iser

    (@danieliser)

    I am marking this ticket as resolved do to inactivity. If you still have problems or questions feel free to reply here and we can re address the issue.

    Thread Starter BackpackersUnion

    (@backpackersunion)

    Hi Danieliser, Sorry for my delay!

    Thanks for your quick and detailed response! I’ll be testing in more detail soon and make sure to give you a nice review 🙂

    Thanks again!

    Regards,
    Carl

    Plugin Author Daniel Iser

    (@danieliser)

    Not a problem.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘General Question – Triggers’ is closed to new replies.