Hi
@Alnaggar !
Ok, I'm sorry. That is the wrong folder.
I screenshotted, as not to waste time. And it's pretty easy to achieve!
You simply need to merge the additional folders of Beaver Builder Angecy into the normal Beaver Builder!
So compare the folders of
Beaver Builder Agency / extensions / ...
And add the additional ones to
Beaver Builder / extensions / ...
Then just reload your Beaver Builder plugin and in the admin you should see the white labeling options.
I'm not sure if all agency options are there, but I think they are. I only used it for the custom template override, and white labelling.
But keep in mind, that the latest Beaver Builder Agency version on Babiato.org is old, so it might create a conflict possibly with the latest Beaver Builde, but this is how I did it and worked well for a year. It likely still does work, I just have not been working inside of Wordpress for some time to stay current.
So please post back and let us know that it works? Sorry took so long on this to reply even to the other post. I think I missed the reply back on the other post.
Since you have Visual Studio Code up, there is another trick. I think Beaver Builder Pro only looks for the database options to load the agency features, like custom override templates, and white labelling options. If you save those database options, once you have created them from the admin, then you can program your agency features via PHP. This is what I did and stopped using the merged folders. I just wrote an
update_option(); in the code, and all worked well from there. This would be the best option if your agency settings don't change, and should work with updates of Beaver Builder Pro likely. That is the post I was going to write back later on-- the PHP snippet, where then we can just write out agency options (true or false, white label name, etc...)
