AugusGils
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount removed at checkout!I can confirm Axcho adjustment works, please accept his pull request.
Well i got this same issue but for me it isn’t solved.
"NetworkError: 404 Not Found - http://www.***.nl/wp/home/augus/sites/***/www/content/plugins/custom-sidebars/inc/external/wpmu-lib/css/wpmu-ui.css?ver=3.9.1"Here you can see that with v 2.0.3 i still get the same issue.
The problem is my plugin folder is in /root/content/plugins/ while the way the script is now its looking in /root/wp/home/augus/sites/***/www/content/plugins.
So a simple path error.
Dear David,
The problem is that the CSS and JS files have an false path configuration. For example we got an custom install (WordPress and Content folders in seperate folders).
So the CSS and JS loading should check where and what the content folder is and put that as path.
Not im getting the URL+abspath+file while it must be abspath+file.
Can you say when this is fixed so we can update again?
Thanks in forward!