Home › Forums › Legacy Support › Support queries › Other issues › pop up timer
Tagged: pop up
- This topic has 6 replies, 2 voices, and was last updated 4 years, 4 months ago by Veronica.
Viewing 7 posts - 1 through 7 (of 7 total)
-
AuthorPosts
-
June 29, 2020 at 11:09 am #271534foraywhileSpectatorI using pop up code on a page. <span style="caret-color: #000000; color: #000000; font-size: medium;">[popup id="2187" auto="1" classes="default"] [/popup]</span> , I have few questions: 1.It opens as soon as page is opened. Please let us know how can we make sure that pop opens only after 5 sec or user scrolls down or during exit. 2.How can we add a x symbol on corner of this pop up, so user can close. 3.pop up does not close after user has submitted the form. How can we make sure it closes after form is submitted.June 30, 2020 at 12:01 pm #271833VeronicaModeratorhi, yes we can please add this code in google analytic code section jQuery(document).ready(function($){ $(‘.ajax-popup-link.default’).trigger(‘click’); },5000); 2.... no 3.... whenever you click outside the popup then it will be close. can you explain which forum?July 1, 2020 at 3:22 pm #272143foraywhileSpectatorThis reply has been marked as private.July 1, 2020 at 3:24 pm #272145foraywhileSpectatorI added the popup on widget area`[popup id="2187" auto="0" classes="default"] [/popup] jQuery(document).ready(function($){ $(‘.ajax-popup-link.default’).triiger(‘click’); },5000); It does not seem to trigger after 5 second Link- https://www.studyobject.com/highly-recommended-performance-pool-php-fpm/July 2, 2020 at 12:16 pm #272420VeronicaModeratorooh dear it's spelling mistake!! trigger now i have corrected it please add that one and for the third can you please share the page in which pop up is added so i will try the code according to the specific ID.July 2, 2020 at 1:57 pm #272452foraywhileSpectatorI am using below short code <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">[popup id="2187" auto="0" classes="default"] [/popup]</span> We have added it to sidebar widget https://www.studyobject.com/supercharge-your-website-using-object-caching-with-memcached/ the code added is as follows jQuery(document).ready(function($){ $(‘.ajax-popup-link.default’).trigger(‘click’); },5000); with or without , it is not working We have added following code to wplms->footer->Google analytics code Plz suggest. pop up closes after submission when we click outside of the form. Is it possible to close automatically once submit button is clicked?July 3, 2020 at 8:49 am #272619VeronicaModeratorohh! your means to say the pop up is not working right? sorry if i misunderstood it because as i have checked the subscribe widget and it's not a pop up. make the pop up to work please use this tip carefully: https://wplms.io/support/knowledge-base/wplms-popups/ and to close the pop up on submit button i need to perform it if will work or not once i check i will provide the code to your.
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)
- The topic ‘pop up timer’ is closed to new replies.