Skip Navigation

[Resolved] Padding colour not working (it used to).

This thread is resolved. Here is a description of the problem and solution.

Problem:
Padding colour not working (it used to).

Solution:
This issue is fixed/resolved with Types version 3.1.2.

Relevant Documentation:

This support ticket is created 6 years, 4 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Tagged: 

This topic contains 4 replies, has 2 voices.

Last updated by lindsayH 6 years, 4 months ago.

Assisted by: Minesh.

Author
Posts
#1119819

The code below used to work... but now it's creating an image with a top and bottom padding of white, regardless of whether the wpcf-profile-image-dark-pad is checked or not - hidden link

I can't find the user documentation on the attributes \ shortcodes. I end up at WooCommerce information?

Anyway my code is below, why when the box is ticked doesn't it now add a padding colour of black (as it has done before?)

	[wpv-conditional if="( $(wpcf-profile-image-text-or-picture) ne '' ) AND ( $(wpcf-profile-image-dark-pad) eq '' )"]
	[types field="profilepic-or-logo" alt="[wpv-post-title]" title="[wpv-post-title]" size="thumbnail" align="center" resize="pad" padding_color="transparent" class="circle-pic"][/types][/wpv-conditional]

	[wpv-conditional if="( $(wpcf-profile-image-text-or-picture) ne '' ) AND ( $(wpcf-profile-image-dark-pad) eq '1' )"]
	[types field="profilepic-or-logo" alt="[wpv-post-title]" title="[wpv-post-title]" size="thumbnail" align="center" resize="pad" padding_color="#000" class="circle-pic"][/types][/wpv-conditional]
#1120703

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Please allow me to reproduce this issue on my test install. I will get in touch with you as soon as possible as I know more.

#1121331

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Update: I'm able to reproduce the issue and it's been escalated to our Devs for further investigation. I'll get in touch with you as soon as I see updates on it.

#1124335

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

We just published Types new version 3.1.2.
=> https://toolset.com/download/toolset-types/#changelog

Could you please update your Types plugin and try to resolve your issue.

#1124467

My issue is resolved now with an update. Thank you!