Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author cavimaster

    (@cavimaster)

    Hello Felini,

    Great bug! ist a malfunction of my work! mea culpa ??

    In “menu-on-footer.php” found the line 28 and remove:
    <link rel="stylesheet" href="wp-content/plugins/menu-on-footer/menu_on_footer.css" type="text/css" >

    And before the “Add settings link” instruction block add this function:

    //************************************ Add CSS on header
    function menuonfooter_CSS() {
    echo '<link rel="stylesheet" type="text/css" href="'.WP_PLUGIN_URL .'/menu-on-footer/menu_on_footer.css" media="screen"/>';
    }
    add_action( 'wp_head', 'menuonfooter_CSS' );

    And that wort it now!! (normaly)

    See ya

    Thread Starter felini

    (@felini)

    thank a lot!!!
    plugin working great. thank you for your quick answer and for great plugin…
    my site is wwwsanapiro.com/ru

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Menu on footer] plagin not work’ is closed to new replies.