Hello all,
I’m having difficulties handling URLs in the CSS files.
It’s being impossible to set background images easily.
So, I’m trying to use a CSS flags I found to add icons to the language toggle plugin.
I don’t want to create a new language toggle plugin. Instead, overriding the template should do the trick. Unfortunately, I can’t seem to figure out a possibility.
I’ve place the plugin template within the themesName/frontend/plugins as well as at templates/ level, but to no avail.
Any ideas?
If I could easily point to the image folder within the plugin, that’ll be awesome, but, somehow I can’t…
So, to summarize the problems:
-
Unable to use background images, because I can’t load them (I don’t know how to use the @base-url is empty);
-
Unable to override plugin templates. I don’t know if it’s possible and where to place the file if it can be done.