Upgrade to 21.4.1 makes child theme not work
I have many installations of BeTheme across numerous client sites. I have been using child themes on all of them for minor customizations. I recently upgraded to 21.4.1 and when I go to use the child theme, the page appears blank and the underlying code states:
<!DOCTYPE html>
<html class="no-js" lang="en-US" itemscope itemtype="https://schema.org/WebPage">
<!-- head -->
<head>
<!-- meta -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="shortcut icon" href=" I saw posts about multiple enqueues of the style.css in the functions.php file but I ruled that out. Need help quickly please. Thank you so much. |
Comments
Hi,
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