mettroS
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 |
|---|---|---|---|---|---|
|
It seems the filters doesn’t show all if the product listing in page 1
Started by: mettroS in: Toolset Professional Support |
|
1 | 8 | 1 year, 3 months ago | |
|
how to increase display items per page on pagination? more than 50 items
Started by: mettroS
in: Toolset Professional Support
Problem: add_filter('wpv_filter_query', 'set_new_limit', 99, 3);
function set_new_limit($query_args, $view_settings, $view_id) {
$views = array(12345);
if (in_array($view_id, $views)) {
$query_args['posts_per_page'] = 100;
}
return $query_args;
}
It is needed to replace 12345 with the numeric ID of the View and 100 with the maximum number of posts you want to display. |
|
2 | 2 | 1 year, 11 months ago | |
|
Toolset Blocks and Toolset Views plugins issue
Started by: mettroS
in: Toolset Professional Support
Problem: I'm unable to activate both Toolset Blocks and Toolset Views plugins simultaneously. Solution: Toolset Blocks and Toolset Views share the same codebase, so having both activated isn't feasible. Deactivate and uninstall Toolset Views; Toolset Blocks inherently include the older functionalities. To access the classic views within Toolset Blocks, follow the steps in "Toolset > Settings > General" and enable legacy views. Relevant Documentation: https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/ |
|
2 | 2 | 2 years, 5 months ago | |
|
wpsl_stores (missing post type)
Started by: mettroS in: Toolset Professional Support |
|
2 | 2 | 2 years, 7 months ago | |
|
wp-views wpv-cache char long generated select disctinct
Started by: mettroS in: Toolset Professional Support |
|
2 | 2 | 2 years, 7 months ago |