• Resolved polarracing

    (@polarracing)


    Hi,

    is it possible to stop the wishlist popup from auto closing or to increase the time before it auto closes without editing your js files?

    Thanks

    • This topic was modified 2 years, 3 months ago by polarracing.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @polarracing

    In version 2.0.2 was added the filter tinvwl_popup_close_timer.It allows adjusting the time after mentioned popup will close.

    You can use it like:

    add_filter( 'tinvwl_popup_close_timer', function () {
    	return 9999999;
    } );
    Thread Starter polarracing

    (@polarracing)

    Great, thanks.

    Will give it try today.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wishlist Popup’ is closed to new replies.