Dermot Active member Sep 7, 2025 #321 seems to be cards are still popping behind certain elements like images from giphy addon z-index issue maybe?
seems to be cards are still popping behind certain elements like images from giphy addon z-index issue maybe?
Matt C. Well-known member Sep 7, 2025 #322 Dermot said: seems to be cards are still popping behind certain elements like images from giphy addon z-index issue maybe? Click to expand... Would mind DMing me a link to your site so I can look. I just tested on my forum and it works fine. For anyone else, his issue was with @BassMan's Sticky Post Bit modification. The fix is to add z-index: 1 to .message-user. Code: /* [cXF] Sticky Postbit */ @media (min-width: @xf-responsiveMedium) { .message-user { position: sticky; top: 37px; z-index: 1; .message-userArrow { right: -11px; } } } /**********/ Last edited: Sep 7, 2025
Dermot said: seems to be cards are still popping behind certain elements like images from giphy addon z-index issue maybe? Click to expand... Would mind DMing me a link to your site so I can look. I just tested on my forum and it works fine. For anyone else, his issue was with @BassMan's Sticky Post Bit modification. The fix is to add z-index: 1 to .message-user. Code: /* [cXF] Sticky Postbit */ @media (min-width: @xf-responsiveMedium) { .message-user { position: sticky; top: 37px; z-index: 1; .message-userArrow { right: -11px; } } } /**********/
K kb87 New member Yesterday at 2:45 AM #323 For some reason the Twitter/X and Facebook options are not there when I go to edit my profile. All of the other sites are there? They are all enabled in the ACP. @Matt C. Last edited: Yesterday at 2:55 AM
For some reason the Twitter/X and Facebook options are not there when I go to edit my profile. All of the other sites are there? They are all enabled in the ACP. @Matt C.
K kb87 New member Yesterday at 2:58 AM #325 Matt C. said: View attachment 328804 Make sure they are user editable. Click to expand... Thanks for the fast reply! Where do you go to get to that general options area?
Matt C. said: View attachment 328804 Make sure they are user editable. Click to expand... Thanks for the fast reply! Where do you go to get to that general options area?
Matt C. Well-known member Yesterday at 3:21 AM #326 kb87 said: Thanks for the fast reply! Where do you go to get to that general options area? Click to expand... Just click on the field in custom user fields. They're under the User tab on the left navigation.
kb87 said: Thanks for the fast reply! Where do you go to get to that general options area? Click to expand... Just click on the field in custom user fields. They're under the User tab on the left navigation.
K kb87 New member Yesterday at 4:16 AM #327 Matt C. said: Just click on the field in custom user fields. They're under the User tab on the left navigation. Click to expand... Weird. They are all there except those two.
Matt C. said: Just click on the field in custom user fields. They're under the User tab on the left navigation. Click to expand... Weird. They are all there except those two.
Matt C. Well-known member Yesterday at 4:18 AM #328 The Facebook and Twitter fields are default in XF. I think I remember reading they no longer ship with those on new installs. Regardless, just add them back. Make sure the field ID's are "twitter" and "facebook".
The Facebook and Twitter fields are default in XF. I think I remember reading they no longer ship with those on new installs. Regardless, just add them back. Make sure the field ID's are "twitter" and "facebook".
K kb87 New member Yesterday at 4:35 AM #329 Matt C. said: The Facebook and Twitter fields are default in XF. I think I remember reading they no longer ship with those on new installs. Regardless, just add them back. Make sure the field ID's are "twitter" and "facebook". Click to expand... thanks worked perfectly
Matt C. said: The Facebook and Twitter fields are default in XF. I think I remember reading they no longer ship with those on new installs. Regardless, just add them back. Make sure the field ID's are "twitter" and "facebook". Click to expand... thanks worked perfectly