• Resolved whiteartstudio

    (@whiteartstudio)


    Add a “Text Editor” block. In the “Spacing” tab, enter a value in the “Z index” field. On the front page instead of z-index appears:
    element {
    --z-index-desktop: [object Object];
    --z-index-tablet: undefined;
    --z-index-mobile: undefined;
    }

    and z-index doesn’t work.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Yoga

    (@yogajegstudio)

    Hi @whiteartstudio

    I’m pretty sure we didn’t use global variables for the z-index, and usually, we use the selector guten-element, not element.
    Could you copy the system status in Dashboard->Gutenverse->System Status?

    This is how the z-index looks like in the front end:

    Thread Starter whiteartstudio

    (@whiteartstudio)

    Hmm, maybe it’s another plugin messing something up. But this only appears when I type in the z-index field in the Spacing tab of your block.

    Here is system status as screenshot. Can’t copy because developing site locally without https

    And here is the part of the code that is beeing genereated on frontend:

    <section class="wp-block-gutenverse-section guten-element guten-section guten-ycCAoI layout-boxed align-stretch z-index-fix uag-blocks-common-selector aos-init aos-animate" data-aos="fade" data-aos-delay="200" data-aos-duration="800" style="--z-index-desktop:[object Object];;--z-index-tablet:undefined;;--z-index-mobile:undefined;">
    Thread Starter whiteartstudio

    (@whiteartstudio)

    I think it’s probably Spectra messing something up.

    Plugin Author Yoga

    (@yogajegstudio)

    Hi @whiteartstudio

    Yes, apparently the plugin you mentioned generates z-index variables on our block elements.
    This shouldn’t be a problem since the CSS property is just variables and not used by our blocks, but you can report this to the plugin’s author so they are also aware of the issue.

    Thank you.

    Plugin Support gowinda

    (@gowinda)

    We haven’t heard from you for a while.
    If you still have any issue please let us know.
    I will close the topic for now.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with z-index’ is closed to new replies.