-
Mobile menu tabs configuration
Hello, There’s already a theme setting to relocate those items into the header. But that setting also removes the footer so you’d need to code your own footer bar if you want to add different links to the bottom.
- Doesn't work on old versions of Chrome
-
No vertical space between blog entries
Hello, If possible, could you please elaborate on what you would like changed here? The entries are intended to be contained within a single box, with borders to separate them: There was an issue with a lack of margin between the title and the description if that’s what you’re referring to? That’ll be fixed in an upcoming version.
-
Display Name History Icon
This has been addressed for the next update 🤝
-
Doesn't work on old versions of Chrome
Even though v5 uses very modern CSS code, care has been taken to ensure old devices can still render everything correctly thanks to fallback code. With that said, if the operating system on these devices purposely isn’t being upgraded, it becomes incredibly tough to start supporting them. The usage of iOS 13 is only 0.01% according to “CanIUse”, and I wasn’t even able to find a used 6S which was running iOS 13 on any marketplace website in my country, so this is most definitely a very uncommon situation. During development, I’ve been testing v5 using a Macbook Air from early 2015 (before the iPhone 6S was even announced) and it’s working great. I believe your iPhone 6S would also do the same if you were to upgrade, since iOS 15 comfortably handles v5. I agree that v5 could look a little more presentable for vintage operating systems, but I can’t make any promises that everything will work (CSS isn’t the only culprit here, we’re also using modern JS and new HTML elements too).
- Move Sign Up / Sign In Mobile Buttons to Header
- Please include Bug Tracker module in v5 as an optional app
- Doesn't work on old versions of Chrome
- Are color themes supported in v5 using custom.css?
- Please include Bug Tracker module in v5 as an optional app
-
Newspaper columns for easy reading of content on larger displays
Thanks for the suggestion however there are currently no plans to include this. You are welcome to add that CSS to your own community if you’d like to implement it :)
- Are color themes supported in v5 using custom.css?
- Please include Bug Tracker module in v5 as an optional app
- Doesn't work on old versions of Chrome
-
Lazy loading for logo if it is an image
Lazy loading images is only a good idea if the image is “below the fold” (outside the screen while the page loads). Since logos are at the top of the page, they will always be on the screen during page load, so lazy loading is not ideal for them. You’ll even get suggestions from PageSpeed tools telling you to remove the attribute if it exists.