The Powershell module for Sitecore is quickly becoming one of my new favorite Sitecore tools. I’m still learning the Sitecore Powershell ropes and with the help of various blog posts, including the series started by Jon Upchurch, I’m slowly getting better with it. This week a project required an update to certain links that were contained […]
Sitecore
A Form Routing Gotcha with ‘SitecoreRouteName’
The Problem When utilizing the Html.BeginRouteForm() or Ajax.BeginRouteForm() in a view to render a form tag, it is common to define the route using ‘Sitecore.Mvc.Configuration.MvcSettings.SitecoreRouteName,’ which returns the path to the current page. So far, pretty easy stuff for setting up a form. In my particular case, I was POSTing an AJAX form and loading a second […]
Sitecore – Extend Treelist to Support Relative Datasource Paths
The Datasource Location field on renderings in Sitecore supports a nice feature that I’ve taken for granted–relative paths. For example, if you want content authors to put the data items for a particular rendering under the item that the rendering is on in the content tree, you can specify the Datasource Location as ./. The Treelist field has a […]
Sitecore Error: “The Field is not a Layout/Renderings field”
When working in the Sitecore content editor, have you ever seen this error message when you try to select a content item? “The field is not a layout/renderings field”. I encountered this error while consulting for a client, and thousands of content items were affected. This also seemed to be a fairly unusual error, and […]
Final Rendering Deleted After Item Update
I recently had an issue with the Final Renderings being deleted from my pages after I updated a component in the Experience Editor. After a lot of Googling and working with Sitecore Suppport, we found a solution that resolved the issue for us. This specific resolution was not available in any of the posts that […]
Sitecore – Hidden Gems
Recently I was working with Sitecore Support to resolve an issue that I was running into with a page. During the process they asked me to generate a package of the item from the \admin page. I’ve been working with Sitecore for a few years and used things like the \admin\showconfig.aspx page. But I’ve never […]
7 Reasons to Avoid Over-Personalization in Sitecore XP
Before I get started, let me be clear, I am very much of the belief that a personalized customer experience can grow conversion by at least 20% compared to a contextually irrelevant site. Relevancy matters, so please put away your torches and pitchforks and let me clarify. I have started to see a trend where […]
Sitecore PowerShell Extensions Pt.1: The What and the Wow
I still cannot believe that there are Sitecore developers out there that are still not using Sitecore Powershell Extensions. Since I discovered SPE, it’s saved me what I can only estimate as being hundreds of hours of headaches and hundreds of dollars in therapist bills! Admittedly, there’s a pretty steep learning curve, but the ROI […]
3 Things to Remember with Sitecore Multi-Site Configuration
Multi-sites in Sitecore are a useful way to host multiple sites on the same Sitecore instance. However, there are more steps than just adding your site into the <sites> section in the web.config. Below are 3 things that you should always remember to set in your configuration in a multi-site (or using a site name […]
Sitecore WFFM – View Compilation Error after Upgrade to 8.1
After fixing the controller not found exception following our client’s recent upgrade to Web Forms for Marketers 8.1, all of our forms continued to throw an exception on load: Compilation Error. CS0104: ‘Constants’ is an ambiguous reference between ‘Sitecore.Forms.Mvc.Constants’ and ‘SitecoreDemo.Constants’. Web Forms for Marketers installs several views and editor templates into your Sitecore installation at […]
Sitecore, URL Rewrites, and the “Failed” JS Dialog
Recently for our new public website, we encountered a bit of an issue with the Sitecore back-end that didn’t really have a descriptive error. In fact, there were a number of symptoms that were a bit unexplained but the most frequently encountered one was this “Failed” JavaScript dialog that would come up when expanding something […]
Sitecore WFFM – Controller Not Found after Upgrade to 8.1
We recently upgraded one of our clients from Sitecore 8.0 to Sitecore 8.1 and had to upgrade to Web Forms for Marketers 8.1 rev. 160304 as part of the upgrade. After upgrading WFFM, all of our forms started to throw the following exception: The controller for path ‘{{form path}}’ could not be found. The project has a custom Controller Factory that uses […]