I am unable to get Enfold running on a server running PHP 5.6
Is there a previous version that I could download?
Currently, when attempting to view the site, I see:
Fatal error: Call to undefined function post_has_layerslider()
Adding the function to the theme (or child-theme):
add_theme_support('deactivate_layerslider');
Causes another error:
Fatal error: Call to undefined function avia_new_section()
After each fix I found in your support documentation, I was able to view the site, but then the theme builder errors and just shows shortcode unrendered.
Hey Andrew,
I can’t speak to MAMP, but I use UwAmp with PHP 5.6.18 (http://www.uwamp.com/en/)
Can you try a different localhost?
Sorry I was not more help.
Best regards,
Mike
Mike,
I believe that answered my question. It’s not an issue with the theme, it’s an issue with MAMP.
Feel free to mark this question as closed.
Thanks!