Logo
Back to Community

PinnedSupport for new layout

K
KBExit
#1 · 3 months ago
#General#Support

I do want to note that the mobile view could still use a lot of work. For one example:

screenshot-20260327-193014.png

49 replies

K
KBExit
#2 · 3 months ago

And in this thread too:

screenshot-20260327-193100.png

E
ernestdefoe
#3 · 3 months ago

@Ramon Did you notice these issues at @KBExit posted about?

R
Ramon
#4 · 3 months ago

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

image.png

E
ernestdefoe
#5 · 3 months ago

@"ram0ng1"#p141 Not sure what extension it could be,

R
Ramon
#6 · 3 months ago

@"ernestdefoe"#p142 Not sure what extension it could be,

Don't worry, I can analyze it based on the page's HTML elements.

K
KBExit
#7 · 3 months ago

Pushed some updates on my end. Hopefully things run smoother.

R
Ramon
#8 · 3 months ago

@"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)...

K
KBExit
#9 · 3 months ago

@"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.

R
Ramon
#10 · 3 months ago

@KBExit

Mobile navigation issues resolved and other minor changes have been fixed! Please update to the new version. :D

E
ernestdefoe
#11 · 3 months ago

screenshot-2026-03-28-093901.png

@Ramon need to add some padding between the typing indicator and the box to click to reply.

E
ernestdefoe
#12 · 3 months ago

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.....

screenshot-2026-03-28-094055.png

E
ernestdefoe
#13 · 3 months ago

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

screenshot-2026-03-28-094419.png

R
Ramon
#14 · 3 months ago

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

```

E
ernestdefoe
#15 · 3 months ago

@"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.

R
Ramon
#16 · 3 months ago

I’m going to focus on some minor tweaks for now, and I’ll be back with a full solution soon

E
ernestdefoe
#17 · 3 months ago

@"ram0ng1"#p157 sounds good.

E
ernestdefoe
#18 · 3 months ago

@"ram0ng1"#p157 would it help to make you an Admin temporarily to try CSS stuff to add to future updates?

R
Ramon
#19 · 3 months ago

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. ;)

E
ernestdefoe
#20 · 3 months ago

@"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.

E
ernestdefoe
#21 · 3 months ago

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.

R
Ramon
#22 · 3 months ago

@"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.

E
ernestdefoe
#23 · 3 months ago

@"ram0ng1"#p163 I’m just trying to think of little things most people might not think of.

R
Ramon
#24 · 3 months ago

@"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 ;)

E
ernestdefoe
#25 · 3 months ago · edited 3 months ago

@"ram0ng1"#p165 well things are coming together that’s for sure. Thank you for all your hard work.

K
KBExit
#26 · 3 months ago

image.png

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

image.png

E
ernestdefoe
#27 · 3 months ago

@"KBExit"#p167 That worked like a charm.

R
Ramon
#28 · 3 months ago

@"KBExit"#p167
It's already fixed!

I just pushed an update. Please try running:

composer update ramon/avocado
R
Ramon
#29 · 3 months ago

image.png

E
ernestdefoe
#30 · 3 months ago · edited 3 months ago

Now 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/

E
ernestdefoe
#31 · 3 months ago

@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.

E
ernestdefoe
#32 · 3 months ago

@"ernestdefoe"#p171 Now if we can get something done about certain tag backgrounds not respecting the tag color while others do

@Ramon I've noticed on the light theme it shows the tag backgrounds correct it's just on dark mode that it doesn't.

R
Ramon
#33 · 3 months ago

@"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.

R
Ramon
#34 · 3 months ago

@"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...

K
KBExit
#35 · 3 months ago

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.

screenshot-20260328-175116.png

E
ernestdefoe
#36 · 3 months ago

@"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.

R
Ramon
#37 · 3 months ago

@"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.

K
KBExit
#38 · 3 months ago · edited 3 months ago

@"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)

R
Ramon
#39 · 3 months ago

Oh, my bad about my previous answer. It really was an element causing the issue... I'm on it!

R
Ramon
#40 · 3 months ago

@ernestdefoe

You can try updating again:

composer update ramon/avocado
K
KBExit
#41 · 3 months ago

@"ram0ng1"#p181 I updated it for him and I think the messages are a little better. But Homepage looks like this in mobile now.

screenshot-20260328-201854.png

R
Ramon
#42 · 3 months ago

@"KBExit"#p182
Could you clear the Flarum cache?

You can do this by running:

php flarum cache:clear
K
KBExit
#43 · 3 months ago

@"ram0ng1"#p183 it's been cleared after install and cleared again since you mentioned it. Still no change.

R
Ramon
#44 · 3 months ago

@"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
E
ernestdefoe
#45 · 3 months ago

It’s updating to the old version not the one labeled beta.

E
ernestdefoe
#46 · 3 months ago

I have updated to the newest beta version out.

K
KBExit
#47 · 3 months ago · edited 3 months ago

My bad 😅

Messages still don't let me reply, fyi.

E
ernestdefoe
#48 · 3 months ago

@"KBExit"#p188 must be an Android thing as I didn't have issues on iPhone.

K
KBExit
#49 · 3 months ago

@"ernestdefoe"#p189 nevermind. I cleared cache on my phone browser.

E
ernestdefoe
#50 · 3 months ago

@"KBExit"#p190 so let me get this straight.....are you telling me it was operator error?

Loading more replies…
to join the conversation.