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
"Most recent topics" popup showing up behind my navigation bar
Avatar
lisalew
Member
Free Members
sp_UserOfflineSmall Offline
Sep 20, 2011 - 11:54 am

Where would I set the z-index for the "most recent topics with unread posts" popup box?  Or is there something else I can do?  My navigation bar runs right through the popup box.

Avatar
Lee H
Coastal New England (USA)
Member
Free Members
sp_UserOfflineSmall Offline
Sep 20, 2011 - 12:09 pm

Try:

#sforum .sfmessagestrip select.sfquicklinks {
    z-index:99999;
}

set the z-index to whatever number works for you.

HTH

Avatar
lisalew
Member
Free Members
sp_UserOfflineSmall Offline
Sep 20, 2011 - 4:21 pm

Sorry for my ignorance - do you know where I would need to add this css?

Avatar
Lee H
Coastal New England (USA)
Member
Free Members
sp_UserOfflineSmall Offline
Sep 20, 2011 - 5:13 pm

Not ignorant at all 🙂

Not sure the exact location for your case as I can't view your site 🙂

The "correct" way would be to add it to your forums css, but I'd guess that would be a pain as your probably running the compressed version that's not so easy to edit.

"I" would chicken out and add it to the bottom of your WP theme's css file. There's a good chance your new setting would work there. Since the z-index issue is related to your current WP theme, it's likely if and when you switch themes, you would leave that problem behind and losing the new setting wouldn't matter.

Avatar
Lee H
Coastal New England (USA)
Member
Free Members
sp_UserOfflineSmall Offline
Sep 21, 2011 - 12:55 pm

@lisalew...

I totally screwed up. embarassed

I didn't notice this post was in the SP5 section. The above code and info I gave you works for SP4.xx

If you are using the "Default" theme that comes with v5, go to your themes folder and open default/styles/default.php

At or near line 2052 find this:

#spMainContainer .ui-selectmenu-menu-dropdown {
    border: <?php echo($alt2SectionBorder); ?>;
    background: <?php echo($alt2SectionBackGround); ?>;
    color: <?php echo($alt2SectionColor); ?>;
    padding: 10px;
    margin: 10px;
    z-index: 100 !important;
}

and change 100 to a much higher number in the z-index line. Not sure how savy you are with css so bear with me. Depending on how high the z-index is on your menu, you may need a huge number such as 99999 to get the dropdown to be show above it.

Also a reminder. You WILL lose this change on upgrade if this is the default theme you are using. Better to copy the theme and make it your own.

Avatar
lisalew
Member
Free Members
sp_UserOfflineSmall Offline
Sep 21, 2011 - 10:21 pm

Thanks, Lee!  I was going to apply this change now, so you caught me before I got confused 🙂

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Sep 21, 2011 - 11:45 pm

danger Will Robinson... oh oh, showing my age... cool

be careful about modifying the default or iforum theme during the alpha and beta periods... if we make changes to the themes, since we are still in development, it will overwrite your changes...

now, and even after release, its still better to make a copy of the theme and create your own theme and modify... 

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