57 pointsSerious WPMU DEV-sterI'm new here
strobech
Member
—
8th February 2012 (3 months ago)
Hi,
I have just installed the pop up plugin, and it works fine - except that the pop up displays under the Twenty Eleven theme header, when activated on a blog with that theme (most of my site users use Twenty Eleven for their blogs ..).
I have just installed the pop up plugin, and it works fine - except that the pop up displays under the Twenty Eleven theme header, when activated on a blog with that theme (most of my site users use Twenty Eleven for their blogs ..).
5571 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Support Kangaroo
—
8th February 2012 (3 months ago)
#
Greetings Kristian,
We are currently testing this out in our development environment, and I'm going to discuss it with the lead developer - to get a fix sorted for you asap.
Thanks again for bringing this up, and of course for being a member, we'll get back to you asap
Hey - yes, this is fixed in our upcoming release, but happens because for some reason (that I haven't worked out yet) the header (#branding) with a z-index of 9999 which forces it on top of everything else that would come later.
You can fix is by changing the CSS for the popover so that the popover has a higher z-index than the header.
If you edit the popoverincludes/css/popover.css file, at the very top you will see a block of css for the #messagebox. In that you will see:
z-index: 999;
Change that to: z-index: 99999;
and it will force it to be over absolutely everything else on the page.
5571 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Support Kangaroo
—
8th February 2012 (3 months ago)
#
Greetings strobech,
Please let us know if this does not resolve your problem by reopening this ticket below marking it as not resolved. Also please indicate if there are any new symptoms or errors.
Thanks for speedy action. As I was about to test the css fix, my rules options in the pop over settings page suddenly have diminished. "Visitor logged in" and "disply less than x times" are no longer there ... Have you seen this before? I've tried to remove and re-installe the plugin, but those rules are still missing.
Hmm - looks like you have a html error somewhere on there, as that little bit of code shouldn't be showing directly under the page title.
Can you do a view source of the page, and copy and paste it into something like pastebin.com then let me know the address for that and I'll take a quick look at what's in their that's causing that to show up.
You've got some php on your page there - not sure how that happened.
Can you try grabbing the latest version of the plugin again and upload it so that it overwrites what you have got there currently.
If that doesn't fix things, can you reset things - this will mean having to go into your database (via phpmyadmin or something similar) and running the following:
delete from wp_options where option_name LIKE 'popover%'
OK, downloading a fresh copy of the plugin didn't help, so I need to go into the database. I have to get access from a colleague first - will be back later.
We've tried purging the database for popover related options, but there doesn't seem to be any. My colleague searched for "popover" and just "pop". Nothing comes up. Plugin still missing some basic rules on the settings page.
5571 pointsLike some sort of WPMU DEV GodMindblowingly helpful memberLifetime member
Support Kangaroo
—
24th February 2012 (3 months ago)
#
Greetings strobech,
Just checking if this issue was eventually resolved in another thread? Or by yourself separately to us? Or by us over email with you? Or using our live support?
If so, no need to reply, that's great news.
If not, or you have any more questions related to this thread, please feel free to post them below including any new symptoms or errors and tick the 'Mark as Not Resolved (re-open)' box below the post area (or else we'll miss it!)
Responses (14)
Support Kangaroo — 8th February 2012 (3 months ago) #
Greetings Kristian,
We are currently testing this out in our development environment, and I'm going to discuss it with the lead developer - to get a fix sorted for you asap.
Thanks again for bringing this up, and of course for being a member, we'll get back to you asap
Cheers, Joe :-)
Developer — 8th February 2012 (3 months ago) #
Hey - yes, this is fixed in our upcoming release, but happens because for some reason (that I haven't worked out yet) the header (#branding) with a z-index of 9999 which forces it on top of everything else that would come later.
You can fix is by changing the CSS for the popover so that the popover has a higher z-index than the header.
If you edit the popoverincludes/css/popover.css file, at the very top you will see a block of css for the #messagebox. In that you will see:
z-index: 999;Change that to:
z-index: 99999;and it will force it to be over absolutely everything else on the page.
Support Kangaroo — 8th February 2012 (3 months ago) #
Greetings strobech,
Please let us know if this does not resolve your problem by reopening this ticket below marking it as not resolved. Also please indicate if there are any new symptoms or errors.
Cheers, Joe :-)
Member — 8th February 2012 (3 months ago) #
Thanks for speedy action. As I was about to test the css fix, my rules options in the pop over settings page suddenly have diminished. "Visitor logged in" and "disply less than x times" are no longer there ... Have you seen this before? I've tried to remove and re-installe the plugin, but those rules are still missing.
Thanks,
Kristian
Developer — 8th February 2012 (3 months ago) #
You couldn't pop up a quick screenshot could you?
Member — 8th February 2012 (3 months ago) #
Sure, here is the settings page as it looks now. Everything on the site is up to date. btw.
Developer — 8th February 2012 (3 months ago) #
Hmm - looks like you have a html error somewhere on there, as that little bit of code shouldn't be showing directly under the page title.
Can you do a view source of the page, and copy and paste it into something like pastebin.com then let me know the address for that and I'll take a quick look at what's in their that's causing that to show up.
Member — 8th February 2012 (3 months ago) #
OK, here's a paste of the source: http://pastebin.com/A8F4BQXG
Developer — 8th February 2012 (3 months ago) #
Thanks - looking now
Developer — 8th February 2012 (3 months ago) #
You've got some php on your page there - not sure how that happened.
Can you try grabbing the latest version of the plugin again and upload it so that it overwrites what you have got there currently.
If that doesn't fix things, can you reset things - this will mean having to go into your database (via phpmyadmin or something similar) and running the following:
delete from wp_options where option_name LIKE 'popover%'Member — 8th February 2012 (3 months ago) #
OK, downloading a fresh copy of the plugin didn't help, so I need to go into the database. I have to get access from a colleague first - will be back later.
Member — 9th February 2012 (3 months ago) #
We've tried purging the database for popover related options, but there doesn't seem to be any. My colleague searched for "popover" and just "pop". Nothing comes up. Plugin still missing some basic rules on the settings page.
Support Kangaroo — 18th February 2012 (3 months ago) #
Greetings strobech,
Is this on a sub site or the main site?
The reason why I am asking is relative to which database table to look into for the Pop Up plugin database entries.
Thank you for being a WPMU Dev member.
Cheers, Joe :-)
Support Kangaroo — 24th February 2012 (3 months ago) #
Greetings strobech,
Just checking if this issue was eventually resolved in another thread? Or by yourself separately to us? Or by us over email with you? Or using our live support?
If so, no need to reply, that's great news.
If not, or you have any more questions related to this thread, please feel free to post them below including any new symptoms or errors and tick the 'Mark as Not Resolved (re-open)' box below the post area (or else we'll miss it!)
Otherwise, happy days, glad you got it sorted :)
Thank you for being a WPMU Dev member!
Cheers, Joe :-)
Become a member