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_41 [2021/12/31 16:03] fasseen:2.0:aenderungshistorie_fuer_themes_41 [2023/01/29 15:35] (current) – [Change history for themes in version 4.1] fasse
Line 1: Line 1:
 ====== Change history for themes in version 4.1 ====== ====== Change history for themes in version 4.1 ======
-This page lists all changes in the theme folder for the **Simple** theme within version 4.1. If you are still using version 4.0, check the [[en:2.0:change_history_for_themes_4|dortigen page]] to see if you have made all changes within 4.0. If you are still using version 3, first [[en:2.0:update_to_version_4|update to version 4]]. This will also replace the complete theme folder. If you already use version 4.x and want to update to a newer version 4.y, this page can help you.+This page lists all changes in the theme folder for the **Simple** theme within version 4.1. If you are still using version 4.0, check the [[en:2.0:aenderungshistorie_fuer_themes_4|page there]] to see if you have made all changes within 4.0. If you are still using version 3, first [[en:2.0:update_to_version_4|update to version 4]]. This will also replace the complete theme folder. If you already use version 4.x and want to update to a newer version 4.y, this page can help you.
  
 The changes shown here always refer to our default theme **Simple**. If you have made changes here, you may have to take them into account in the customizations. If you haven't made any changes to the theme yet, or if you can restore them yourself relatively easily, you can simply replace the theme folder.  The changes shown here always refer to our default theme **Simple**. If you have made changes here, you may have to take them into account in the customizations. If you haven't made any changes to the theme yet, or if you can restore them yourself relatively easily, you can simply replace the theme folder. 
  
 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.1.13 =====
 +  * Search in the file ''adm_themes/dein-ausgewähltes-Theme/templates/cookie_note.tpl'' for the following code (around line 8):<code javascript>"name": "'{$cookiePrefix}_cookieconsent_status",</code> Replace this block with the following code:<code javascript>"name": "{$cookiePrefix}_cookieconsent_status",</code>
 +
 +===== Version 4.1.11 =====
 +  * Search in the file ''adm_themes/dein-ausgewähltes-Theme/css/admidio.css'' for the following code (around line 534):<code css>.progress {
 +    background-color: #dddddd;
 +}</code> Replace this block with the following code:<code css>.progress {
 +    background-color: #dddddd;
 +    height: 20px !important;
 +}</code> 
  
 ===== Version 4.1.0 ===== ===== Version 4.1.0 =====
Line 42: Line 53:
     margin-left: 3px;     margin-left: 3px;
 }</code> Replace this block with the following code:<code css>.admidio-form-group-required .control-label:after, }</code> Replace this block with the following code:<code css>.admidio-form-group-required .control-label:after,
 +.admidio-form-group-required .checkbox label:after,
 .admidio-form-required-notice span:after { .admidio-form-required-notice span:after {
     font-family: "Font Awesome 5 Free";     font-family: "Font Awesome 5 Free";
  • en/2.0/aenderungshistorie_fuer_themes_41.1640963030.txt.gz
  • Last modified: 2021/12/31 16:03
  • by fasse