Jump to content

Recommended Posts

Posted

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!

🎉

  • Like 3
  • Thanks 1
Posted

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 🙂

  • Like 1
  • 3 weeks later...
Posted

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!

Posted
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;
	}

 

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