Recently I wrote about handling the rendering exceptions in Sitecore in the post from Novemver 15th. Last week I have updated the styling for them: Now error messages should look the same way on any website you install the package The css classes became more unique now so won't conflict with any classes of your … Continue reading Helpfulcore.RenderingExceptions styling updated!
Month: February 2016
@Html.Sitecore().Rendering(pathOrId) does not apply “VaryBy” settings
This week I have faced with one unexpected issue in Sitecore 8.1. We are declaring few renderings on the layout using the Rendering method of the SitecoreHelper class in Sitecore.Mvc.dll. The issue can be reproduced by setting the "Cacheable" to true and applying the "VaryBy" settings. In result I can see that the "Cacheable" is … Continue reading @Html.Sitecore().Rendering(pathOrId) does not apply “VaryBy” settings
Wildcards Module for Sitecore 7+ using Content Search API
Will share the alternative implementation of Wildcards moduleĀ of Adam Conn's original idea. The problem is that when it comes to Sitecore 7 or later this module appears not to be working out of the box due to changed Sitecore Rules Engine. And to be honest, working with rules may be a bit confusing and I … Continue reading Wildcards Module for Sitecore 7+ using Content Search API