Child theme gives a blank page after latest update to 21.1.6
Hello there guys,
I have updated to latest version of betheme, but my child theme does not work . I have inactivated all of the functions in functions.php of my child theme and I get a blank page .
Is there any known problems with child theme on latest update?
What can I do to solve this issue?
Best regards
Comments
Some time ago, we released the update for the Child Theme
Now, if you will make some changes in your child theme, you don't have to
provide the informations in functions.php which files you changed - now,
it's automatically apply these changes.
To
make your Child Theme work again, you have to find and replace the
'mfn_opts_show()' to 'echo mfn_opts_get()' in files which were modified.
After that, everything should be working fine, we had to make that change because of the new envato rules, more about it here: https://help.author.envato.com/hc/en-us/articles/360000481243#h_674316188621522302914837
Thanks
The new code is:
https://codeshare.io/2pjvB0
'mfn_opts_show()' to 'echo mfn_opts_get()' in files which were modified.