Skip Navigation

[Resolved] different display of section

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 3 years, 1 month ago.

Assisted by: Waqar.

Author
Posts
#1994963
front-end.png
backend.png

I am trying to: after WordPress version update sections which border radius become display incorrectly. on backend it's round while on front-end no any round display.

Link to a page where the issue can be seen: hidden link

#1995687

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

Thank you for contacting us and I'd be happy to assist.

Some changes were introduced in the default CSS styles in WordPress 5.7, which is causing this conflict.

A fix for this is covered in the upcoming release of Toolset Block (1.5.0), which is expected to be out within 2-3 weeks.

For now, a workaround can be to include some custom CSS code in your view's "Custom CSS" field:


.js-wpv-view-layout .wp-block-image img {
border-radius: 200px;	
}

regards,
Waqar

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.