Views generated image links need to be updated
Started by: zoeS
in: Toolset Professional Support
Quick solution available
Problem: Several custom field images are showing the wrong URL. It appears to be generated using the original image guid.
Solution: Update to Types 3.2 to get the fix for this bug.
3
24
6 years, 2 months ago
Christian Cox
Only modify original template – Extra theme
Started by: zsuzsaM
in: Toolset Professional Support
2
2
6 years, 2 months ago
Luo Yang
Personalized contact form
Started by: bricoutS-2
in: Toolset Professional Support
2
2
6 years, 2 months ago
Luo Yang
Switching to PHP 703 causes wpv-if to not be recognized?
Started by: jeffS-2
in: Toolset Professional Support
Quick solution available
2
3
6 years, 2 months ago
jeffS-2
line breaks with View
Started by: WillL606
in: Toolset Professional Support
2
6
6 years, 2 months ago
WillL606
Split: line breaks with View – issue with comma separated list view
Started by: WillL606
in: Toolset Professional Support
2
3
6 years, 2 months ago
WillL606
Create button on slider linking to profile view
Started by: paulM-23
in: Toolset Professional Support
2
2
6 years, 3 months ago
Luo Yang
Line breaks in Product description are ignored
Started by: Marcel
in: Toolset Professional Support
Quick solution available
2
3
6 years, 3 months ago
Marcel
Content Template without body shortcode still shows post body
Started by: kirillS-3
in: Toolset Professional Support
2
4
6 years, 3 months ago
kirillS-3
The repeater field loop generate an empty first item
Started by: adameD
in: Toolset Professional Support
Quick solution available
2
5
6 years, 3 months ago
adameD
Template is “inside” other template
Started by: Luigi Martulli
in: Toolset Professional Support
Quick solution available
Problem: I would like to hide the large featured image and title text on the single post page.
Solution: Add this custom CSS:
.single-post-content .tool.has-post-thumbnail > img {
display:none;
}
.single-post-content .tool .entry-header.single-article-header {
display:none;
}
2
3
6 years, 3 months ago
Luigi Martulli
Content templates not working correctly
Started by: matthewL-7
in: Toolset Professional Support
2
6
6 years, 3 months ago
Luo Yang
Extra markup appears after search results updated
Started by: morganC-2
in: Toolset Professional Support
3
8
6 years, 3 months ago
Minesh
Update taxonomy from within a Content Template
Started by: SatinS5964
in: Toolset Professional Support
Quick solution available
Problem: I would like to add a button to my Content Template that allows Users to modify the post's taxonomy terms.
Solution: You can create a Form that edits this post, and remove the input fields except for the taxonomy field. Hide the field with CSS or by making it a hidden field type, and show only the submit button. Use wp_set_object_terms to modify the post's terms.
Relevant Documentation:
https://codex.wordpress.org/Function_Reference/wp_get_object_terms
3
5
6 years, 3 months ago
Christian Cox
Unable to close out issue
Started by: SatinS5964
in: Toolset Professional Support
Quick solution available
Problem: Please close this issue and my other open issue.
Solution:
I have resolved both issues manually.
2
2
6 years, 3 months ago
Christian Cox