1. I want to show products in 2 columns for this I have added this in Loop Editor.
[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<table width="100%" class="wpv-loop js-wpv-loop">
<wpv-loop wrap="2" pad="true">
[wpv-item index=1]
<tr>
<td>
[wpv-post-body view_template="Loop item in Custom woo-commerce products cat tem"]
</td>
[wpv-item index=other]
<td>
[wpv-post-body view_template="Loop item in Custom woo-commerce products cat tem"]
</td>
[wpv-item index=2]
<td>
[wpv-post-body view_template="Loop item in Custom woo-commerce products cat tem"]
</td>
</tr>
[wpv-item index=pad]
<td></td>
[wpv-item index=pad-last]
<td></td>
</tr>
</wpv-loop>
</table>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-no-items-found]
<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
[/wpv-no-items-found]
[wpv-layout-end]
2. I'm using DIVI to show contents like products and other sections (image 1).
3. But I only want show products in 2 column not the whole page.
4. Issue is when I add other section in DIVI it appears in 2 columns (image 2).
You understand the issue? I want to display products in 2 columns not the whole page/sections.
Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+00:00)
I think this is just a duplicate of the other thread, so I'll close it and we can continue in https://toolset.com/forums/topic/split-show-woo-commerce-product-archive-in-columns/ if you still need to.