• after wordpress update the transparent settings for the block header wont display on (waterlava theme) , i tried reinstall of the gutenverse but doesnt work

    how to fix this please

    • This topic was modified 3 months, 1 week ago by dean3d.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support gowinda

    (@gowinda)

    Hi,

    We have identified some issues with the new WordPress update. For now, please be patient and wait for a fix. In the meantime, you can downgrade your WordPress version back to 6.5 using the WP Downgrade plugin.

    Or edit your header pattern and set the z-index of the section to 999 in spacing option:

    Or you can try additional CSS:

    header.wp-block-template-part {
    z-index: 999;
    position: relative;
    }

    We apologize for the inconvenience and thank you for your patience.

    • This reply was modified 3 months ago by gowinda.
    • This reply was modified 3 months ago by gowinda.
    Thread Starter dean3d

    (@dean3d)

    hello am having troubles with one of your section headers on mobile view. I keep seeing the navigation arrows from the hero slide show on the mobile menu wrapper how do i fix it?https://falian.co/

    Plugin Support gowinda

    (@gowinda)

    Hi,

    when I checked, it shows that you use depicter to make the slide show. they have their bullet navigator with a z-index of 10. what you can do is lower the z-index by either custom CSS or if the depicter has a setting to lower their navigator z-index you can use that.

    if you want to use custom CSS you can use this :

    .depicter-layer-frame.depicter-bullet-layer.depicter-pos-absolute {
    z-index: 8 !important;
    }
    Thread Starter dean3d

    (@dean3d)

    Thanks for help

    Plugin Support gowinda

    (@gowinda)

    You’re welcome!

    If you have any other questions, please don’t hesitate to ask.

    And if you’re happy with Gutenverse, we’d appreciate a 5-star rating! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.