I recently installed IE10 for Windows 7 and naturally the first thing I did was check how my sites looked with it. Pages were loading in IE10 standards mode and it was great to see new CSS3 features supported. All seemed to work fine, until I tested the search form on one of the sites…
Author Archives: Rich Edwards @redigitaluk
Creating a custom web part
If you’re pretty new to Kentico, you might be wondering how to create your own custom web part. This post will take you through the creation of a simple web part that provides links to social accounts, and will hopefully act as a foundation for you to go on to produce more complex web parts.
Kentico’s built in jQuery may break your scripts
I recently discovered that Kentico has an inbuilt jQuery library (who knew!) and there is a knowledge base article advising how to add Kentico’s jQuery. The article adds a foot note that says “Please do not register any other jQuery library on your pages”, this applies to Kentico V6 and V7.
Repeating edi-region content in Kentico
If you have an editable text region web part on say, the Home page, and want to display the content from it on another page simply add a Repeater web part and create a new transformation for it with the following code:
Getting vertically-aligned
Vertical-align is a pretty useful property at times, but could easily be assumed to align any element centrally, but there’s a catch. You wont be able to align just any element with this property – it will only work on inline elements.