Skip Navigation

[Resolved] Toolset Block columns not working with Elementor

This support ticket is created 4 years, 2 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 6 replies, has 2 voices.

Last updated by fatios 4 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#1798433

Hello,
I've been struggling with Toolset Block for a while.
I created a Block view in Toolset> Content Templates> Archive Jobs. In the loop of this view, I inserted three columns. In each column a post field.
I then created a page (Emplois) with Elementor. From the builder, I inserted a Toolset View block and selected my "Archive Job" view.
My problem: Cannot have the column display as I configured it in my Toolset view, it is displayed in rows.
A solution to solve this problem?

#1800377

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Using the access details you shared I see you created the content template using blocks and created the view using blocks.

First of all - After checking to debug the information you shared with us, I found that you are using outdated Toolset plugins. We always recommend running your site with the latest stable release plugin version.

*** Please make a FULL BACKUP of your database and website.***
Could you please update ALL Toolset plugins to it's latest officially released version. You can download the latest plugin release from your accounts page:
=> https://toolset.com/account/downloads/

Can you please update ALL Toolset plugins first and see if that help you to resolve your issue.

#1800421

Hello Minesh,
The update has been completed. The problem remains the same despite everything.

#1802857

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

removed.

#1805065

Hello Minesh,
Looks like your last answer has been deleted. Have you found the cause of my problem?

Thanks for your help

#1805457

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

The wrong reply was added to this ticket so I've removed that.

I checked with my test site and columns are working fine.

In order to minimize the cause of the issue as well as to ensure there is no plugin/theme conflict:

Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
- Do you see any difference? If no:

I will require duplicator copy of your site to troubleshoot the issue further.

More info:
=> https://toolset.com/faq/provide-supporters-copy-site/

I have set the next reply to private which means only you and I have access to it.

#1814439

Hi Minesh,

I found the problem, there was this line in my theme that was blocking gutenberg:

function wps_deregister_styles() {
	if ( ! is_admin()) {
    	wp_dequeue_style( 'wp-block-library' );
	}
}
add_action( 'wp_print_styles', 'wps_deregister_styles', 100 );*/

My issue is resolved now. Thank you!