Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1302979
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 questionI 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 questionI 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 badges2 Answers
Reset to default 2I 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 :
- Elementor Pro (is your base/main plugin for builder).
- 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
版权声明:本文标题:theme development - saving row as a template using WPBakery Page Builder is not working 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741675533a2391859.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论