mettroS
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 |
|---|---|---|---|---|---|
|
It seems the filters doesn’t show all if the product listing in page 1
Gestartet von: mettroS in: Toolset Professional Support |
|
1 | 8 | vor 1 year, 4 months | |
|
how to increase display items per page on pagination? more than 50 items
Gestartet von: 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 | vor 2 years, 1 month | |
|
Toolset Blocks and Toolset Views plugins issue
Gestartet von: 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 | vor 2 years, 7 months | |
|
wpsl_stores (missing post type)
Gestartet von: mettroS in: Toolset Professional Support |
|
2 | 2 | vor 2 years, 9 months | |
|
wp-views wpv-cache char long generated select disctinct
Gestartet von: mettroS in: Toolset Professional Support |
|
2 | 2 | vor 2 years, 9 months |