Hi, in an archive, Can the result show repeated group?
Hi,
As discussed in our chat today, I'm including the important bits, in this existing support ticket:
The right shortcode for view looks like this:
[wpv-view name="stock-repeated-wine-stock-view"]
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-view
And I notice there is a conflict in the usage of slug "/stock/" too.
The page named "Stock" which holds this parent view has this URL "hidden link".
But the same URL is also occupied by the "Stocks" post type archive page "hidden link"
What we're seeing at "hidden link" at the moment is not the page named "Stock" but the post type archive page and therefore your two views are not visible there
> where do I find this view ?[wpv-post-body view_template="loop-item-in-stock-view"]
This is not the shortcode for the view, but it is a shortcode to load the content template for the current view.
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-post-body
Screenshot: hidden link
To better understand the usage of classic views editor, I'll recommend going through these guides:
https://toolset.com/documentation/user-guides/views/
https://toolset.com/documentation/legacy-features/views-plugin/
For changing columns based on the screen sizes, you can use the Bootstrap's a column/ grid classes.
You'll find a good example in this thread:
https://toolset.com/forums/topic/column-issue-on-ipad/
regards,
Waqar
I am sorry to not to reply to you message at the end. I was asked to something by my manager. Thanks for solving the problem.