Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 1,666 through 1,680 (of 2,067 total)
I have a custom post "car" and a content template for this post. I am using custom shortcode to query another custom post according to the post author, it does not work, see details here:
I have a custom post type "FAQs" that are displayed on a page with a search. All FAQs show up when the page is initially loaded. The one FAQ that is build using the DIVI builder is not found in search but also does not show up when the form is reset
Solution:
The post created with Divi builder will be applied with Divi custom filters, it conducts the problem on content template.
You can add suppress_filters="true" to content template shortcode, for example:
Problem: I have used Bootstrap Tooltips in a slider View. After the first page, the Tooltips don't work.
Solution: Use the Front-end Events button to create event handlers for pagination events. Inside those event handlers, trigger your tooltip initialization code again.