Skip Navigation

[Resolved] I can’t use WPBakery Page builder when creating a custom post template

This thread is resolved. Here is a description of the problem and solution.

Problem: I am unable to edit a Content Template using the WPBakery Page Builder. The page builder does not appear.

Solution: Disable the Gutenberg editor in WPBakery settings, then try again.

0% of people find this useful.

This support ticket is created 5 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
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by olivierp-5 5 years, 2 months ago.

Assisted by: Christian Cox.

Author
Posts
#1388147
Capture d’écran 2019-11-20 à 16.59.44.png

It's a back-office problem.

I am trying to:

Create a new template for a custom post type that I created with toolset. There's no editor when I'm activating WPBakery Page builder for this template

I expected to see:
The visual builder

Instead, I got:
Nothing.

I kept only 3 extensions activated :
- Toolset Type (3.3.7)
- Toolset View (2.9.4)
- WpBakery page builder ( 6.0.5 )
When I look in my chrome developper console I see a javascript error :

Uncaught SyntaxError: Unexpected token ';' IN
data:application/
javascript;base64,dmFyIHM9e19fbm9TdWNoTWV0aG9kX186ZnVuY3Rpb24oKXt9LHRyYWNrOmZ1bmN0aW9uKCl7fTt0OmZ1bmN0aW9uKCl7fSx0bDpmdW5jdGlvbigpe30scGFnZU5hbWU6JycsTWVkaWE6e19fbm9TdWNoTWV0aG9kX186ZnVuY3Rpb24oKXt9fX07IGZ1bmN0aW9uIHNfZ2koKXtyZXR1cm4gczt9IGZ1bmN0aW9uIHNldFByb2R1Y3RzSW50b0Nvb2tpZSgpe30gZnVuY3Rpb24gY3VzdG9tUHJvZHVjdFRhYlRyYWNrZXIoKXt9O3ZhciBzX2FuYWx5dGljcz1zLHNfYWNjb3VudD0nJyxzX2Fkb2JlPXMvKmFkb2JlKi8sc19vbW5pPXMvKmFiYyovOw==:1

which, decoded give you :
var s={__noSuchMethod__:function(){},track:function(){};t:function(){},tl:function(){},pageName:'',Media:{__noSuchMethod__:function(){}}}; function s_gi(){return s;} function setProductsIntoCookie(){} function customProductTabTracker(){};var s_analytics=s,s_account='',s_adobe=s/*adobe*/,s_omni=s/*abc*/;

The semi-colon after "track:function(){}" is the culprit !

The initiator of this javascript is :
plugins/wp-views/embedded/res/js/views_codemirror_conf.js

A join

#1388159
Screen Shot 2019-11-20 at 11.39.43 AM.png

Hello, I can't see the JavaScript error you mentioned but I think I can fix the problem. I adjusted the WPBakery general settings to disable the Gutenberg editor. Now you should be able to use WPBakery to design a Content Template. Please let me know if this doesn't solve the problem for you.

#1388169

It looks like the javascript error wasn't part of the problem.

Great work.

Thank you very much !