uncatcrea / wp-appkit

WP-AppKit WordPress plugin (create mobile apps connected to WordPress)
http://uncategorized-creations.com/
194 stars 66 forks source link

problem with background images #387

Open eskaigualker opened 4 years ago

eskaigualker commented 4 years ago

In my common.css I have a rule like this. background-image: url(../img/menu-icon.png);

The image is not shown. And I see with Firebug that the path is not relative to my theme folder, but to the plugin, like this: https://www.mywebsite.com/wp-content/plugins/wp-appkit/app/themes/mytheme/css/img/menu-icon.png

I have tried using quotes, double quotes... but no success. The image is correct, the problem is the path.

eskaigualker commented 4 years ago

It happens also with the fonts: image