Hi there,

So, noticed this beautifull theme have some little visual problems with some other extensions lik Gamification, views, etc other dont have. Tried with Discord theme extension, no visual problems..

Could you make something SychO ? Thx a lot

Hi,

the following client-side error happens on one FreeFlarum forum:

PHP Flarum info:

Flarum core 1.2.0
PHP version: 8.0.14
MySQL version: 5.5.5-10.6.5-MariaDB-1:10.6.5+maria~focal
Loaded extensions: Core, date, libxml, openssl, pcre, zlib, filter, hash, json, pcntl, Reflection, SPL, session, standard, sodium, mysqlnd, PDO, xml, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, gmp, iconv, intl, exif, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlwriter, xsl, Zend OPcache
+------------------------------+---------+--------+
| Flarum Extensions            |         |        |
+------------------------------+---------+--------+
| ID                           | Version | Commit |
+------------------------------+---------+--------+
| flarum-flags                 | v1.2.0  |        |
| flarum-approval              | v1.2.0  |        |
| migratetoflarum-canonical    | 1.0.0   |        |
| fof-sitemap                  | 1.0.3   |        |
| fof-default-user-preferences | 1.0.0   |        |
| flarum-suspend               | v1.2.0  |        |
| flarum-subscriptions         | v1.2.0  |        |
| flarum-sticky                | v1.2.0  |        |
| flarum-statistics            | v1.2.0  |        |
| flarum-mentions              | v1.2.0  |        |
| flarum-markdown              | v1.2.0  |        |
| flarum-lock                  | v1.2.0  |        |
| flarum-likes                 | v1.2.0  |        |
| flarum-lang-italian          | 1.1.9   |        |
| flarum-lang-english          | v1.2.0  |        |
| flarum-emoji                 | v1.2.0  |        |
| flarum-bbcode                | v1.2.0  |        |
| afrux-asirem                 | v0.1.6  |        |
+------------------------------+---------+--------+
Queue driver: sync
Mail driver: smtp
Debug mode: off

This only happens when this extension is enabled. It apparently conflicts with Flarum Suspend (checkForSuspension.js:7)

    16 days later

    is there any way to fix margins of the message indicators?

    SKevo tried to enable Asirem while disabled Flarum Suspend. An entire forum crashed...

      Vadim_RUNN then it might be related to something else. I don't know what's the exact issue. If you mean that you are stuck, please tell me your forum name and I'll disable the extension for you

        SKevo fixed now. To do that, I'd disabled all widgets extensions.
        The admin console was accessible..
        UPD. yep, Flarum Widgets extension looks to become corrupt after the experiment with Suspend and Asirem.

        @SychO
        How can I have list of post and post with a lighter background?
        I don't like the intense background color on post and on the list.
        My community https://community.peopleinside.it/

        I tried to edit CSS but if I edit the background color when dark mode is active a bad visual will also show.
        Seems only with those default color Dark mode works, if I try to made the background of list posts and posts more lighter (more white) I have issue with Dark Mode.

        Any help please?

        This CSS

        .DiscussionListItem {
        	background: hsla(214.1, 100%, 90%, 0.26) !important;
        }

        Seems resolve but the !important attribution create issue on Dark Theme because the color is never changed in dark theme due to the important propriety.

        How can I resolve?

        As is terrible how much contrast of color are present on post list and on post I will "fix" temporary with

        .DiscussionListItem {
        	background: none !important;
        }
        
        .Post {
        	background: none !important;
        }

        Waiting to see if I get some better help here.
        Nothing I cannot hide the background or I miss the effect of the mouse over the list....

        Update:

        Actually I insert some CSS code in the header and this seems to work.

          Hello/Good evening,

          I have a problem with the theme on the mobile version

          Love the theme but I have a little but annoying issue. In the admin area, I get this strange layout every time :
          https://photos.app.goo.gl/uEKFyiGaVtXReBMx7
          It dissapears when I scroll down a little but it stays annoying. Is there a solution for this?

          5 days later

          @SychO
          What a great theme, in fact I'm using it now.
          Especially the avatar design and the style of the tag page I like very much.
          Because I use Chinese language, the font is not like English, it is more square.
          On the label of the round tag, it looks a little out of place.
          Any help instructions, ccs or less modification, can it be changed to a square style? Similar to the original flarum ex..
          Thanks for any advice!

            Subarist you can change the border radius variable through custom LESS code in the admin area

            @border-radius: 2px;

              SychO
              According to your guidance.
              After some try & errors, I finally used the following code to achieve a square tag label,both on header and list.

              #app .TagLabel{
              border-radius: 5px !important;
              }

              I'm not sure if this is correct, but it only works with #app / !important
              Now it looks more suitable with Chinese fonts. I think 😄
              Tks so much .

              excellent theme +10 is very good but, Is there any way to change or edit the css of this theme to add some things?

              Hello, I installed https://discuss.flarum.org/d/27939-asirem-theme onto my Flarum server (Which was working fine before) and now that I installed I only can access the settings and admin page by going to the links

              The main page gives the error "Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error."

              If I go into console I get this error:

              settings:113


                 Uncaught TypeError: Cannot read properties of undefined (reading 'prototype')
              at index.jss:55:12
              at Application.tsxx:263:58
              at Array.forEach (<anonymous>)
              at Proxy.e.boot (Application.tsxx:263:33)
              at settings:108:33

              after debugging via Discord we found that the issue was that tags was disabled. @SychO you might want to make that an optional dependency, or account for it being off.

              Interesting, thought I'd fixed that at some point.. guess not 🙈

              Footer not working 🙁

              Demo: https://www.teteos.net/all

              Missing translations:
              sycho-ace.admin.categories.feature
              sycho-ace.admin.categories.theme
              sycho-ace.admin.categories.language

                @SychO

                It is also possible to have in your theme the possibility to move a group of footer links above or below by chance? This avoids deleting or moving all the links.

                Thanks 🌷