Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
Version 21.1.1 Broken.
genwebteam
March 2019
in
BeBuilder
Updating to this version makes all of our pages blank.
Comments
Bryan
March 2019
Hey,
you are most likely using a child theme, there were some changed in the update.
1. Enable parent theme
2. Edit the function.php file in the child theme
3. Change the name of the fucntion and add echo, like this:
mfn_opts_show() change to echo mfn_opts_get()
4. Switch to child theme
This should help you
thanks
DividendStocks
March 2019
edited March 2019
Had the very same problem. Why do you change function names?
Pablo
March 2019
It's all due to the new envato security rules.
More about it here:
https://help.author.envato.com/hc/en-us/articles/360000481243#h_674316188621522302914837
Thanks
genwebteam
March 2019
Adding it here as it looks like this function changed as well:
mfn_builder_print( get_the_ID() );
To:
$mfn_builder = new Mfn_Builder_Front(get_the_ID());
$mfn_builder->show();
Sign In
or
Register
to comment.
Comments