Skip Navigation

[Resolved] Custom Field (added new) not shown in view ordering order by "new field"

This support ticket is created 6 years 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 11 replies, has 2 voices.

Last updated by MarcelB4224 6 years ago.

Assisted by: Minesh.

Author
Posts
#1159674

I am trying to:

Use custom ordering with new field (checkbox) but the new field is not in the list

Link to a page where the issue can be seen:

hidden link

I expected to see:

See view by ordering field

Instead, I got:

standard ordering

#1159739

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - could you please tell me which checkbox field you created? Is the custom field is created using Types?

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).

I have set the next reply to private which means only you and I have access to it.

#1159750

Minesh
Supporter

Languages: English (English )

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

Well - I just checked that you are using outdated Types plugin version. Could you please try to update Types plugin to it's latest stable version 3.2.1 and check if you can able to see the field?

We always recommend running your site with latest stable release plugin version.

*** 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 the latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/

#1160050
version type 3.2.1.png

Hi Minesh,

Yes i know and on the "original" site hidden link it use version 3.2.1 with same results. I have only one licence for the moment and use it on the original site

#1160565

Minesh
Supporter

Languages: English (English )

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

Thank you for that clarification.

However, I deleted outdated Toolset plugins and when I try to upload the latest one using plugins page, at last it says:

The link you followed has expired.

Did you grant enough permission for the admin user for which you shared access details, as I cant able to upload latest Toolset plugins. Once I able to do that, I can take next steps.

#1160583

Hi Minesh,

FTP and WP access works fine for me with the info i give to you. What link do you mean ?

#1160584

Minesh
Supporter

Languages: English (English )

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

I mean the plugins page: hidden link

When I try to upload the latest toolset plugin, it does not upload successfully and I get the message I shared.

#1160608

Hi Minesh,

Fixed (max upload) what i did not had before. But uploaded but same result it is not showing the checkbox

cheers
marcel

#1160616

Minesh
Supporter

Languages: English (English )

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

Ok - the thing is that the field is checkboxes field, not checkbox field.

You can not use checkboxes field for ordering your posts as checkboxes field is stored in the special format that is serialized array. Something like following value:

a:1:{s:64:"wpcf-fields-checkboxes-option-ba6d428341c8a0f783921cf49615df3a-1";a:1:{i:0;s:1:"1";}}

So, simply you can not use checkboxes field "volgorde-medewerkers" to order by your posts. As its not possible.

#1160617

Hmm ok understand, what do you suggest to get the same result ?

The idea is to view first the "bosses" second "managers" etc etc

#1160618

Minesh
Supporter

Languages: English (English )

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

Well - I think you should create a custom select field and add your options with the select field.

Where you should set the option title and values like:

Boss = 1
Manager = 2

And then use this select custom field in ordering section order ASC - I think that way you can achieve this.

#1160642

My issue is resolved now. Thank you!