• Resolved doubledagger

    (@doubledagger)


    Hello,

    I am working on building a website and am trying to use Nelio Popups to display various Contact Form 7 questionnaires. Each popup is set to activate when the button associated with it is clicked.

    The issue that I am running into is that only the 10 most recently created popups set to the “Active” status will pop up. Buttons associated with popups that are not the ten most recently created will not do anything when clicked. That said, if only 10 popups are set to the “Active” status on the “All Popups” screen, all “Active” popups will work. Once 11 or more are set to “Active” only the 10 most recently created “Active” popups will work.

    Does the free version of the plugin limit us to only being able to have 10 “Active” popups at a time? If that’s the case, does the premium version allow for unlimited “Active” popups? Or is this an odd glitch that I’m experiencing? Any information or direction you can provide would be greatly appreciated.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Antonio Villegas

    (@avillegasn)

    Hi @doubledagger

    The issue you reference is intentional to improve the performance. But if you want to load more than 10 popups on a page, you can use the following filter in your code:

    add_filter( 'nelio_popups_per_page', function() { return 20; } );

    Instead of 20, you can use the number you prefer. The default one is 10, which explains why you only see 10 popups per page.

    Thread Starter doubledagger

    (@doubledagger)

    That worked perfect! Thank you so much for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.