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, 3 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 | 3 years, 10 months ago | ||
Display images of a custom field
Started by: ericK-4 in: Toolset Professional Support |
3 | 5 | 4 years, 2 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, 3 months ago | ||
Add a author on a custom post type with access
Started by: ericK-4 in: Toolset Professional Support |
1 | 2 | 4 years, 5 months ago | ||
Woocommerce changing the text onsale!
Started by: ericK-4
in: Toolset Professional Support
Problem: I want to change the text on sale for product in a woo shop Solution: The shortcode [wpv-woo-onsale] does not use filter "woocommerce_sale_flash", please try with anther filter hook "wpv_woo_onsale_text_display_override" of "Toolset WooCommerce Blocks" plugin, for example: https://toolset.com/forums/topic/woocommerce-changing-the-text-onsale/#post-1706403 Relevant Documentation: |
2 | 3 | 4 years, 6 months ago | ||
Editing custom post type user information via a form
Started by: ericK-4
in: Toolset Professional Support
Problem: I make a directory site for advocates. I made a custom post type “Avocats” with all their information and the connection between the custom post type and the user profile is made via the author function. The user have got a “Avocat” role I want that the advocate after login can change their information of this custom post type via a form. Solution: Please try these: 1) In the page "fiche-avocat", display a post view: - Query “Avocats” posts - Filter by: Post author is same as logged-in user - In view's loop, display the Toolset form shortcode: Relevant Documentation: https://toolset.com/documentation/user-guides/views/filtering-views-query-by-author/ |
2 | 3 | 4 years, 6 months ago | ||
Filter and search
Started by: ericK-4 in: Toolset Professional Support |
2 | 5 | 4 years, 6 months ago | ||
Result of checkboxes and css in a shortcode
Started by: ericK-4
in: Toolset Professional Support
Problem: I would like to display a different flag icon for each checked checkbox in a checkboxes group. Solution: Use the Types field shortcode with "state" and "option" attributes to display different HTML for each checked checkbox. [types field='documentation-language' state="checked" option="0"]<span class="flag-icon flag-icon-cn"></span>[/types][types field='documentation-language' state="checked" option="1"]<span class="flag-icon flag-icon-fr"></span>[/types] Relevant Documentation: |
2 | 9 | 4 years, 9 months ago | ||
Conditionnal statement
Started by: ericK-4 in: Toolset Professional Support |
2 | 15 | 4 years, 9 months ago | ||
Search text on 2 custom fields
1
2
Started by: ericK-4 in: Toolset Professional Support |
2 | 16 | 4 years, 9 months ago | ||
Setting the height of the select dropdown
Started by: ericK-4 in: Toolset Professional Support |
2 | 5 | 4 years, 10 months ago | ||
Conditionnal output doesn't work
Started by: ericK-4 in: Toolset Professional Support |
2 | 3 | 4 years, 10 months ago | ||
Filtering a view from a field
Started by: ericK-4 in: Toolset Professional Support |
2 | 14 | 4 years, 10 months ago | ||
Split: Filtering a view from a field – conditionally display the view based on town
Started by: ericK-4 in: Toolset Professional Support |
2 | 5 | 4 years, 10 months ago |