achlys can u describe the problem and maybe post a screenshot?
WelcomeBox
I installed the blog extension and after this the welcome box.
When activating the extension, the site didn't reload.
[deleted]
achlys can you provide any output from Flarum root/storage/logs
?
Problem solved itself. Can be closed.
- Edited
when i disabled sign up and enabled welcomebox for guest, i can still see sign up button on welcome box, and i can't register with error permisstion denied.
there should not be sign up button in this case.
Justoverclock I'm sorry. Can you help me with a sample CSS ?
.backgrwb {
background: #3482ad;
box-shadow: none;
border-radius: 4px;
width: 190px;
border: 1px solid rgba(136,192,208,0.48);
}
this is the css oh the box, u can change this according to your needs and put it into custom css (admin dashboard)
- Edited
Justoverclock Did you replace the @primarybgww:
to theme color that we added through Administration > Appearance
. I used fade(#2cb474, 10%)
instead of linear-gradient(0deg, rgba(252,252,252,1) 0%, rgba(255,255,255,0) 100%);
I think it's a better idea.
@Justoverclock I have made a pull request to you. Please check it. I have removed the following styles which are not related to WelcomeBox.
.TagLabel.colored .TagLabel-text {
color: #fff !important;
}
.Button--primary {
color: #fff;
}
Please merge the Pull request. Otherwise, your update will change Tag text color and Start discussion button text color to white.
- Edited
thimiraonline oops done and tagged ### 1.2.6
for other changes, feel free to submit a pr
Justoverclock Sure I will submit a PR. But I don't have any idea how to set the WelcomeBox color to our theme color by automatically.
- Edited
thimiraonline you can use @primary-color
thimiraonline correct
Justoverclock Shall we change it in the extension also?