If you turn on in wp-config.php
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true) ;
Enfold starts to not work properly.
1. Settings Export is broken ( creates a bad export file) and import gives you no valid result.
2. functions-enfold.php line 135 should be: It needs the isset( $args->theme_location ) test
if( ( is_object( $args ) && isset( $args->theme_location ) && $args->theme_location == ‘avia’) || ( is_string( $args ) && $args = ‘fallback_menu’ ) )
3. there are other things wrong possibly but this is what I have found so far
We should be able to enabled debugging and not have the enfold plugin stop working.
Please fix this ASAP.
Hi peernet,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.
Best regards,
Nikko