11 days later

@yannis I try to change background of header.Hero.WelcomeHero on mobile view. But there is " !important " in default css file. How can I change it could you help me?

    hello ,
    Can I get Synopsis view on mobile?
    I want the descriptions to appear on mobile.

      Tags page navigation disappear. How do i get it back?

        18 days later

        May be this css codes provides better appearence for settings page.

        Profile Settings Page

        .SettingsPage fieldset>ul>li {
        box-shadow: -1px 1px 4px 1px #d1d1d1;
        padding: 4px;
        border-radius: 1rem;
        background: #ffffffa8;
        }
        
        .SettingsPage .Settings-account>ul>li {
        padding: 1px;
        border-radius:1rem;
        }
        
        .SettingsPage button{
        background: #ffffffa8;
        border-radius: 1rem;
        }
        
        .SettingsPage .NotificationGrid {
         background: transparent;
        }

        Discussion page at mobile

        @media phone {
        .PostStream-item>article>div:first-of-type {
            background: white;
            padding: 1rem;
            border-radius: 1rem;
           }
        }
        2 months later

        I can't change tag tiles css from admin panel. I would like to fit-size tgs to screen on mobile.

        .TagTiles {
            display: grid;
            grid-gap: 1rem;
            grid-template-columns: repeat(auto-fit,minmax(300px,1fr)) !important;
            grid-auto-rows: 200px;
        }
        
        .TagTiles>li {
        width: 100% !important;
        border-radius: 5px;
        }

        @media screen and (max-width: 767.98px) {

        .TagTiles {
            margin: -15px 0px !important; 
        }
        
        .TagTiles>li {
        margin: 15px 0px !important; 
        width: 100% !important;
        border-radius: 5px;
        overflow: auto;
        }
        16 days later

        Hello. I just managed to install the theme and I have this problem, it didn't seem quite normal to remove my other extensions.
        Terminal:

        Using version 2.1 for yannisme/oxotheme
        ./composer.json has been updated
        Running composer update yannisme/oxotheme
        Loading composer repositories with package information
        Info from https://repo.packagist.org: #StandWithUkraine
        Updating dependencies
        Nothing to modify in lock file
        Installing dependencies from lock file (including require-dev)
        Package operations: 1 install, 0 updates, 17 removals

        • Removing pusher/pusher-php-server (2.6.4)
        • Removing flarum/tags (v1.6.1)
        • Removing flarum/suspend (v1.6.1)
        • Removing flarum/subscriptions (v1.6.1)
        • Removing flarum/sticky (v1.6.1)
        • Removing flarum/statistics (v1.6.1)
        • Removing flarum/pusher (v1.6.1)
        • Removing flarum/nicknames (v1.6.1)
        • Removing flarum/mentions (v1.6.1)
        • Removing flarum/markdown (v1.6.1)
        • Removing flarum/lock (v1.6.1)
        • Removing flarum/likes (v1.6.1)
        • Removing flarum/lang-english (v1.6.0)
        • Removing flarum/flags (v1.6.1)
        • Removing flarum/emoji (v1.6.1)
        • Removing flarum/bbcode (v1.6.0)
        • Removing flarum/approval (v1.6.1)
        • Installing yannisme/oxotheme (2.1.5): Extracting archive
          Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
          Generating autoload files

        The forum looks like this :

        How could I solve this problem?
        I want to mention that I also made the related updates.

        Thank you.

          mclrobert I don't see anything in the theme source code that would cause this.

          Do you have a backup of the composer.json file before you ran the command? The only way I could see this happening is if you had already manually removed all those other extensions from composer.json previously but just didn't run any Composer command in the meantime. Or maybe you manually copied or reverted the composer.lock file from a different backup that doesn't match with the remaining of your files.

          To re-install the missing extensions you will have to add each one of them to composer.json (original list) and then run the update command as described in the update guide. Or you can re-install each one with the composer require flarum/approval:"*" command. You can add all of them to a single command like composer require flarum/approval:"*" flarum/bbcode:"*" flarum/emoji:"*" [etc]

          If Composer doesn't let you re-add the extensions, you can run composer why-not flarum/approval ^1.6 to see if there's any other installed package that forced all those extensions to be removed.

          2 months later

          This is a great theme!

          Question, can I change the overall border radius for all theme elements?
          Would like to reduce it to 4px. Is there any code that can change everywhere or do I need to go through everything?

          3 months later

          @yannis Hey Yannis, Is this still under active development? Your website is inactive and there hasn't been much activity recently. Eager to see this one developed further if possible?

          3 months later

          Same thing as @mclrobert seems to happen to me too, did not remove anything but the theme doesnt looks like that, with the avatar bigger than the article box.

          a month later

          mclrobert I also installed the theme the other day. And I'm also having the issue of avatars being bigger than the article itself. I guess I could add some of my own CSS to compensate for it.

          @yannis But it would be great to know, is any of this being looked at and if the theme is still in active development? Seems to be over a year ago last time posting something. 🙂