There are also some places where the label title and font color are inconsistent (ensure that there are no CSS configurations, no other themes installed, or newly built forums)

    abczoujin
    CSS is related to the extension you use, if you can provide your site link, maybe I can give some advice

    abczoujin
    I see that the mobile version of catfans is OK, I think you have found a way to solve it.

      Subarist Yes, except for some inconsistent label styles, the above mentioned issues have been resolved through CSS. Thank you for your response

      I tried to set up an eye-pleasing structure with a few minor CSS edits on the theme. Metin2 Forum

      I activated the Asirem theme. When I click on an empty left tab area on my own profile page (likes, messages, etc.) and scroll down to the bottom of this page, it automatically jumps up. It's fine when I look at someone else's profile, but only my own profile has this problem.

      9 days later

      @SychO I am actively using the Asirem theme. When I enter the profile page, when I scroll to the bottom part, it automatically jumps up and repeats this constantly. Console output like this, can you help please?

      Website: www.metin2.org.tr

      10 days later

      @SychO

      Experiencing some issues with primary nested tags not showing in the permissions page. If I disable the theme, they come back.

      a month later

      SychO I put this code in my Custom CSS, but it did nothing. Shouldn't this make the post backgrounds transparent?

      For me this theme prevented my upgrade to 1.8 to go through.
      Flarum admin-backend said it was 1.8, but the looks were the same as before, and I could not enter any extension settings and other wierd behavior in backend.
      composer remove afrux/asirem solved it.

      But I hope this will be compatible in the future 🙂

        FullThrottle83

        The backend of afrux/asirem has had some minor bugs since version 1.7
        My approach is to disable it and use the backend of flarum instead.
        To do this, locate the following files and comment out the following two sections of code.

        /flarum/vendor/afrux/asirem/extend.php

        /*
            new \Afrux\ThemeBase\Extend\ExposeLaravelVersionToDashboard, 
           (new \Afrux\ThemeBase\Extend\DashboardLayout)
                ->splitToNavAndContent()
                ->normalizeStatusWidgetStructure()
                ->normalizeAdminHeaderStructure()
                ->normalizeExtensionPageStructure()
                ->normalizeUserTable(),
                ->addExtensionsPage(),
        */
        
         /* 
                (new Extend\Frontend('admin'))
                ->js(__DIR__.'/js/dist/admin.js')
                ->css(__DIR__.'/less/admin.less')
                ->content(function (Document $document) {
                    $document->layoutView = "afrux-asirem::frontend.admin";
                }), 
         */

        I just upgraded to 1.8, and the world is still beautiful.

          I decide to disable and uninstall this theme has not get update since long time and my doubt that not update code can have also maybe some issue, security also.

          Will be useful to see in the installed extension page the last update date 🙂 to know witch extension still keep maintained and update and with one can be an extension installed but old, without any update 🙂

          This is a good theme, will be nice if some developer can help you to maintain live 🙂
          Yeah, I can imagine developing for core and also maintain more extension is really umh complicated 😃

          This theme is awesome, too much nice to be abandoned.

          SychO Thanks for the effort, Asirem is really the main theme of my community and possibly of future communities that I will set up. It offers a differentiating value that no other Flarum theme offers, and is great in terms of performance/visuals.

          SychO
          Thank you, everything is working fine with flarum v1.8 after the update.
          Some features from version v1.7 have also been included.

          7 days later

          Really love the theme! The only bug I've seem to run into is the statistics dashboard not displaying on the "Dashboard" page.

          Dashboard

          I inspected the page and where the label is for what I assume would be the dashboard element sat below it, there's just nothing.

          Dashboard2

          Can anyone recommend a fix?

          18 days later

          after installing this Asirem theme , I'm getting error like this
          flarum encountered a boot error. details have been logged to the flarum log file
          Can anyone recommend a fix?.

          15 days later

          Hello 🙂

          @SychO

          Have several problems with Asirem theme.

          List discussions pages, with the french language extension, everything seems to shift to the right. A lot (you can't see the number of replies and views). Also, buttons are stuck on navigation bar, especially on mobile and tablet displays. The same for tags if you go to the tags page.

          Another problem is that on discussion page, the "reply" box is not centered, either on mobile or PC.

          Thank you in advance 🙂

            Wlork Hi, to fix the response box overflow, you can use this CSS in your custom CSS area. If you share the URL of your forum, I can look into helping you fix the rest of the text overflow.

            /* Fixes placeholder overflow for replying */
            
            .ReplyPlaceholder {
            
                width: calc(100% + 0px * 2);
            }