49 replies
@"ernestdefoe"#p138 Yeah, it's definitely coming from one of the extensions... I'm already on it! ;)

@"ernestdefoe"#p142 Not sure what extension it could be,
Don't worry, I can analyze it based on the page's HTML elements.
@"KBExit"#p136 I do want to note that the mobile view could still use a lot of work. For one example:
From the image, I couldn't identify what's going wrong with the mobile menu (in the discussion)...
@"ram0ng1"#p145 the menu on the top right, it looks odd being round instead of flush with the screen when everything else sits flush there.
Also would be great if the background of the tag container would respect the color assigned to the tag. I'm only noticing this on certain tags.
Like the News and Announcements color is supposed to be blue.....

Also noticing this in messages. The color should be uniform with the rest of the theme.

I’ve made several changes to the discussion page and the messaging app... it’s not finished yet, but it’s definitely a step forward!
try update:
```
composer update ramon/avocado
```
@"ram0ng1"#p155 I’ve made several changes to the discussion page and the messaging app
It doesn't respect dark mode now at all. Everything except the part at the bottom was perfect in the messaging app before.
I’m going to focus on some minor tweaks for now, and I’ll be back with a full solution soon
@"ram0ng1"#p157 would it help to make you an Admin temporarily to try CSS stuff to add to future updates?
I can check everything I need just by browsing the forum... But I'll give you a heads-up if I ever need an admin account. ;)
@"ram0ng1"#p160 sounds good. I’m glad to see the theme truly coming together. The thing I love about it is it doesn’t look cookie cutter and unless you knew the site was running Flarum you’d have a hard time figuring it out.
If there’s not already a new post indicator it would be a dream to have so you can see what threads have new posts.
@"ernestdefoe"#p162 If there’s not already a new post indicator it would be a dream to have so you can see what threads have new posts.
I'll work on that too.
@"ram0ng1"#p163 I’m just trying to think of little things most people might not think of.
@"ernestdefoe"#p164 I’m just trying to think of little things most people might not think of.
I’m all for new features and changes! Rest assured that I'm considering all your feedback ;)
@"ram0ng1"#p165 well things are coming together that’s for sure. Thank you for all your hard work.

.TypingUsersContainer {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
.Post {
max-width: 100% !important;
}

@"KBExit"#p167
It's already fixed!
I just pushed an update. Please try running:
composer update ramon/avocadoNow if we can get something done about certain tag backgrounds not respecting the tag color while others do and maybe get some kind of stats widgets going on this theme will be almost perfect other than maybe a few bugs here and there. Maybe something like what this site has going on but have total members and newest member as well as the discussions and topics. https://stryguardian.com/
@KBExit I have already updated the theme.
Also @Ramon for some reason when I just try to update it installs the old version of Avocado the version before you changed the look. It shows the newest update in Extension Manager but it never updates to that version. I wonder if it's something with your naming structure or something.
@"ernestdefoe"#p172 Also @ram0ng1 for some reason when I just try to update it installs the old version of Avocado the version before you changed the look. It shows the newest update in Extension Manager but it never updates to that version. I wonder if it's something with your naming structure or something.
It’s probably due to the *.beta suffix in the release tags... Composer might be filtering them out.
For debugging reasons, can you tell me the tag colors affected? If it’s multiple tags, just list them all.
@"ernestdefoe"#p173 I've noticed on the light theme it shows the tag backgrounds correct it's just on dark mode that it doesn't.
I tried to use the same color inversion logic as Flarum to avoid unreadable text in dark mode...
I don't know if it's a problem with this theme or if it's from the Mobile Bar, but I cannot respond to Private Messages on mobile.

@"ram0ng1"#p174 you can see them by looking at them on the dark theme and then switch to the light version and you can see the difference.
@"KBExit"#p176
Actually, it’s neither... it seems like there are issues with the host where Flarum is installed. Likely some Nginx or Apache header configuration.Based on the error, it looks more like an issue with the Upload extension.
@"ram0ng1"#p178 no I'm not talking about what's in the screenshot lol. It's in the messages interface. The reply bar is missing. Those CORS issues were resolved, but for some reason, I still see an old CDN url trying to be used on first processing.
Edit: or it may be my phone's cache is fucked up lol. (On the old CDN url)
Oh, my bad about my previous answer. It really was an element causing the issue... I'm on it!
@"ram0ng1"#p181 I updated it for him and I think the messages are a little better. But Homepage looks like this in mobile now.

@"KBExit"#p182
Could you clear the Flarum cache?
You can do this by running:
php flarum cache:clear@"ram0ng1"#p183 it's been cleared after install and cleared again since you mentioned it. Still no change.
@"KBExit"#p184
Please try updating again.
If that doesn't work, try removing and reinstalling the extension:
composer update ramon/avocado --with-dependencies
php flarum cache:clear@"KBExit"#p190 so let me get this straight.....are you telling me it was operator error?





