Skip Navigation

[Resolved] Elementor Shortcode inside View (Display in two columns section) [AMAZING]

This support ticket is created 5 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Shane 5 years, 3 months ago.

Assisted by: Shane.

Author
Posts
#1373299

Tell us what you are trying to do?

I'm trying to display my "Elementor Shortcode View" in a two-column section but I'm not achieving it.

This guy gave me THE really good idea : https://toolset.com/forums/topic/using-elementor-template-shortcodes-inside-view-loop/ .... I know there isn't a way you suggest (surprisingly, because it takes Toolset to a whole another level). I would only like to ask you an help to achieve a solution in which Loop Items are displayed in pairs of two for every row

You can see now what I make here hidden link

On section "promozioni in corso" there is a view named "Ultime 4 Offerte Home" in which the view is an Elementor Template added with a shortcode as shown in the toolset thread on the link I wrote before.

#1373393

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kevin,

Thank you for getting in touch.

Perhaps you can use the loop wizard in views to create a 2 column layout and you can add your elementor shortcode to that.

For this to work you will need to enable Bootstrap in Toolset->Settings and scroll down to bootstrap loading.

Thanks,
SHnae

#1374873

Hello Shane,
Can you please be more specific?
I got this on my Editor Cycle :

[wpv-layout-start]
[wpv-items-found]
<!-- wpv-loop-start -->
<wpv-loop>
[elementor-template id="891"]
</wpv-loop>
<!-- wpv-loop-end -->
[/wpv-items-found]
[wpv-layout-end]

If I add a two column grid, how can I adjust it?

#1375527

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Kevin,

This is what I meant


<wpv-loop wrap="2" pad="true">
		[wpv-item index=1]
		<div class="row ">
			<div class="col-md-6">[elementor-template id="891"]</div>
		[wpv-item index=other]
			<div class="col-md-6">[elementor-template id="891"]</div>
		[wpv-item index=2]
			<div class="col-md-6">[elementor-template id="891"]</div>
		</div>
		[wpv-item index=pad]
			<div class="col-md-6"></div>
		[wpv-item index=pad-last]
			<div class="col-md-6"></div>
		</div>
	</wpv-loop>

Please try this and let me know.

Thanks,
Shane