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 |
---|---|---|---|---|---|
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 | 6 months, 2 weeks 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 | 1 year ago | ||
wpsl_stores (missing post type)
Started by: mettroS in: Toolset Professional Support |
2 | 2 | 1 year, 2 months ago | ||
wp-views wpv-cache char long generated select disctinct
Started by: mettroS in: Toolset Professional Support |
2 | 2 | 1 year, 2 months ago | ||
Error in the console log
Started by: mettroS in: Toolset Professional Support |
2 | 2 | 3 years, 7 months ago | ||
Please help me to debug our issue the view filter not showing on the other pages
1
2
Started by: mettroS in: Toolset Professional Support |
3 | 24 | 3 years, 11 months ago | ||
Access – restricting posts by taxonomy term
Started by: mettroS in: Toolset Professional Support |
2 | 2 | 5 years, 5 months ago |