WPBakery plugin isnt avilble in package

Posted in: Newspaper
Post count: 45

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

Post count: 27744

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!

Post count: 45

Thanks.
Does this package (Newspaper-tf\code\other_plugins) contain wpbakary front end editor?
Or just the backend editor.

Post count: 21065

Hello @yonish3!

We offer the Backend editor version of WP Bakery.

Thank you!

Post count: 45

I still want to use the wpbakary frontend editor.
I’ll purchase the license and install it, at my own risk.
can you please let me know where I can find this code (file path) so I can enable it?
vc_disable_frontend

Post count: 21065

Hello @yonish3!

You can find this plugin files in Newspaper-tf\code\other_plugins\js_composer.zip

Thank you!

Post count: 45

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/

Post count: 21065

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!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.