Title: second popup
Last modified: August 21, 2016

---

# second popup

 *  Resolved [joyce_er](https://wordpress.org/support/users/joyce_er/)
 * (@joyce_er)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/second-popup/)
 * I would like to have a second popup ~10 seconds after the first popup. Does the
   paid version allow a second popup?
 * [http://wordpress.org/plugins/wordpress-popup/](http://wordpress.org/plugins/wordpress-popup/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/second-popup/#post-4302750)
 * Hi [@joyce_er](https://wordpress.org/support/users/joyce_er/),
 * I hope you are well today and thank you for your question.
 * No, unfortunately currently you can only show 1 popup per page as this is the
   way cookies normally work.
 * Cheers.
 *  Thread Starter [joyce_er](https://wordpress.org/support/users/joyce_er/)
 * (@joyce_er)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/second-popup/#post-4302759)
 * Hi,
    I have some other questions. Is there some reason why styling using css 
   is a little difficult using this popup? 1. I was able to make the h2.aht-sidebar-
   popup a {color: #003399 !important;} but I couldn’t make the hover another color.
   h2.aht-sidebar-popup a:hover, h2.aht-sidebar-popup a:visited {color: #3363BA !
   important;} does not work.
 * 2. I could not figure out why the h2 has a text-decoration: none; I could not
   find this in the css stylesheet or the popup setting page.
 * 3. I tried using the <span> tag to style the “search” word with ‘Dancing Script’
   but the font doesn’t work in the popup.
 *  Thread Starter [joyce_er](https://wordpress.org/support/users/joyce_er/)
 * (@joyce_er)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/second-popup/#post-4302760)
 * I forgot to mention that the page is [http://austinhometeam.com/austin-home-search/](http://austinhometeam.com/austin-home-search/)
 * Thanks in advance for your help!
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/second-popup/#post-4302814)
 * Hi [@joyce_er](https://wordpress.org/support/users/joyce_er/),
 * I hope you are well today and thank you for your question.
 * It’s not difficult to style this popup, it’s all about [CSS specificity](http://www.w3.org/TR/CSS2/cascade.html)
   that you should consider when overwriting CSS.
 * > 1. I was able to make the h2.aht-sidebar-popup a {color: #003399 !important;}
   > but I couldn’t make the hover another color. h2.aht-sidebar-popup a:hover, 
   > h2.aht-sidebar-popup a:visited {color: #3363BA !important;} does not work.
 * I just checked your site [http://austinhometeam.com/austin-home-search/](http://austinhometeam.com/austin-home-search/)
   and it’s working fine.
 * > 2. I could not figure out why the h2 has a text-decoration: none; I could not
   > find this in the css stylesheet or the popup setting page.
 * text-decoration property specifies the decoration added to text. The text-decoration:
   none; value defines a normal text so that the value of the text-decoration property
   should be inherited from the parent element.
    In which CSS file are you finding
   it? It is in style.css file of your theme.
 * > 3. I tried using the <span> tag to style the “search” word with ‘Dancing Script’
   > but the font doesn’t work in the popup.
 * How are you applying the font? Can you just do it again so that i can debug it
   on your site or tell me how are you doing it so i will test it by developing 
   same in my test site?
 * Best Regards,
 *  Plugin Author [WPMU DEV – Your All-in-One WordPress Platform](https://wordpress.org/support/users/wpmudev/)
 * (@wpmudev)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/second-popup/#post-4302946)
 * Hey there.
 * We haven’t heard from you in awhile, so I just wanted to check in to make sure
   all was good.
 * This thread was marked resolved, but please, if you still need help then just
   respond and open it back up. We can then take it from there. 🙂
 * Hope you have a fantastic day!
 *  Thread Starter [joyce_er](https://wordpress.org/support/users/joyce_er/)
 * (@joyce_er)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/second-popup/#post-4302949)
 * Hi,
 * I was able to get the font to work. Is there a way to set the popup so that it
   sticks to the bottom right side of the screen in all screen sizes?
 * [http://austinhometeam.com/round-rock-listings/](http://austinhometeam.com/round-rock-listings/)
 *  [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/second-popup/#post-4302950)
 * Hi [@joyce_er](https://wordpress.org/support/users/joyce_er/),
 * You can make popup responsive by CSS coding and adjusting left and top values
   of it. You can create CSS code as following and add it in your site from the 
   menu Admin -> Appearance -> Custom Styling after installing this plugin [http://jetpack.me/support/custom-css/](http://jetpack.me/support/custom-css/)
 *     ```
       /* Phones 480px and below */
       @media screen and (max-width: 480px) {
       .visiblebox {
          left: 50% !important;
          top: 50% !important;
        }
       }
       ```
   
 * In the above code adjust the max-width value 480px to whatever device width you
   want to apply code or create separate instances of above code and change the 
   max-width value to apply different left and top values for different devices.
 * Visit this page to get more information on media query [http://www.w3.org/TR/css3-mediaqueries/](http://www.w3.org/TR/css3-mediaqueries/)
 * Best Regards,

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘second popup’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popup/assets/icon-256x256.gif?rev=3446944)
 * [Hustle - Email Marketing, Lead Generation, Optins, Popups](https://wordpress.org/plugins/wordpress-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popup/reviews/)

 * 7 replies
 * 3 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/second-popup/#post-4302950)
 * Status: resolved