• Resolved floriancam

    (@floriancam)


    Hello,

    I’m using the plugin to display 2 popups simultaneously. I want one to appear on top of the other so that the users go through this one first, and when it’s closed, the other appears.

    I have set the time for the one that should be under to display after 9 seconds, and the one that should be on top to display after 10 seconds. My problem is that after 10 seconds, the one that should be on top appears under the other one.

    How can I setup which one should be on top and which one should be under ?

    Thanks !

Viewing 1 replies (of 1 total)
  • Plugin Author Damian

    (@timersys)

    Because they all have the same settings the newest popup will show always on top (higher ID will be on top). So you can either switch content between the popups or add some custom css.

    For example if your popup ID at the bottom is 500 you could add into the css box the following:

    #spu-500{
        z-index: 9999999;
    }

    If you like the plugin / support please leave a short review. It’s a tremendous help for us!

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Choose display order’ is closed to new replies.