- Issue created by @nofue
Same for me with Bootstrap5 3.0.3.
The star indicating a mandatory field display after the label is invisible.- π¦πΉAustria nofue
@superlolo95 -- thanks for your observation. I couldn't figure what the loss of "required.svg" may cause. About time to dig them up from an older installation. I attached that required.svg from a Bootstrap 3 installation, found in
/themes/contrib/bootstrap/starterkits/THEMENAME/images/required.svg
As Drupal.org doesn't allow the upload of SVG, I made it a zip within it's image/folder.
To make use of it, download the image.zip file, put it in bootstrap5's directory (
/themes/custom/bootstrap5
) and unzip it there. If you don't have shell access, you may want do download to your local machine. Then use FTP or what you've got to create
/themes/custom/bootstrap5/images
and upload required.svg into this directory. - π¬π§United Kingdom natts London
The required.svg is not the only missing image icon that's referred to in the CSS of this bootstrap5 theme. There are 25 matches across 6 CSS files. All of those icon images being referred to are in fact available within the Drupal core starterkit_theme (core/themes/starterkit_theme/image/icons) since Drupal 9.3.
So while a quick fix is to add required.svg into the place where the CSS says that it is (bootstrap5/images/icons), I believe the correct fix is either for all of the CSS to be updated to use the 24 image icon files made available in the core starterkit_theme, or possibly, to have its own copies of all 24 of them.
-
VladimirAus β
committed 061f35d4 on 3.0.x
Issue #3342492 by nofue, superlolo95, natts, VladimirAus: Required.svg...
-
VladimirAus β
committed 061f35d4 on 3.0.x
- Status changed to Fixed
almost 2 years ago 9:28am 22 February 2023 - π¦πΊAustralia VladimirAus Brisbane, Australia
Thanks for your comments.
Committed! π» - π¬π§United Kingdom natts London
I'm grateful for the quick turnaround today, but the issue was first reported 15 days ago π Incorrect URL Paths in CSS Closed: works as designed and apparently ignored until I followed up on it yesterday.
Automatically closed - issue fixed for 2 weeks with no activity.
- First commit to issue fork.
- πΊπΈUnited States barbarae
I have the problem from this stream even though it is marked as fixed. My site runs ok on drupal 9.5.10 with civicrm 5.62.0 until I try to upgrade civicrm to either 5.62.1 or civicrm 5.62.2. Then I get the error mentioned below:
https://www.jandbwebsite.com/themes/contrib/bootstrap_barrio/images/requ...
/CimarronRES/sites/default/files/css/css_J-2CXAdyTZY8175zy0hWbrQ9H-g_PZRZY9cQ86ikAsI.css:1 GET https://www.jandbwebsite.com/themes/contrib/bootstrap_barrio/images/requ... 404
This is the expanded code from the GET:
https://www.jandbwebsite.com/CimarronRES/sites/default/files/css/css_J-2...The initial https://www.jandbwebsite.com/themes/contrib/bootstrap_barrio/images/requ... would not find any correct files because it is missing my sub domain. But the second expanded code GET has the correct sub domain (CimarronRES).
I cannot logon to my site at all because of the missing sub domain (CimarronRES) in the initial reference https://www.jandbwebsite.com/themes/contrib/bootstrap_barrio/images/requ...
I am not a "coder" so even though I can debug a bit, I do not know how/where to fix this ?
Thank you for any help - barbarae (PS I have been using drupal with civicrm since 2008 and gone through the drupal 7 to drupal 9 upgrades).
- Status changed to Fixed
about 1 year ago 8:51am 31 August 2023 - π¦πΉAustria nofue
@barbarae -- I think you should direct your request to " Bootstrap Barrio β " which is a different theme, this is "Bootstrap5"