ericK-4
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Taxonomy image with custom field in a taxonomy file
Started by: ericK-4
in: Toolset Professional Support
Problem: The issue here is that the user wanted to display their taxonomy term meta from a php template. Solution: The correct code to use here is. echo types_render_termmeta( "my-image-field", array() ); Where my-image-field is the slug of the field that was created in Types. For further details on this you can have a look at our documentation below. |
|
2 | 4 | 3 years, 9 months ago | |
Strange behaviour with custom post type in backend
Started by: ericK-4
in: Toolset Professional Support
Problem: I make several fields in a custom post type. I import the different datas but when I want to delete the content of a field Solution: This issue is fixed in Toolset Types plugin version 3.4.7, you can download it here: https://toolset.com/account/downloads/ Relevant Documentation: |
|
2 | 6 | 4 years, 4 months ago | |
Display images of a custom field
Started by: ericK-4 in: Toolset Professional Support |
|
3 | 5 | 4 years, 8 months ago | |
Réinitialise magnific popup after a filtering operation
Started by: ericK-4
in: Toolset Professional Support
Problem: Solution: jQuery( document ).on( 'js_event_wpv_parametric_search_results_updated ready', function() { activatePopup(); function activatePopup() { jQuery('.popup-link').magnificPopup({ type:'image' }); } }); |
|
2 | 7 | 4 years, 9 months ago | |
Add a author on a custom post type with access
Started by: ericK-4 in: Toolset Professional Support |
1 | 2 | 4 years, 11 months ago |