slight bug re css file?
-
Hi,
I’ve found this to be an excellent plugin. It’s very useful.
However, I think there might be a slight bug.
I believe in the file: login-sidebar-widget/login_afo_widget.php
public function register_plugin_styles() { wp_enqueue_style( 'style_login_widget', plugins_url( 'widget_login/style_login_widget.css' ) ); } }
needs to be amended to:
public function register_plugin_styles() { wp_enqueue_style( 'style_login_widget', plugins_url( 'login-sidebar-widget/style_login_widget.css' ) ); } }
Otherwise, the CSS file can’t be found by the browser and it causes a page loading delay.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘slight bug re css file?’ is closed to new replies.