Skip Navigation

[Resolved] Content template causing conflict

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

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by Anonymous 6 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#572316

Anonymous
download.jpg

Hi, I have a problem into my homepage. hidden link
I created, using visual composer, a row with two columns, uno with a view created with Toolset, and one with a widget with events.
The problem is that the views cause the widget going to a next line.
Furthermore, into the view, the content template is not working as I would.
Because each post should be displayed in a grey box made of two columns, at left should be placed only the image, on the right all the rest.

#572400

Dear Simon,

There is a broken HTML div tag in the content template:
hidden link
section "Elemento del ciclo in Notizie IN EVIDENZA HOMEPAGE", I have modified it from:

<div class="row">
	<div class="col-sm-5">
      	<a href="[wpv-post-url]">
  			[wpv-post-featured-image size="custom" width="300" height="300" crop="true"]
		</a>
...

To:

<div class="row">
	<div class="col-sm-5">
      	<a href="[wpv-post-url]">
  			[wpv-post-featured-image size="custom" width="300" height="300" crop="true"]
		</a>
    </div>
...

Please test again, check if it is fixed or not

#573561

Anonymous

Thanks

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.