Skip Navigation

[Resolved] Unchecked checkboxes included on site

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

Problem:
Unchecked checkboxes included on site

Solution:
Types version 3.0.3 has fixed this issue.

Relevant Documentation:

This support ticket is created 6 years, 6 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)

This topic contains 2 replies, has 2 voices.

Last updated by andyS-5 6 years, 6 months ago.

Assisted by: Minesh.

Author
Posts
#923690

I am trying to: display a list of checked options in a comma-separated list on a CPT archive page

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

I expected to see: For the entry "Alba Trees Plc": Native trees, shrubs, hedging plants, Hand tools, Wildflowers, Native aquatic plants, Tree shelters and guards

Instead, I got: , , Native trees, shrubs, hedging plants, , , , , , , , , Hand tools, Wildflowers, , Native aquatic plants, , , , Tree shelters and guards, , , , , , , ,

Template code is:

$supply = types_render_field( "supply-category", array( "separator" => ", "));
echo '<p><em>' . $supply . '</em></p>';

This WAS working prior to an update, but I don't know when it stopped working!

Thanks
Andy

#923874

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - This is known issue to us and fix is already publish with Types version 3.0.3.

*** Please make a FULL BACKUP of your database and website.***
Could you please update ALL Toolset plugins to it's latest official released version. You can download latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/

#923922
toolset.jpg

Thanks Minesh,

Strange, but WP was telling me that I had the "Complementary version" installed even though I've the site running a couple of years and I was on 3.0.2 (having updated numerous times before). See attached.

I went to Plugins > Add New > Commercial and ran "Check for updates", which caused the 'complementary' message to disappear.

It seems to now recognise that I have a licence, but no update to 3.0.3 is showing. I'll wait to see if the update shows up.

Thanks
Andy