Making popup opt-in form appear on top of page

Best Wordpress plugin to engage your users and collect their email. You can use header alerts, popups, or exit pages, and it works with any popular emailing service such as Mailchimp or AWeber
sanmarcosmercury
Junior Member
Posts: 3
Joined: Fri Mar 21, 2014 6:29 am

Making popup opt-in form appear on top of page

Post by sanmarcosmercury »

I've used the header form of wp-subscriber previously and was able to grow email list consistently during its use. I'd like to start using the popups, but I'm having a conflict with a sticky navigation menu plugin I use, Kodda Menu 2+. During testing, the menu bar appears on top of the popup. Is there some code I can paste in somewhere to make sure that the wp-subscriber popup appears on top of the menu bar. Otherwise everything appears to be working fine. I'd appreciate your help.
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,

Is it posible to have an URL ? the code depends of the theme and without see it I can't help you

regards,
JC
sanmarcosmercury
Junior Member
Posts: 3
Joined: Fri Mar 21, 2014 6:29 am

Post by sanmarcosmercury »

Sorry -- should have thought of that. The theme is UrbanNews.

The url is http://smmercury.com/
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,
Is it posible for you to create a post and only activate the popup on this post ?
it's just for me to see the popup with the navigation and find the custom css to correct the issue

Regards,
JC
sanmarcosmercury
Junior Member
Posts: 3
Joined: Fri Mar 21, 2014 6:29 am

Post by sanmarcosmercury »

Sure, JC.

I've disabled the popup on all posts/pages/etc. except for this one:

http://smmercury.com/san-marcos-best-burgers-2011/

Hope this will help you diagnose. Thanks again for your help.
Jean-Christophe Bisoux
Posts: 283
Joined: Tue Feb 28, 2012 10:36 am
Location: Canillo, Andorra

Post by Jean-Christophe Bisoux »

Hi,

to have the menu bellow the popup you must change the file http://smmercury.com/wp-content/uploads ... _style.css

at line 8 you have

Code: Select all

z-index:99999999999 !important;
change by

Code: Select all

z-index:999 !important;
maybe there is another way in the theme to change the CSS but this tip work ;)

Regards,
JC
Post Reply