Skip Navigation

[Resolved] Failed to initialize plugin: wpv_add_views_conditional_button

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 17 replies, has 2 voices.

Last updated by frederiquev 2 years ago.

Assisted by: Minesh.

Author
Posts
#2608969

Minesh
Supporter

Languages: English (English )

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

Can you please share admin access details of your site so that I can check the issue on your site with the problem URL. I got the news that there is something related to theme's functions.php file and once I get the access I wanted to verify that.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

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

#2610407

Minesh
Supporter

Languages: English (English )

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

Based upon the investigation the issue is with your parent theme's functions.php file code. I can see the following code and the issue is coming from that:

if ( defined( 'WPB_VC_VERSION' ) && ( defined( 'TYPES_VERSION' ) || defined( 'WPV_VERSION' ) ) ) {
		wp_dequeue_script( 'toolset-codemirror-script' );
		wp_deregister_script( 'toolset-codemirror-script' );
	}

What if you comment out the above line of code available with your parent theme's functions.php file and check if that help you to resolve your issue.

#2610523

My issue is resolved now. Thank you!