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,981 through 1,995 (of 2,099 total)
on my website I have Areas (which are parent of) Sectors (which are parents of) Routes.
I have successfully created a view to display the total number of Routes in a Sector.
Still, I am having troubles displaying the total sum of Routes in the grandparent Area.
Solution:
There isn't such kind of built-in feature within Views plugin, the shortcode [wpv-found-count] can only display post count for one view, but in your case, it is a nested view, so you will consider custom codes, see similar thread here:
The template is using wpv-conditional statements to show different layouts based on product type.
But the shortcodes are showing up:
fusion_builder_container, fusion_builder_row, fusion_builder_column, etc.
Solution:
There might be some conflict issue in your website, please try these:
1) copy all codes inside [wpv-conditional] ... CODES... [/wpv-conditional] into a new content template, for example "my-code",
2) Then display the content template shortcode instead of those codes, like this:
[wpv-conditional] [wpv-post-body view_template="my-code"] [/wpv-conditional]
Problem: I'm trying to use Layouts, WPBakery Page Builder, and the Newspaper theme together but I'm not able to get my page templates to appear as expected.
Solution: Toolset Layouts and WPBakery should not be used together, so it's best to deactivate the Layouts plugin. The Newspaper theme doesn't work out-of-the-box with Content Templates, but you can follow the steps in our Theme Support for Content Templates document to help fix that problem.
Add this function name in Toolset > Settings > Frontend Content > Theme support for Content Templates:
The issue here is that the user wanted to know if it was possible to edit a content template with Elementor
Solution:
Unfortunately no its not possible to use the Elementor builder to design content templates. It is possible with the Divi builder.
Also it should be noted that so far no plans are being made to add the Elementor builder there. What you can do is to create your page templates in elementor and then add our shortcodes to that.
The issue here is that the user's content template wasn't displaying how they wanted it and a few images were there from the theme.
The custom wanted to hide these images. Solution:
To do this you can use some css but first you need to inspect the element to find the id or class of the element that you want to hide.