pop up timer

Home Forums Legacy Support Support queries Other issues pop up timer

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #271534
    foraywhile
    Spectator
    I 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.  
    #271833
    Veronica
    Moderator
    hi, 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?
    #272143
    foraywhile
    Spectator
    This reply has been marked as private.
    #272145
    foraywhile
    Spectator
    I 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/
    #272420
    Veronica
    Moderator
    ooh 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.
    #272452
    foraywhile
    Spectator
    I 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?
    #272619
    Veronica
    Moderator
    ohh! 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.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘pop up timer’ is closed to new replies.