Viewing 1 replies (of 1 total)
  • m.mordi,

    line 129 of front-end-users/lib/front_end_users.php
    Find this statement:
    $css_url = $this->plugin_url.'css/feu.css';
    change to:
    $css_url = plugins_url( 'css/feu.css' , dirname(__FILE__) );
    
    hope it helps.
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Front-End Users] Can't change style’ is closed to new replies.