MathieuM yes because there's no space in the tag page to place the sidebar items
WelcomeBox
Justoverclock But there's always the sidebar, isn't it ?
- Edited
MathieuM maybe because that extension use the same route as tags page....and there's no space for welcome box there unfortunately, but u can override the css if you want to make it visible only to you
- Edited
Hey, what rgba you write is I need background to be #1b2228 instead of blue one? I have no idea how rgba and box-shadows, and gradients work. total head ace.
Also I try'd to enter this in custom css, but nothing works.
.backgrwb {
background: #1b2228;
}
Never mind. I edited files via FTP. for some reason Custom CSS does not overlap some elements.
@Justoverclock I made a pull request on Github. I have modified the CSS to hide the Welcome box in the Mobile version.
thimiraonline I can’t see the welcome box on mobile, u mean the widget version?
Justoverclock Yes. On widget version.
Justoverclock you can see in widget version. Any idea for disabling in mobile view?
@media @phone {
.welcomebox-widget .AfruxWidgets-Widget-content {
display: none !important;
}
}
Justoverclock phone view hidded nice, how i can include this CSS code for tablet view?
HasanMerkit not sure if works with
@media @tablet { //…}
Justoverclock If user uncheck online button, user encounters blank screen. User can't see anything.
Alshain have u error in console? Not sure is related to this ext
I will look at this error tomorrow
Alshain i think you need to update welcomebox, maybe you don't have the last version
Justoverclock The extension is currently up to date.
When I examined the code, I saw that this line was not used anywhere.
const lastseenAt = user.data.attributes.lastSeenAt.slice(0, 10);
Could you delete this line in the next update?
Alshain can you share the link to your forum?
Justoverclock I have disabled the plugin for now because there is a problem.
Am I the only one with such a problem?