Ralkage Justoverclock no worries! would you like me to submit a PR and me do a little write-up here on what I removed/changed and why?
Justoverclock Ralkage if u submit a pr can i see the parts you have touched right? i do not want to waste your time, but if u explain is fantastic
Ralkage Justoverclock of course! feel free to open a discussion about this extension in dev or we can continue in your other discussion so not to flood this one 🙂 I can also leave comments in the PR, whichever you prefer.
Ralkage Justoverclock justoverclockl/flarum-ext-welcomebox1 PR with fixes and explanations as promised 🙂 I took time to do research before submitting this PR so please forgive me if I explained something here incorrectly 🤗 (hopefully the dev ninjas will spare me 👀)
Justoverclock 0.1.3 just code cleanup, thanks Ralkage for the pr Installation Install with composer: composer require justoverclock/flarum-ext-welcomebox Updating composer update justoverclock/flarum-ext-welcomebox php flarum cache:clear
Justoverclock Spooonky i can't reproduce this on my flarum: i think u have some css/extension conflicts can u provide the url of your flarum?
Justoverclock Spooonky mmmhh, can u tell me where i need to put that code? anyway is a css problem with your theme
Spooonky Justoverclock My bad, i closed the registration. Now u can sign up. Otherwise you can see my CSS code here: https://discuss.flarum.org/d/26958-deeppink-theme
Justoverclock Spooonky . try adding this @media (min-width: 768px) .AvatarEditor .Dropdown-menu { left: 13%; top: 30%; } but your theme have several issues on mobile...so u need to check well all the code
[deleted] Hello @Justoverclock I am using Tags Page as my homepage See it looks bad fix it soon please...
[deleted] [deleted] Spooonky hide it on Mobile and Tablet version: @media (max-width: 991px) {.item-welcomeBox {display: none !important;}} and WHAT about this??
[deleted] Hey I like your solution, I was asking about this tags page issue [deleted] Hello @Justoverclock I am using Tags Page as my homepage
[deleted] Justoverclock In mobile devices also it looks bad, It should show in sidebar not on Content Page
Justoverclock [deleted] i will try on my flarum install to find a solution, could u open an issue on github pls?
Spooonky [deleted] hide it on Mobile and Tablet version: @media (max-width: 991px) {.item-welcomeBox {display: none !important;}}