[Resolved] I can see an X after the footer

Home Forums Support [Resolved] I can see an X after the footer

Home Forums Support I can see an X after the footer

  • This topic has 18 replies, 2 voices, and was last updated 3 years ago by Leo.
Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #778055
    Espresso

    Hi, I have sent them.

    I will wait for your findings.

    Thanks,

    Dan

    #778074
    Espresso

    Hi, I have sent them. I have checked but I don’t really have any Twitter widget…just a link to the Twitter page.

    I will wait for your findings.

    Thanks,

    Dan

    #1725219
    Nicole

    I had a similar problem and I could fix it with adding this to the functions.php:

    add_filter( ‘option_generate_menu_plus_settings’,’lh_custom_homepage_menu_plus_settings’ );
    function lh_custom_homepage_menu_plus_settings( $options ) {
    if ( is_page() || is_front_page() ) {
    $options[‘slideout_menu’] = ‘false’;
    }

    return $options;
    }

    #1725236
    Leo
    Staff
    Customer Support

    This post is 2 years old so hopefully the plugin author was able to resolve this already.

Viewing 4 posts - 16 through 19 (of 19 total)
  • The topic ‘I can see an X after the footer’ is closed to new replies.