Path issue with plug-ins?
-
I recently installed a WooCommerce plugin that adds some images on the checkout screen; however the images don't show. The plugin's developer told me that it's because my WP install uses a nonstandard plugin directory:
/wp-content/plugins/app/data/wp-content/plugins/PLUGIN-NAME/src/static/css/stylesheet.css
So it's preventing the css/js files from loading the images. They basically told me I'm out of luck because they don't support non-standard directories.
I was under the impression that on Cloudron this is actually the path:
/app/data/wp-content/plugins/PLUGIN-NAME/src/static/css/stylesheet.css
which wouldn't be too non-standard, to my knowledge.
So is the dev correct? If so, how can I fix this?
-
@jordanurbs Im sitting here imagining that these devs hard coded a full path like a bunch of dummies.
-
@atrilahiji and then blames it on Cloudron