Ehren Posted February 20, 2019 Posted February 20, 2019 IPS 4.4 Themes now available! Following yesterdays release of IPS.Suite 4.4.0, I'm happy to announce all themes have been upgraded for 4.4.0 and are now available in the Client Area and IPS Marketplace for all active customers. The update includes compatibility for 4.4.0, a recoded mega footer, updates to the Minimal Pages (sign in, checkout, etc) as well as minor changes to the _ipsfocus_base.css file. If you find any issues with the updates, please post in the Customer forum and I'll be happy to assist! Otherwise, best of luck with 4.4.0! 3 5
Ehren Posted February 20, 2019 Author Posted February 20, 2019 Additional bug fixes to apply. These will be patched for the next update. In some situations, when loading pages with no sidebars, you may experience a slight layout shift while the Suite is deciding if a sidebar is needed or not. This is usually more apparent when the javascript files are inserted just before the </body> tag. To fix this, add the following to your custom.css file. It'll be added by default in the next update assuming it works correctly @supports (display: flex){ @media (min-width: 980px){ #ipsLayout_sidebar.ipsLayout_sidebarUnused{ flex-basis: 0px; } } } The breadcrumbs are also shown unintentionally at the bottom of the themes on mobiles. To remove this, add the following to custom.css and I'll patch it for the next update in a few days time @media (max-width: 979px){ #ipsfocus .ipsBreadcrumb{ display: none !important; } } 4 1
notime Posted February 21, 2019 Posted February 21, 2019 New themes planned in the future ? Thank you
Ehren Posted February 21, 2019 Author Posted February 21, 2019 7 hours ago, notime said: New themes planned in the future ? Thank you I have a couple planned, I just don’t have an ETA at this stage.
Ehren Posted February 23, 2019 Author Posted February 23, 2019 I'm not aware of any updates since I don't really use Pages, but feel free to report back if you get a chance to test it!
kal Posted February 23, 2019 Posted February 23, 2019 47 minutes ago, Ehren said: I'm not aware of any updates since I don't really use Pages, but feel free to report back if you get a chance to test it! Can you update my theme?
Ehren Posted February 24, 2019 Author Posted February 24, 2019 On 2/23/2019 at 11:46 PM, kal said: Can you update my theme? Sure, I've just sent you a PM
focumQuarium Posted February 26, 2019 Posted February 26, 2019 On 2/23/2019 at 12:58 PM, Ehren said: I'm not aware of any updates since I don't really use Pages, but feel free to report back if you get a chance to test it! Sorry for possibly stupid question, but: don't your themes include Pages templates as well? I ask, because I will be purchasing Pages this week.
Ehren Posted February 26, 2019 Author Posted February 26, 2019 5 hours ago, focumQuarium said: Sorry for possibly stupid question, but: don't your themes include Pages templates as well? I ask, because I will be purchasing Pages this week. My themes are compatible with Pages, if that’s what you’re asking
Ehren Posted February 27, 2019 Author Posted February 27, 2019 All themes have just been updated to fix bugs which have been reported during the first week of 4.4.0. The updates are available now in the Client Area 1 1
Recommended Posts