Skip Navigation

[Resolved] Products in 2 columns not whole page

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 1 reply, has 2 voices.

Last updated by Nigel 6 years, 3 months ago.

Assisted by: Nigel.

Author
Posts
#1126494
2.png
1.png

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.

#1127349

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.