Views is a WordPress plugin that lets you easily display content on your website's front-end in any way you choose.
Views User Guides include detailed documentation for creating lists of content, templates for content and archive page and also explain how to create parametric searches for any content type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 2,581 through 2,595 (of 2,725 total)
Problem: I would like to trigger some custom JavaScript when pagination events are triggered by a specific View.
Solution: Use the JS event hook "js_event_wpv_pagination_completed" to trigger custom code. In the callback function, access the View's unique ID in the data parameter to target a specific View.
Problem:
The user was not able to edit a content template or a layout after updating the plugins. When we deactivate Toolset Forms the issue disappears.
Solution:
It turns out that the user is using PHP 8 when Toolset Forms is not yet fully compatible with it.
After downgrading the PHP version to PHP7, the issue disappeared.