Puntorosso
Support threads created in the last 30 days: 2
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Default vale in select field
Started by: Puntorosso in: Toolset Professional Support |
2 | 3 | 2 years, 11 months ago | ||
Cred notification are not being sent
Started by: Puntorosso in: Toolset Professional Support |
1 | 2 | 2 years, 11 months ago | ||
Pagination with page title
Started by: Puntorosso in: Toolset Professional Support |
2 | 2 | 2 years, 11 months ago | ||
Illegal string offset 'key'
Started by: Puntorosso in: Toolset Professional Support |
2 | 9 | 3 years, 2 months ago | ||
Refresh view when idle
Started by: Puntorosso in: Toolset Professional Support |
3 | 6 | 3 years, 2 months ago | ||
Address ZIP
Started by: Puntorosso in: Toolset Professional Support |
2 | 2 | 3 years, 4 months ago | ||
Woocommerce Billing Email field in Cred
Started by: Puntorosso in: Toolset Professional Support |
2 | 3 | 3 years, 4 months ago | ||
Auto save when select field value change
Started by: Puntorosso in: Toolset Professional Support |
2 | 4 | 3 years, 4 months ago | ||
Cred User Form Auto login
Started by: Puntorosso in: Toolset Professional Support |
2 | 7 | 3 years, 5 months ago | ||
die() won't be fired
Started by: Puntorosso in: Toolset Professional Support |
2 | 2 | 3 years, 5 months ago | ||
Refresh view
Started by: Puntorosso
in: Toolset Professional Support
Problem: If no items are found in a View of WooCommerce Orders, I would like to automatically refresh the View results after a set amount of time. Solution: There is no automatic feature for refreshing View results, nor is there a true JavaScript API for Views, but you could achieve something similar by reloading the current page in a setTimeout function added to a script tag in the wpv-no-items-found block of the View, for example: [wpv-no-items-found] <strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong> <script type="text/javascript">setTimeout(function(){location.reload();}, 5000);</script> [/wpv-no-items-found] This will reload the current page after 5 seconds if no results are found in the View. That loop of refreshing every 5 seconds would continue until results exist. Relevant Documentation: |
2 | 3 | 3 years, 5 months ago | ||
User form won't show in Firefox
Started by: Puntorosso in: Toolset Professional Support |
2 | 3 | 3 years, 5 months ago | ||
Filter Woocommerce orders
Started by: Puntorosso in: Toolset Professional Support |
2 | 7 | 3 years, 6 months ago | ||
Query select field
Started by: Puntorosso
in: Toolset Professional Support
Problem: Use WP_Query to extract all order posts containing a specific value on the select field. Solution: The WP_Query will query posts in "Published" status by default: But Woocommerce order posts do not use WP default status, so you need to define the post status parameter in WP_Query. For example: https://toolset.com/forums/topic/query-select-field/#post-2101145 Relevant Documentation: |
2 | 3 | 3 years, 6 months ago | ||
Views incompatibility with Indeed Ultimate Affiliate Pro
Started by: Puntorosso in: Toolset Professional Support |
2 | 10 | 3 years, 6 months ago |