With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 466 through 480 (of 1,355 total)
Problem:
The customer reported that there are two views on the page with the same taxonomy filter, but the search works only for one of them.
Solution:
Guided that to make the same search filtering work for the two different views on a page, you'll have to make sure that:
1. Both are using the exact same query filter settings and the query string parameters.
And
2. Both views are set to update the search results with the page refresh and not using AJAX.
Problem:
The customer was using a many-to-many relationship and wanted to show related posts, filtered by one of the custom fields from the intermediary post.
Solution:
Guided how to add a custom field query filter to the view's setting.
Problem:
The customer reported that when the option to link to the term archive page is enabled, the layout of the archive is affected.
Solution:
Guided that by the HTML standards, it is not valid to nest one link inside another link and most modern browsers try to fix this on their own by changing the markup/code accordingly.
For this reason, whenever the option "Make the entire container a link" is enabled in a container block, it is better to avoid any other links inside the containing blocks.
Problem:
The customer reported that the caret symbol formatting for the select field is not showing correctly.
Solution:
Guided that some styles from WooCommerce are interfering with the default styles of the select type input field and shared some custom CSS code.
Problem:
The customer reported that the image sizes and styles are lost when using the Toolset's gallery and the image slider block.
Solution:
Guided that if a view needs to be called through the view's shortcode, it is better to create the view using the classic/legacy editor and use the block editor to design the loop item content template.
This way any styles coming from the blocks editor won't be lost.
Problem:
The customer reported that when the view's results are updated through AJAX, background images shown in the view's loop get missing.
Solution:
The view was using the 'acf' shortcode to get the background image URL from the ACF plugin's image type field.
But, when the AJAX operation was performed on the view, the value of that field was not becoming available, so suggested to replace it with the Toolset's 'wpv-post-field' shortcode.