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
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.
It looks like the javascript error wasn't part of the problem.
Great work.
Thank you very much !