Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Youzify

    (@kainelabsteam)

    Hello @sdesign-1

    Thanks for reaching us.

    1. Please try this CSS to fix this issue

    #whats-new-post-in-box .list {
      z-index: 999 !important;
    }

    2. Please also try this one

    #whats-new-post-in-box .list {
      overflow-y: scroll;
    }

    Best Regards, KaineLabs Team.

    Thread Starter sdesign

    (@sdesign-1)

    Hi

    Thanks for your help

    1) This fixed the issue, thanks

    2) Unfortunately this doesn’t work, the list is still not scrollable. I also tried adding !important and clearing my browser cache.

    Any over ideas?

    Thanks

    Thread Starter sdesign

    (@sdesign-1)

    This worked ??

    #whats-new-post-in-box .list {
            overflow-y: scroll;
    	height:auto;
    	max-height:280px;
    }

    Thanks for your help!

    • This reply was modified 2 years, 7 months ago by sdesign.
    Thread Starter sdesign

    (@sdesign-1)

    Do you know if there is a way to add this “post-in” drop down to the Profile’s Activity page, so the visitor can choose what group to post to from there? At the moment they can only post activity to their own profile from that page.

    Thanks

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @sdesign-1

    I am glad to hear you have solved the problem.

    Regarding your question, unfortunately that option only available on the Global Activity Page.

    Best Regards, KaineLabs Team.

    Thread Starter sdesign

    (@sdesign-1)

    Hi, I have also noticed the same problem on the Group page, where the menu drops down (see image). Do you know the CSS selector for this menu?

    https://synthgroups.com/wp-content/uploads/2022/08/E8AA6B37-0DA2-48AB-9927-48F4E836A1B7.png

    Thanks

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @sdesign-1

    Please try this CSS

    #activity-filter-select .nice-select.open .list {
      z-index: 999 !important;
    }

    Best Regards, KaineLabs Team.

    Thread Starter sdesign

    (@sdesign-1)

    Thanks, that’s worked ??

    Plugin Support Youzify

    (@kainelabsteam)

    You’re welcome. I will mark thread status as resolved.

    Best Regards, KaineLabs Team.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Menu items appear behind images’ is closed to new replies.