Custom some elements does not work anymore
Started by: kevinL-8
in: Toolset Professional Support
2
3
6 years, 8 months ago
kevinL-8
Conditionality of repeatable fields
Started by: marcB-6
in: Toolset Professional Support
2
3
6 years, 8 months ago
marcB-6
Custom user fields are no longer showing up based on roles
Started by: Ellen
in: Toolset Professional Support
3
4
6 years, 8 months ago
Luo Yang
Date fields alsays showing timestamp
Started by: antonioS-7
in: Toolset Professional Support
2
19
6 years, 8 months ago
Shane
Custom field revisions
Started by: johnR-22
in: Toolset Professional Support
Quick solution available
Problem:
The client has post revisions set up on their site. Comparing revisions, only the title and body are shown, no custom fields.
Solution:
WordPress doesn't support custom fields in post revisions, although there is a proposal to add it (with solution added in a plugin): https://github.com/adamsilverstein/wp-post-meta-revisions
2
3
6 years, 8 months ago
johnR-22
Last instance populated to all previous instances in Post Field Group
Started by: radoslawJ-2
in: Toolset Professional Support
2
2
6 years, 8 months ago
Nigel
how can I control the admin layout
Started by: barakl
in: Toolset Professional Support
2
2
6 years, 8 months ago
Beda
Convert Shortcode to String
Started by: COOP2016
in: Toolset Professional Support
Quick solution available
Problem:
The issue here is that the user wanted to pass our Types shortcode in the Post Expirator plugin to provide the values. However this was not working.
Solution:
The issue here is that the post Expirator plugin isn't able to process the shortcodes.
2
5
6 years, 8 months ago
COOP2016
Custom Field URL – make nofollow
Started by: suec
in: Toolset Professional Support
Quick solution available
Problem:
Add nofollow to custom URL field.
Solution:
You can setup the HTML link manually, for example:
<a href='[types field="my-listen-link" output="raw"][/types]' rel="nofollow">Listen</a>
Please replace "my-listen-link" with your custom URL field slug
Relevant Documentation:
https://toolset.com/documentation/customizing-sites-using-php/functions/#url
output:
'raw' | 'normal'(default)
‘raw’=Display raw data stored in DB. No other formatting attributes (e.g. custom separator) will be respected.
2
6
6 years, 8 months ago
Luo Yang
Add New Repeatable Group Button not working
Started by: johnU
in: Toolset Professional Support
Quick solution available
Problem: I am unable to add a new repeatable field group in the Field editor screen. I am shown an error in the Field Styling Editor panel:
Fatal error: Call to a member function _parse_cf_form_element() on null in /path/to/wp-content/plugins/types/vendor/toolset/types/embedded/includes/fields-post.php on line 563
Solution: The Field Styling Editor is deprecated and should be disabled. Comment or delete the following line in wp-config.php:
define('TYPES_USE_STYLING_EDITOR', true);
2
3
6 years, 8 months ago
johnU
How to display dependent dropdowns with views filter
Started by: Nashaat
in: Toolset Professional Support
Quick solution available
2
8
6 years, 8 months ago
Minesh
Repeatable group
Started by: aamirK
in: Toolset Professional Support
2
2
6 years, 8 months ago
Nigel
Custom dropdown field bugged
Started by: hendrikH
in: Toolset Professional Support
Quick solution available
Problem:
Use Types plugin to setup some required custom fields, but get JS errors when click the "Update" button, for example:
An invalid form control with name='wpcf[monday-schedule-duration-from]' is not focusable
An invalid form control with name='wpcf[monday-schedule-duration-to]' is not focusable
Solution:
Remove the custom field "required" setting and test again
Relevant Documentation:
2
7
6 years, 8 months ago
hendrikH
Create custom field dropdown populated with values of custom types
Started by: cristianoT
in: Toolset Professional Support
Quick solution available
2
4
6 years, 8 months ago
Minesh
Performance with large database
Started by: HarryT902
in: Toolset Professional Support
4
9
6 years, 8 months ago
Luo Yang