• Resolved alexander_sp

    (@alexander_sp)


    Hi,
    congratulations for great plugin.

    I have modified the functions.php file with this code:
    _______________________________________________________
    function show_on_page( $show ){
    if( !is_page( 2 ) ){
    return true;
    }
    return $show;
    }
    add_filter( ‘cfm_show_menu’, ‘show_on_page’ );
    _____________________________________________________

    the problem is that the menu is shown at the top with an icon:
    https://www.greatividad.es/menu_desplegable.jpg

    I need to put it in the sidebar, but it appears without the icon (ie with the menu title)
    How can solve it?

    Thanks in advence!
    Alejandro

    PD:
    I do not put the url, because you have to mnodify the HOSTS file to see it

  • The topic ‘How do I put the menu in the side bar?’ is closed to new replies.