jesperA-2
In den letzten 30 Tagen erstellte Support-Threads: 0
Lieblings-Forenthemen
This user has no favorite topics.
Forum Topics Created
| Status | Thema | Supporter | Stimmen | Artikel | Aktualität |
|---|---|---|---|---|---|
|
Using Conditional seems to freeze page
Gestartet von: 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 | vor 2 years, 5 months | |
|
The added query filter disappears from UI in a View
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 6 | vor 3 years | |
|
Can't save changes in form – expert mode
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 3 | vor 3 years, 1 month | |
|
Select in form cannot have same values
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 4 | vor 3 years, 3 months | |
|
PHP Fatal error: Uncaught TypeError: array_diff(): Argument #1 ($array) must be
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 9 | vor 3 years, 5 months | |
|
Repeatable group doesn't show data in view – although tutorial followed
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 6 | vor 4 years, 3 months | |
|
wp-conditional hangs page with blocks
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 3 | vor 4 years, 7 months | |
|
Using shortcode attribute in Views content selection
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 7 | vor 4 years, 7 months | |
|
wp-conditional fata error stops page
Gestartet von: jesperA-2 in: Toolset Professional Support |
|
2 | 4 | vor 4 years, 8 months | |
|
Pass postID from one view to another view
Gestartet von: 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 | vor 4 years, 10 months |