• Resolved stratsocaster

    (@stratsocaster)


    Hello,
    I am using a child theme and after updating to fruitful v3.1 my site displays a blank white page. How can I fix this? Is there any way to fix it without having to create a new child theme from blank?

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Fruitful Code

    (@fruitfulcode)

    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

    Thread Starter stratsocaster

    (@stratsocaster)

    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?

    Thread Starter stratsocaster

    (@stratsocaster)

    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?

    Thread Starter stratsocaster

    (@stratsocaster)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Site not displaying (child-theme)’ is closed to new replies.