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 - 3,691 through 3,705 (of 3,838 total)
I have enabled AJAX pagination in a View and when viewing the second or subsequent “pages,” my WooCommerce Memberships restriction shortcodes do not work.
Solution:
The Views AJAX pagination is using WordPress file wp-admin/admin-ajax.php to load data, please make sure your "WooCommerce Memberships restriction shortcodes" works in WordPress AJAX feature.
You might check it with plugin author of the "WooCommerce Memberships restriction shortcodes"
I have set up my view with a query using the constant "Alaska" for field Province/state. No results are returned.
Solution:
There are two custom fields with the same name "Province/state", but you are using wrong one in the view's filter, so it conducts the problem, you need to find and select the correct custom field "Province/state"
Problem:
cred-relationship-form-link do not display correct post title
Solution:
To display the correct post title with the [cred-relationship-form-link] shortcode, as a workaround, you can use the custom shortcode I shared which returns the correct post title.
Problem:
Display the related product based on the product ID stored in the term custom field Solution:
You will require to use the Toolset View's filter hook "wpv_filter_query" in order to modify the view's query on fly.
I am trying to layout my Content Template for my custom Job Posting post type using Beaver Builder.
Solution:
Please try these:
1) Dashboard-> Toolset-> Settings-> General:
In section "Editing experience", enable option " Show both the legacy and Blocks interface and let me choose which to use for each item I build"
In section "Editor to use for Content Templates", enable option "Classic Editor"
2) Dashboard-> Toolset-> Content Templates, add a new template, there is a button "Beaver Builder", click it, you can design the content template with "Beaver Builder"
Problem: I have a taxonomy archive that contains a taxonomy View, but the contents of the View do not appear in the archive.
Solution: There was a known issue with taxonomy Views inside taxonomy archives when a Content Template is used in the loop. This issue was resolved in a recent release of Views/Blocks. See the errata below for more information.