Jump to content

4.7.10: Themes updated


Ehren

Recommended Posts

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!

🎉

Link to comment
Share on other sites

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 🙂

Link to comment
Share on other sites

  • 3 weeks later...
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;
	}

 

Link to comment
Share on other sites

  • 3 weeks later...
  • Ehren locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...