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_4 [2021/01/23 17:28] fasseen:2.0:aenderungshistorie_fuer_themes_4 [2021/10/15 08:28] (current) fasse
Line 5: Line 5:
  
 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.0.6 =====
 +  * The file ''adm_themes/your-choosen-theme/templates/overview.tpl'' must be replaced.
 +  * Search in the file ''adm_themes/your-choosen-theme/css/admidio.css'' for the following code  (around the line 551):<code css>.admidio-roles, .admidio-album {
 +    border: none;
 +    background-color: #eeeeee;
 +    margin-top: 15px;
 +    margin-bottom: 15px;
 +}
 +
 +.admidio-roles li {
 +    padding-left: 0px;
 +    padding-right: 0px;
 +    background-color: #eeeeee;
 +}</code> Replace the block with the following code:<code css>.admidio-card {
 +    border: none;
 +    background-color: #eeeeee;
 +    margin-top: 15px;
 +    margin-bottom: 15px;
 +    height: 95%;
 +}
 +
 +.admidio-card li {
 +    padding-left: 0px;
 +    padding-right: 0px;
 +    background-color: #eeeeee;
 +}</code> 
  
 ===== Version 4.0.4 ===== ===== Version 4.0.4 =====
-  * The file ''adm_themes/dein-ausgewähltes-Theme/templates/overview.tpl'' must be replaced. +  * The file ''adm_themes/your-choosen-theme/templates/overview.tpl'' must be replaced. 
-  * Search the file ''adm_themes/dein-ausgewähltes-Theme/templates/index.tpl'' for the following code  (around line 83):<code html>          {if $validLogin}+  * Search the file ''adm_themes/your-choosen-theme/templates/index.tpl'' for the following code  (around line 83):<code html>          {if $validLogin}
             <ul class="navbar-nav ml-auto">             <ul class="navbar-nav ml-auto">
               <li class="nav-item">               <li class="nav-item">
Line 47: Line 74:
             {/if}             {/if}
             </ul></code>              </ul></code> 
-  * Search the file ''adm_themes/dein-ausgewähltes-Theme/css/admidio.css'' for the following code (around line 551):<code css>#plgCalendarTable td.plgCalendarToday {+  * Search the file ''adm_themes/your-choosen-theme/css/admidio.css'' for the following code (around line 551):<code css>#plgCalendarTable td.plgCalendarToday {
     background-color: #324b64;     background-color: #324b64;
     border-radius: 5px;     border-radius: 5px;
Line 56: Line 83:
  
 ===== Version 4.0.3 ===== ===== Version 4.0.3 =====
-  * The file ''adm_themes/dein-ausgewähltes-Theme/images/admidio_logo.png'' must be replaced. +  * The file ''adm_themes/your-choosen-theme/images/admidio_logo.png'' must be replaced. 
-  * Search the file ''adm_themes/dein-ausgewähltes-Theme/css/admidio.css'' for the following code (around line 26):<code css>#admidio-main-navbar .navbar-brand img {+  * Search the file ''adm_themes/your-choosen-theme/css/admidio.css'' for the following code (around line 26):<code css>#admidio-main-navbar .navbar-brand img {
     margin-right: 10px;     margin-right: 10px;
     margin-top: -15px;     margin-top: -15px;
  • en/2.0/aenderungshistorie_fuer_themes_4.1611419334.txt.gz
  • Last modified: 2021/01/23 17:28
  • by fasse