-
hatuhay β
committed c125bf6f on 5.5.x authored by
jurgenhaas β
Issue #3303726 by jurgenhaas, lukas_w, Jan-E, hatuhay: Wrong path of...
-
hatuhay β
committed c125bf6f on 5.5.x authored by
jurgenhaas β
- Status changed to Fixed
almost 2 years ago 11:56pm 19 February 2023 - Status changed to Fixed
over 1 year ago 4:07pm 12 May 2023 - π¬π§United Kingdom londova
I still have this error message after installing the last version 5.5.12
- π¨π·Costa Rica maxmendez
This problem persist on 5.5.12 and 5.5.x-dev.
Seems to be only in the compile files.
- π¬π§United Kingdom 2dareis2do
If creating sub theme using bootstrap_sass, it is likely that the image path should be relative to the css file that is referencing it. This should likely be as follows:
$barrio_path_images: "../images/";
https://www.drupal.org/project/bootstrap_sass/issues/3384850#comment-152... π barrio_path_images required to be configured when creating a subtheme Needs review
Other wise you will get 404 errors e.g.
2023-09-01 15:19:51 Error xx.xx.xx.xx 404 GET /themes/custom/contrib/bootstrap_barrio/images/icons/text-plain.png HTTP/1.0 https://mywebsite/article/getting-started-ddev-and-apache-solr-service-addon Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 919 Apache SSL/TLS access 2023-09-01 15:19:51 Error xx.xx.xx.xx 404 GET /themes/custom/contrib/bootstrap_barrio/images/icons/text-html.png HTTP/1.0 https://mywebsite/article/getting-started-ddev-and-apache-solr-service-addon Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 918 Apache SSL/TLS access 2023-09-01 15:19:51 Error xx.xx.xx.xx 404 GET /themes/custom/contrib/bootstrap_barrio/images/required.svg HTTP/1.0 https://mywebsite/article/getting-started-ddev-and-apache-solr-service-addon Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36 35.1 K Apache SSL/TLS access 2023-09-01 15:19:51 Error xx.xx.xx.xx 404 GET /themes/custom/contrib/bootstrap_barrio/images/icons/text-x-generic.png HTTP/1.0
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Getting these errors as well:
/themes/contrib/bootstrap_barrio/required.svg 404 (Not Found)
Looking at the CSS used in the page source, it's using:
background-image:url(/themes/contrib/bootstrap_barrio/required.svg);
But, this issue can't be reopened other than by the maintainers so we need a new issue.
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Created a new issue: π Continue to have issue with wrong path of required.svg in webform.css Active
- πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Note that the latest dev version is working as expected so you can use that until a new release is available.