Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
All pop-ups, popping "behind" ....
Avatar
Bob VanOrden
Member
Free Members
sp_UserOfflineSmall Offline
Nov 4, 2015 - 5:15 pm

Admin toolbox, attached images, etc., all pop behind the forum, if that makes sense.  Not like a pop-behind ad in a new window ... but behind other elements on the actual page.  I'll attach a screenie, but it's kind of hard to see it, in this case, the admin tools as well as the image pop-up are back there.

Thoughts?

Screen-Shot-2015-11-04-at-4.13.55-PM.pngImage Enlarger

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Nov 4, 2015 - 5:27 pm

Hey Bob,

Your WP theme most likely has a very greedy z-index. You should be able to fix this by adding a higher z-index rule to your forum popups, although it will require you to add a child theme to preserve the fix. The default z-index of the popup is 10, but if your WP theme's page z-index is say 100 for example, you will need to give the SP popup a z-index of 101 or greater.

First off, download the relevant child theme framework here (free of charge).

Next open the child theme stylesheet (if default theme for example - sp-resources > forum-themes > default-child > styles > default-child.css) and add the rule:

.ui-dialog {
    z-index: 10;
}

So the value of 10 will need to be changed. If you are capable, inspect the popup and increase the z-index until it pops in to view then use the working value in place of the '10' in your child themes stylesheet.

For more info on the child theme process if you need it, read up on Creating a Child Theme.

Hope that helps!

Avatar
Bob VanOrden
Member
Free Members
sp_UserOfflineSmall Offline
Nov 4, 2015 - 5:44 pm

Thanks, that did it ... 🙂

Avatar
Ike
Sawtry, UK
Member
Free Members
sp_UserOfflineSmall Offline
Nov 4, 2015 - 5:46 pm

Good stuff.. The child theme is worth having in place anyway, this way if you ever need to add any quick CSS changes it's right there waiting!

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 649
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 618
Members: 17357
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10123
Posts: 79616