How to display taxonomy field name next to the field
Started by: maryB-3
in: Toolset Professional Support
Quick solution available
2
7
4 years, 11 months ago
maryB-3
Access issue on login. Form doesn't display for guest
Started by: Griffin
in: Toolset Professional Support
2
6
4 years, 11 months ago
Griffin
How to get author picture stored in custom image field?
Started by: himanshuS
in: Toolset Professional Support
Quick solution available
Problem: I would like to display an iamge stored in a Types User Field, but the Views shortcodes wpv-user and wpv-post-author don't seem to be working correctly.
Solution: Use the Types Field API types_render_usermeta or the Types Field shortcode to display an image from a Types User Custom Field.
Shortcode example:
[types usermeta="your-field-slug" alt="blue bird" width="300" height="200" proportional="true" user_is_author="true"][/types]
PHP API example:
types_render_usermeta("your-field-slug", array( "alt" => "blue bird", "width" => "300", "height" => "200", "proportional" => "true", "user_is_author" => "true" ) );
Relevant Documentation: https://toolset.com/documentation/customizing-sites-using-php/functions/#image
2
4
4 years, 11 months ago
himanshuS
Creating multiple layouts to posts or custodia posts
Started by: Franco Calcagni
in: Toolset Professional Support
Quick solution available
2
5
4 years, 11 months ago
Franco Calcagni
WordPress 5.6 Compatibility error
Started by: tamaraR-2
in: Toolset Professional Support
2
2
4 years, 11 months ago
Christian Cox
Catch Cred form before submission
Started by: Puntorosso
in: Toolset Professional Support
2
2
4 years, 11 months ago
Christian Cox
How to make a field read only on post form?
Started by: himanshuS
in: Toolset Professional Support
Quick solution available
2
9
4 years, 11 months ago
himanshuS
Add a link to a post title when using a many to many relationship.
Started by: JSG
in: Toolset Professional Support
2
7
4 years, 11 months ago
Christian Cox
There were no posts found to display for this View's query.
Started by: gregM-9
in: Toolset Professional Support
2
5
4 years, 11 months ago
gregM-9
Generate post title using parent post fields
Started by: jamesR-13
in: Toolset Professional Support
Quick solution available
Problem: I would like to generate a post title using portions of the parent post title, but I only have access to the parent post ID.
Solution: Use the WordPress function get_the_title() to access the parent post title when only the parent post ID is known.
Relevant Documentation: https://developer.wordpress.org/reference/functions/get_the_title/
2
3
4 years, 11 months ago
jamesR-13
Automatically Add New Posts to Post Group
Started by: aaronM-9
in: Toolset Professional Support
2
3
4 years, 11 months ago
aaronM-9
New field groups are not showing up
Started by: frederikB
in: Toolset Professional Support
2
3
4 years, 11 months ago
frederikB
Toolset Blocks vs Views?
Started by: GamX
in: Toolset Professional Support
2
2
4 years, 11 months ago
Jamal
Best practice when deleting posts related to other posts
Started by: himanshuS
in: Toolset Professional Support
Quick solution available
2
5
4 years, 11 months ago
himanshuS
Output Repeater fields in their drag-and-drop order
Started by: chantelleL-2
in: Toolset Professional Support
2
2
4 years, 11 months ago
Jamal