Hello,
I wanted to follow this tutorials:
https://forum.tagdiv.com/how-to-use-visual-composer/
https://forum.tagdiv.com/how-to-update-visual-composer-plugin/
But I don’t see the js_Composer.zip in the files I downloaded from ThemeForest:
https://prnt.sc/226dnv0
I already have WPBakery backend editor, but I think a developer has installed it not like in this tutorial, as I don’t see it under the theme plugins:
https://prnt.sc/226diyl
Also, if I get this sort, will I have access to WPBakery frontend editor?
Thanks
Hello,
Our theme has its own page builder, tagDiv Composer.
We have long recommended shifting from WPBakery to tagDiv Composer because there is a conflict between the two and they cannot be used together.
So, you can start to create the pages with the tagDiv Composer.
Also, on our channel https://www.youtube.com/channel/UCOT1RiNysIPCTPSnVZskwtQ, you can find more videos that can help you and documentation https://forum.tagdiv.com/newspaper-theme-documentation/ and you can ask us here on the forum if you have any questions.
You can find the WP Bakery in this path Newspaper-tf\code\other_plugins if you want to use it.
Thank you!
Hi Bettina,
I’m not referring to the installation files.
The frontend editor is blocked by using this code:
if (function_exists(‘vc_disable_frontend’)) {
vc_disable_frontend();
}
I want to delete it, please refer me to the relevant file location.
See this post:
https://forum.tagdiv.com/topic/enable-frontend-editor-of-vc-in-v6-at-own-risk-of-course/
Hello @yonish3!
Then you can find the file in \wp-content\plugins\td-composer\legacy\common\wp_boostertd_wp_booster_functions.php 1752 line.
Please note that any change you make in the files after update will be overwritten and you have to make the changes again. Better save the code somewhere and then apply it again after update.
Thank you!