Zayne
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 |
---|---|---|---|---|---|
Cannot get 2 fields to appear next to each other using Fields and Views block
Started by: Zayne in: Toolset Professional Support |
|
2 | 4 | 3 years, 6 months ago | |
Content Template won't allow me to select a product in the "View with" field
Started by: Zayne in: Toolset Professional Support |
|
2 | 5 | 3 years, 6 months ago | |
Cannot reuse view name, even though deleted permanently
Started by: Zayne in: Toolset Professional Support |
|
3 | 12 | 3 years, 6 months ago | |
Cannot see Query Filter Options for my new view
Started by: Zayne in: Toolset Professional Support |
1 | 2 | 3 years, 6 months ago | ||
Block validation failed for toolset-blocks/fields-and-text' when editing widgets
Started by: Zayne in: Toolset Professional Support |
2 | 3 | 3 years, 6 months ago | ||
Layouts are not being applied correctly
Started by: Zayne
in: Toolset Professional Support
Problem: The problem here is that the user's layouts plugin isn't functioning correctly. Solution: If you're running Toolset Blocks then it is recommended that you use blocks to build out your website rather using Layouts. If you're using Layouts then you will need to install our Toolset Views plugin. |
|
2 | 5 | 3 years, 11 months ago | |
Cannot select fields from related post types when adding dynamic blocks
Started by: Zayne in: Toolset Professional Support |
|
2 | 5 | 3 years, 11 months ago | |
View: custom field filter doesn’t keep post relationship filter when filtering
Started by: Zayne
in: Toolset Professional Support
Problem: Solution: add_filter( 'wpv_filter_end_filter_form', 'prefix_add_hidden_field_edition_id', 99, 3 ); function prefix_add_hidden_field_edition_id( $out, $view_settings, $view_id ) { $views = array( 9286 ); if ( in_array( $view_id, $views) ) { $edition_id = isset($_GET['edition_id']) ? $_GET['edition_id'] : ''; $out = '<input type="hidden" id="edition_id" name="edition_id" value="' . $edition_id . '" class="js-wpv-filter-trigger form-control" />' . $out; } return $out; } Relevant Documentation: |
|
3 | 9 | 4 years, 7 months ago |