Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #948260

    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

    #949002

    Hey akasumyan,

    Best regards,
    Victoria

    #952186

    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

    #952494

    Hi MIMMT,

    Please open a new thread and include admin login details to your site in private so that we can have a closer look.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.