Tagged: ubermenu
This update has caused my site to go completely down ( I cannot access backend either) after I added the below filter to integrate Ubermenu:
add_filter( ‘avf_main_menu_nav’ , ‘um_enfold_menu’ , 100 , 1 );
function um_enfold_menu( $menu ){
$menu = ubermenu( ‘main’ , array( ‘theme_location’ => ‘avia’ , ‘echo’ => false ) );
return $menu;
}
If you are using a current version of Enfold (any version 4.1.3 or later), Enfold has added a filter that makes integration much easier. In functions.php paste this code at the end of the file. Make sure it is before the closing ?> PHP tag, if you have one.
Those are the instructions on the ubermenu support page and this was working fine before the update. After updating the site went down and I have tried removing the code above and reuploading the original updated functions.php 4.3 and it is still down. Please advise as to how I can fix this. Thank you very much
Hey akasumyan,
Best regards,
Victoria
I’m having the same issue.
Could you please help resolve this as the information on the following page is out of date: https://sevenspark.com/docs/ubermenu-3/theme-integration/enfold