Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update class-widget-context.php #32

Merged
merged 1 commit into from
Jan 8, 2018
Merged

Update class-widget-context.php #32

merged 1 commit into from
Jan 8, 2018

Conversation

tedgeving
Copy link
Contributor

The following errors are occurring in the latest release of the plugin:

GET http://j3.test/wp-content/plugins/widget-context/class/css/admin.css?ver=1.0.4 net::ERR_ABORTED

GET http://j3.test/wp-content/plugins/widget-context/class/js/widget-context.js?ver=1.0.4 net::ERR_ABORTED

The plugin is looking for admin.css and widget-context.js in the class folder instead of one directory up.

The proposed changes fix the incorrect directory paths.

The following errors are occurring in the latest release of the plugin:

`GET http://j3.test/wp-content/plugins/widget-context/class/css/admin.css?ver=1.0.4 net::ERR_ABORTED`

`GET http://j3.test/wp-content/plugins/widget-context/class/js/widget-context.js?ver=1.0.4 net::ERR_ABORTED`

The plugin is looking for `admin.css `and `widget-context.js` in the class folder instead of one directory up.

The proposed changes fix the incorrect directory paths.
@kasparsd kasparsd merged commit 95f5c43 into kasparsd:master Jan 8, 2018
@kasparsd
Copy link
Owner

kasparsd commented Jan 8, 2018

Thank you @tedgeving!

@tedgeving
Copy link
Contributor Author

No problem. Thanks for providing/maintaining a great plugin. Use it in most of the WordPress site I build for clients.

@kasparsd
Copy link
Owner

Version 1.0.6 has been released and includes this changeset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants