Site logo

Archived topic

Shape not showing

7 replies · Started by Erika on June 23, 2021

Viewing posts 1–8 of 8

Hi there,

I inserted shapes to a page, first they were there, but now they are not showing. Can not figure out why. Maybe since an update? Could you take a look? I see them in backend, but not in the frontend.

I also would love to add this feature with the shape to the featured image of recent posts (I use your WP recent post plugin). Is that possible? Tried to figure out if the shape is a class that adds the svg to a container...

Thanks,

Erika

Hi there,

something odd going on with the SVG there, can you try changing the shape to a different errr shape ?

Hi David,

weird enough, I tried some shapes and settings and no svg is showing. Hm...

Thanks, Erika

Can you temporarily disable all plugins apart from GP Premium and GenerateBlocks - so we can check for a conflict.

Hi David, I did. Even if I deactivate all Plugins except GP and GB, the svgs are still not showing. Thanks, Erika

Hi Erica,

You have this CSS in your child theme:

svg {
    max-height: 0px;
    max-width: 0px;
}

As you can see, if I remove them, the SVG shows up normally :)
https://www.screencast.com/t/xV2mposBMtqm

Let me know if this helps :)

Hi Ying,

you´re so right!

@David: We added these lines in order to style the teamviewer button, but now it applied to all svgs...

I added a class to the svg that should be styled by this css and now all works.

Good to have you :)

Erika

Glad it works now :)

This archived topic is closed to new replies.