Hello @rogac:
You can reset the maximum limits of the trigger delay in the Popup Maker admin. My explanation below assumes you are working in Google Chrome, because I will give instructions on using Developer Tools to change the maximum time delay settings in the browser window. Dev Tools opens with Cmd-Option-I on a Mac or Cmd-Shift-I on Windows.
1. Login to your site, and open the Popup Maker Admin. Select ‘All Popups’, then open your specific popup.
2. In the ‘Triggers’ metabox (located just below the popup content editor), select the ‘pencil’ icon in the ‘Actions’ column of ‘Triggers’ to edit the ‘Auto Open’ trigger. If the ‘Auto Open’ trigger is not set, then select the ‘Add New Trigger Button’ and select ‘Auto Open’ from the drop-down menu options.
3. On the ‘General’ options tab of the ‘Auto Open Settings’ dialogue box, open Dev Tools.
4. Focus the cursor on the slider below the ‘Delay’ label, then select Cmd-Opt-C (Mac) or Cmd-Shift-C (Win) to inspect the markup for the slider.
5. You will change two max values for two <input> elements. One element has an attribute of ‘type=”range”, the other element has an attribute of ‘type=”text”‘. By default, both elements set ‘max=”10000″‘. Highlight both ‘max’ attributes, and change their values to ‘30000’ (30,000 milliseconds or 30 seconds).
6. Once the HTML is changed, move your cursor up to the dialogue box, and move the slider all the way to the right to attain the new maximum value (30,000 ms).
7. Select the ‘Add’ button for the ‘Auto Open’ dialogue box to save your changes.
8. Select the ‘Update’ button for your popup to save the changes to the popup.
At this point, you should be good to go.