admin管理员组

文章数量:1302979

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 3 years ago.

Improve this question

I am working on theme development and using "WPBakery Page Builder" for creating pages. I am getting below mentioned error while save row as template by opening edit row settings and click on gear icon. It gives me following error::

TypeError: $ is undefined

plugins/js_composer/assets/js/dist/backend.min.js:10:82695

I am saving row as a template like this::

I have deactivated all the plugins except js composer and tried to save row as template but still it returns me same error.

I thought there might be an issue with mytheme so I have activated Twenty Nineteen default theme and trying to save row as a template, but I am getting save error.

Any solution? Why this is happening?

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 3 years ago.

Improve this question

I am working on theme development and using "WPBakery Page Builder" for creating pages. I am getting below mentioned error while save row as template by opening edit row settings and click on gear icon. It gives me following error::

TypeError: $ is undefined

plugins/js_composer/assets/js/dist/backend.min.js:10:82695

I am saving row as a template like this::

I have deactivated all the plugins except js composer and tried to save row as template but still it returns me same error.

I thought there might be an issue with mytheme so I have activated Twenty Nineteen default theme and trying to save row as a template, but I am getting save error.

Any solution? Why this is happening?

Share Improve this question edited Jun 15, 2020 at 8:21 CommunityBot 1 asked Jan 6, 2020 at 5:44 Archana SharmaArchana Sharma 1491 silver badge7 bronze badges
Add a comment  | 

2 Answers 2

Reset to default 2

I was able to find a solution by doing a find and replace on this file

/wp-content/plugins/js_composer/assets/js/dist/backend.min.js $.ajax -> jQuery.ajax

Changing the $ symbol out to jQuery fixed the issue.

Maybe u should switch using another builder, you can combine 2 plugin functionality with this :

  1. Elementor Pro (is your base/main plugin for builder).
  2. JetEngine by Crocoblock. (will be like an addon to make specific template with custom post type functionality and custom field).

Personally i just switch to both of them from WP Bakery.

本文标签: theme developmentsaving row as a template using WPBakery Page Builder is not working