Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:2.0:aenderungshistorie_fuer_themes_43 [2024/05/31 14:11] fasseen:2.0:aenderungshistorie_fuer_themes_43 [2025/02/15 09:16] (current) fasse
Line 6: Line 6:
 If your changes are bigger and you don't want to simply replace the theme folder, all changes are documented here and you have to add them to your theme yourself. Check which version of Admidio you have used so far and look for an entry that corresponds to this version or higher. You have to update all documented changes from this entry on. If your changes are bigger and you don't want to simply replace the theme folder, all changes are documented here and you have to add them to your theme yourself. Check which version of Admidio you have used so far and look for an entry that corresponds to this version or higher. You have to update all documented changes from this entry on.
  
-===== Version 4.3.===== +===== Version 4.3.14 ===== 
-  * Add within the file ''adm_themes/your-selected-theme/css/admidio.css'' the following code (around line 418)::<code css>.admidio-blog img, .admidio-card img {+  * Search within the file ''adm_themes/simple/templates/sys-template-parts/parts/form.part.warning.tpl'' the following code (around line 2):<code html><div class="alert alert-warning mt-3" role="alert"></code> Replace the block with this code:<code html><div id="{$id}_alert" class="alert alert-warning mt-3" role="alert"></code>  
 + 
 +===== Version 4.3.10 ===== 
 +  * Add within the file ''adm_themes/your-selected-theme/css/admidio.css'' the following code (around line 537):<code css>.card-img, .card-img-top { 
 +    height: 200px !important; 
 +    object-fit: cover !important; 
 +
 + 
 +.admidio-album-thumbnail .rounded { 
 +    width: 100% !important; 
 +    object-fit: cover !important; 
 +}</code>  
 + 
 +===== Version 4.3.8 ===== 
 +  * Add within the file ''adm_themes/your-selected-theme/css/admidio.css'' the following code (around line 418):<code css>.admidio-blog img, .admidio-card img {
     max-width: 100%;     max-width: 100%;
     height: auto;     height: auto;
  • en/2.0/aenderungshistorie_fuer_themes_43.1717157482.txt.gz
  • Last modified: 2024/05/31 14:11
  • by fasse