• Hi, when I open that page in editor, all the quotes are visible. But as a user not logged in, I see only empty sections. The section-id “gm05ebd11” of the page has the css tag “body:not(.wp-admin) .wow” with the property “visibility:hidden;” – how can I change that so that everything gets displayed properly? I Haven’t found any option in the backend of the page editor. There are several visibility conditions, but they are all set to visible to everyone, but it’s still invisible. How can I change this?

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor codersantosh

    (@codersantosh)

    Hello @norman230821 ,

    You should turn on wow js on the page to make things work smoother. You can do this by going to Gutentor Settings and selecting Optimization.

    Alternatively, you can also apply the following CSS code in the customizer or another suitable place:

    body:not(.wp-admin) .wow {
        visibility: visible!important;
    }

    The ultimate solution is to disable animation options on the blocks.

    Best Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘visibility hidden when body:not(.wp-admin) .wow’ is closed to new replies.