jesperA-2
Fils de soutien créés au cours des 30 derniers jours : 0
Sujets de forum favoris
This user has no favorite topics.
Sujets de forum créés
| Status | Topic | Supporter | Voix | Publications | Nouveauté |
|---|---|---|---|---|---|
|
Using Conditional seems to freeze page
Commencé par : jesperA-2
in: Toolset Professional Support
Problem: Attempting to edit the default single template of a post type leads to a page hanging with errors: "Fatal error: Maximum execution time exceeded" in specific plugin files. Solution: The issue appears related to execution time limits, potentially within Toolset Blocks. Start by increasing the PHP maximum execution time to troubleshoot. Additionally, duplicating the content template via "WordPress Dashboard > Toolset > Content Templates" worked correctly and allowed for editing. Disable unnecessary plugins and custom code to isolate conflicts. |
|
2 | 9 | Il y a 2 years, 5 months | |
|
The added query filter disappears from UI in a View
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 6 | Il y a 3 years | |
|
Can't save changes in form – expert mode
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 3 | Il y a 3 years, 1 month | |
|
Select in form cannot have same values
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 4 | Il y a 3 years, 3 months | |
|
PHP Fatal error: Uncaught TypeError: array_diff(): Argument #1 ($array) must be
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 9 | Il y a 3 years, 5 months | |
|
Repeatable group doesn't show data in view – although tutorial followed
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 6 | Il y a 4 years, 3 months | |
|
wp-conditional hangs page with blocks
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 3 | Il y a 4 years, 7 months | |
|
Using shortcode attribute in Views content selection
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 7 | Il y a 4 years, 7 months | |
|
wp-conditional fata error stops page
Commencé par : jesperA-2 in: Toolset Professional Support |
|
2 | 4 | Il y a 4 years, 8 months | |
|
Pass postID from one view to another view
Commencé par : jesperA-2
in: Toolset Professional Support
Problem: I would like to pass values from one View into another View nested inside the original View. Solution: You can place a View in a custom HTML block and include various shortcode attributes: [wpv-view name="slug-of-nested-view" attr1="[wpv-post-id]" attr2="[types field='some-slug'][/types]"] That would display the nested View and pass the current post ID from View 1 into an attribute attr1, and it would pass the value of custom field some-slug from the current post of View 1 into an attribute attr2. Then in View #2, you can set various Query Filters to respond to these shortcode attributes, or you can use the wpv-attribute shortcode to access those attributes in the Loop editor: Parent post ID: [wpv-attribute name="attr1"]<br /> Parent post custom field "some-slug": [wpv-attribute name="attr2"] Relevant Documentation: |
|
2 | 4 | Il y a 4 years, 10 months |