Icon missing
-
I am wondering if PopupMaker will not work completely well in a situation where WordPress is not installed at the root level of public_html. That is, in my installation, I have WordPress installed in a folder, let’s say it’s example.com/wordpress/.
I’m getting a console error 404-not-found for the image
https://www.example.com/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21×21.png
When in fact the image should be located at
https://www.example.com/wordpress/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21×21.pngThe reason I suspect this is because in the CSS for pum-admin-bar.css (and various other pum-admin-bar—.css files) there are lines that reference images as if WordPress is installed at the root level of public_html:
Line 7, for example:
background: url(/wp-content/plugins/popup-maker/assets/images/admin/icon-info-21x21.png) center center no-repeat transparent !important;Also while you are in there to fix this, if you could avoid the use of the !important modifier that would make some of us happier.
The page I need help with: [log in to see the link]
The topic ‘Icon missing’ is closed to new replies.