You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been able to see what you're talking about. I'm not even an CSS amateur. I actually get people to do that for me but all the stock themes as well as watersky and axiom the images appear fine but once I add yours or that theme and using theme changer plugin the bavarian_dawn theme just doesn't show some images. but once I switch to one of the other themes it's fine.
If you really want to find the issue I'd start with one of the basic themes and start to incorporate your style changes slowing and you might narrow the issue down. I'm really sorry it's out of my realm.
Greetings,
The images for stop, start, etc are not showing up.
I've copied them to these locations:
./plugins/time_logger/assets/images/list.png
./public/images/list.png
./public/plugin_assets/time_logger/images/list.png
and I get them to show up:
.icon-list-action {
background-image: url(../images/list.png); // this is crossed out in chrome dev tools
}
This is strange, because the one for time works:
./plugins/time_logger/assets/images/time.png
./public/images/time.png
./public/plugin_assets/time_logger/images/time.png
./plugins/time_logger/assets/images/stop.png
./public/images/stop.png
./public/plugin_assets/time_logger/images/stop.png
Any insight into this would be much appreciated!
Thanks,
JD
The text was updated successfully, but these errors were encountered: