• Now that I am switching my site over to full width with fewer frills, this is exactly what I was looking for because my site is subscription based.

    However, I would like to setup a trigger when folks click on the 20 minute preview of a podcast I have for my episodes. I already have the full versions blocked with a message and link to sign up or login. But, I also offer a 20 minute preview for folks to check it out.

    I don’t want this thing popping up every time they go to a new page. Maybe it can trigger on the first preview a minute in without stopping it and then every 3rd preview listen afterwards. I removed all AdSense because frankly, that’s just annoying as hell; especially on mobile which is about to take over desktop visitors on my site by the end of the year. I thought there was an extension for that but I’m not seeing it and I don’t see the option within the original plugin itself.

    Also, how do I get the title centered so it’s part of the whole message in the pop-up. Right now, it’s off to the left. I tried playing around with the width but then everything runs over the edges. Driving me nuts because it doesn’t appear to be fluid or cohesive with the rest of the message.

    My site is partyfavorz.com but I have it disabled at the moment because the continuing pop-up was frankly annoying.

    https://ww.wp.xz.cn/plugins/popup-maker/

Viewing 1 replies (of 1 total)
  • To prevent your popup from repeatedly triggering, you have to attach a cookie to the popup.

    Read our comprehensive docs on Cookies and Using Triggers and Cookies Together, these will guide you though this simple process and explain the mechanics as well, if you’re interested.

    To center the title up, use a little CSS. The popup title is contained within the div: “#pum_popup_title_471”, but you will have to change the “471” seen here to your popup ID number, found in the All Popups screen in the WP Admin.

    The CSS is as follows:

    #pum_popup_title_123 {
     text-align:center;
    }

    Hope this helps!

    If you haven’t already, please do take a moment to click that Popup Maker Works and to rate and review the plugin to spread the love! <3

Viewing 1 replies (of 1 total)

The topic ‘Center Title & Trigger Pop-up’ is closed to new replies.