This translation is older than the original page and might be outdated. See what has changed.

This is an old revision of the document!


Change history for themes in version 4

This page lists all changes in the theme folder for the Simple theme within version 4. If you are still using version 3, please update to version 4 first. This will also replace the complete theme folder. If you are already using 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.

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.

  • Search the adm_themes/simple/css/admidio.css file for the following code (around line 187):
    .btn-group-vertical {
        display: block;
    }

    Add the following code after this code block:

    /* show vertical btn group in mobile view */
    @media (max-width: 767px)
    {
        .btn-group {
            display: block;
        }
     
        .btn-group .btn {
            display: block;
            float: none;
            width: 100%;
        }
    }
  • en/2.0/aenderungshistorie_fuer_themes_4.1609919603.txt.gz
  • Last modified: 2021/01/06 08:53
  • by fasse