Skip Navigation

[Closed] Image border setting not being listened to

This support ticket is created 3 years, 8 months 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 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 7 replies, has 2 voices.

Last updated by Shane 3 years, 8 months ago.

Assisted by: Shane.

Author
Posts
#1992095

Hi

I think this started when I updated to WordPress 5.7 but I can't be sure. This was 100% working previously.

Basically I have set a border radius on images in this archive list, the first result it shows correctly but the rest don't have the border radius working, so they appear as circles.

You can see the page here hidden link

#1992409

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Matthew,

Thank you for reporting. I was able to replicate the issue. It was indeed being caused by updating to wordpress version 5.7

I've reported the issue to our 2nd tier supporters so that they can have a further look.

Thanks,
Shane

#1992723

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Matthew,

Our 2nd tier team has identified the issue and the fix should be made public in 2-3 weeks when we release our new version of Toolset.

However you can temporarily use the css below to get your border radius added once more until the fix arrives.


.tb-image-dynamic img{
border-radius: 100px !important;
}

Please let me know if this helps.
Thanks,
Shane

#1993351

Right OK thanks.

#1993449

Are you aware this doesn't just effect loops but pretty much blocks everywhere?

Border radius just doesn't seem to be listened to in Toolset blocks now.

Seems like a pretty urgent bug to fix.

#1993545

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Matthew,

There are 2 ways we can fix this temporarily until a permanent fix is provided.

The first method is that you can assign a custom class to the image and then target that custom class with the border radius css, example

.custom-class{
border-radius: 100px !important;
}

Or we can make the css code more specific like below.

.tb-image-dynamic a img{
border-radius: 100px !important;
}

Which will target only the image tag within the anchor tag of the tb-image-dynamic element class.

Please let me know if this provides a temporary workaround. As mentioned this will be fixed in 2-3 weeks when the release is made. Currently the plugin is scheduled to go into Q&A to ensure there are no feature breaking bugs with the new release.

Thanks,
Shane

#1994335

Hi Shane

Sure thanks, I know what to do its just really messy as ive got to do this in multiple places across the site.

#1996113

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Matthew,

I understand, unfortunately there isn't much else we can do until the release has been made.

The plugin is currently in Q&A so in 2 weeks we should have the full release to address this issue. For now only workarounds using CSS will help.

If you need my assistance on crafting any of these CSS workaround please let me know and I will be more than happy to assist.

Thanks,
Shane

The topic ‘[Closed] Image border setting not being listened to’ is closed to new replies.