Ehren Posted May 10, 2023 Posted May 10, 2023 Hi everyone, Following the release of Invision Community 4.7.10 yesterday, I'm happy to announce all themes have been updated with both bug fixes and 4.7.10 compatibility. The release notes for this update are: Updated for Invision Community 4.7.10 The breadcrumb arrow in the last item is no longer cropped. The grid view in the Downloads app has been fixed. The themes are available now via the Client Area, and will be available on the Invision Marketplace over the next few days! 3 1
Ehren Posted May 14, 2023 Author Posted May 14, 2023 All themes have been re-updated with a bug fix for slightly misaligned notification badges in the user panel. The version number is still the same (4.7.10) and there aren't any new release notes since this is a quick patch, however the file in the Client Area has been updated 1
loz Posted May 30, 2023 Posted May 30, 2023 Sorry @Ehren but do you have a quick code fix for notifications to save adding all the edits on a new theme upload again? Many thanks!
Ehren Posted May 31, 2023 Author Posted May 31, 2023 14 hours ago, loz said: Sorry @Ehren but do you have a quick code fix for notifications to save adding all the edits on a new theme upload again? Many thanks! Does adding this to custom.css help? [dir="ltr"] #elUserNav .ipsNotificationCount{ right: -4px; left: auto; } [dir="rtl"] #elUserNav .ipsNotificationCount{ left: -4px; right: auto; } 1
Recommended Posts