Hello,
Thanks for using our theme
Please try to enable wp_debug: http://codex.wordpress.org/WP_DEBUG to see where you have a problem
Regards
Hello and thank you for the quick reply.
It is giving me the following error:
Fatal error: Call to undefined function fruitful_ret_options()
Is there something changed in the original code that I should change also on the child theme?
Problem resolved. Seems that fruitful_ret_options() function does not exist in the new update, so I just replaced the code in my child theme with the new one and everything went back to normal.
Thank you
i had this same problem. which code did you replace in the child theme to fix it?
Hello, if you enable wp_debug you should see exactly what the problem is.
You should get a message like the one I wrote above which will say to you exactly in which file and line the problem is, so you can go on and edit it.
In my case, I was calling a function that did not exist in the parent theme anymore.
Hope this helps.