Try our conversational search powered by Generative AI!

Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: Dec 18, 2014
    Rating:

    In my previous blog post I demonstrated how to customize the tooltip, but it turned out we needed to add the StartPublishDate property to the Tooltip, and it turned out that the item object in the javascript file did not contain this property, so...

  • Syndicated blog - Posted on: Dec 18, 2014

    To see a property’s help text in EPiServer 7, the editor needs to hover the property label. This is not always an intuitive behavior for the editor but I’ve found a way to it by making the help text visible next to the property. Create css file...

  • Posted on: Dec 16, 2014
    Rating:

    A customer wanted to show some more data in the page tree tooltip. This obviously meant extending the user interface in some way, but the first step was to figure out where the tooltip was set. Where Are You being made? We started digging in using...

  • Syndicated blog - Posted on: Dec 12, 2014

    Developing in EPiServer is one thing - demonstrating the product is quite another. Preparation is key for a successful demo.

  • Syndicated blog - Posted on: Dec 12, 2014

    The Problem The EPiServer Community cannot simply be installed via NuGet (yes – I’ve tried that too), you need to install it using Deployment Center. However, when you try this, you’ll get the following error message (unless you have a really old...

  • Posted on: Dec 12, 2014
    Rating:

    TL;DR You can dynamically load your custom CSS for your components in edit mode via the xstyle/css plugin. Simply require the plugin with the relative path to your stylesheet as a parameter, e.g. xstyle/css!./path/to/stylesheet.css Dynamically...

  • Syndicated blog - Posted on: Dec 11, 2014

    The Google Maps editor, for editing coordinates in EPiServer, can now easily be added to any EPiServer 7.5 website through EPiServer's NuGet feed.

  • Syndicated blog - Posted on: Dec 11, 2014

    Learn how programmers use Inversion of Control to make code more flexible and extensible.