Title: wrong style url
Last modified: April 30, 2018

---

# wrong style url

 *  Resolved [wordpressfan2011](https://wordpress.org/support/users/wordpressfan2011/)
 * (@wordpressfan2011)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/wrong-style-url/)
 * When the page loads with the login widget, the chrome developer tool shows can’t
   find css file:
    wp-content/plugins/miniorange-login-with-eve-online-google-facebook/
   style_login_widget.css
 * it should be wp-content/plugins/miniorange-login-with-eve-online-google-facebook/
   css/style_login_widget.css
 * I detected in code
    line 170, class-mo-oauth-widget.php
 *     ```
       	public function register_plugin_styles() {
       		wp_enqueue_style( 'style_login_widget', plugins_url( 'style_login_widget.css', __FILE__ ) );
       	}
       ```
   
 * should changed to
 *     ```
       	public function register_plugin_styles() {
       		wp_enqueue_style( 'style_login_widget', plugins_url( 'css/style_login_widget.css', __FILE__ ) );
       	}
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [miniOrange](https://wordpress.org/support/users/cyberlord92/)
 * (@cyberlord92)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/wrong-style-url/#post-10235208)
 * Hi,
 * Sorry for the inconvenience and thanks for pointing out the issue. We have published
   a fix with version 6.1.21.
 * _[ [Signature deleted](https://wordpress.org/support/guidelines/#avoid-signatures)]_
    -  This reply was modified 8 years, 1 month ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).

Viewing 1 replies (of 1 total)

The topic ‘wrong style url’ is closed to new replies.

 * ![](https://ps.w.org/miniorange-login-with-eve-online-google-facebook/assets/
   icon-128x128.png?rev=3419722)
 * [OAuth Single Sign On - SSO (OAuth Client)](https://wordpress.org/plugins/miniorange-login-with-eve-online-google-facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/miniorange-login-with-eve-online-google-facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/miniorange-login-with-eve-online-google-facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/miniorange-login-with-eve-online-google-facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/miniorange-login-with-eve-online-google-facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/miniorange-login-with-eve-online-google-facebook/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [miniOrange](https://wordpress.org/support/users/cyberlord92/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/wrong-style-url/#post-10235208)
 * Status: resolved