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)
Asirem Theme
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.
- Edited
@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
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
- Edited
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.
Subarist Thank you very much!
Your suggestion fixed it ️
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
I unfortunately just don't have time to properly maintain many of my extensions, any free time I have for Flarum goes into core development.
That said I did update and tag v0.1.8
a few minutes before you posted. The patch should fix most issues reported before.
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.
Really love the theme! The only bug I've seem to run into is the statistics dashboard not displaying on the "Dashboard" page.
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.
Can anyone recommend a fix?
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?.
- Edited
Hello
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