Questions tagged [episerver-7]

EPiServer is a web content management and e-commerce software platform based on the Microsoft stack.

EPiServer 7 CMS allows you to achieve maximum impact by managing content seamlessly across screens and channels. Be creative and focus on your message

With EPiServer .NET CMS, you can focus on what's important: the message. Stop worrying about how content will render on different screens and whether or not it will follow brand guidelines. Across mobile, tablet and desktop screens… It will always look great. Edit with automatic design and layout

EPiServer 7 CMS allows content managers to edit directly on the page and view updates in real time. Adding images is simple: drag and drop your image from the assets pane and it will automatically adjust to the layout. Use the view setting button to switch between different channels and see how your content adapts the layout to an iPhone or iPad.

Create once, reuse across sites, screens and channels

Maximize efficiency and stop duplicating content. With EPiServer 7 CMS, you can create a piece of content once and use it across all of your sites, screens or channels. Changing and updating content is just as easy. Imagine the hours saved in content creation, editing and formatting - allowing you to provide customers with consistent and timely messaging across all screens. The time to market for launching new websites for the enterprise is reduced by reusing existing content structure.

114 questions
2
votes
1 answer

Setting the value of a dijit FilteringSelect with saved value

I have developed a dijit widget for EPiServer. Within the widget there is a FilteringSElect which gets it's data from a REST store. The values that populate the FilteringSelect are a numerical Id and a text value. When EPiServer saves the value, it…
higgsy
  • 1,991
  • 8
  • 30
  • 47
2
votes
1 answer

EPiserver 7 required property within an optional block

I have made an ImageBlock with an ImageUrl property and a Description property. The ImageUrl is required. [ContentType( DisplayName = "Image", Description = "Image with description and caption", GUID =…
kjohann
  • 51
  • 5
2
votes
1 answer

EPiServer 7: Save name/value pairs in epi database

I'm trying to create a custom edit interface for a specific block type in EPi7. I need to create a "+" button which brings up a modal popup where you can add name/value pairs and then save them in the episerver database. I know I can extend the user…
ptf
  • 3,210
  • 8
  • 34
  • 67
2
votes
1 answer

EPiServer 7 MVC IDisplayModes

Trying to setup a Mobile Channel for use in Edit Mode in EPiServer 7. Been following this link http://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-CMS/7/Content/Display-Channels/ Created an Initialization…
Danny
  • 85
  • 5
2
votes
1 answer

Building a top-menu in EPiServer 7 using MVC and Razor

I'm trying to figure out how to implement a menu in EPiServer 7. The only documentation available shows how to do this with webforms which I'm not using Any advice how to do this? thanks
Eric Herlitz
  • 25,354
  • 27
  • 113
  • 157
1
vote
2 answers

Episerver folder order sorting structure is reflecting on website

When setting sorting for a container containing created pages. It is reflecting the structure of the website. How to override this and set manual sorting for website?
Subin Vs
  • 111
  • 1
  • 12
1
vote
0 answers

Only in Live - Wildcard Custom Redirects not working (BVN 404 handler)

I'm using the BVN 404 handler nuget package to do redirects in my episerver website. I have a developer, staging and live enviroment. One of the redirect rules I have is a wild card one. (Box checked) so for example: OLD URL: /uk/products/ Should…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
1 answer

Episerver - How to send Notification Message during EventsPublishedContent Event

I have seen several examples of how to send validation messages back to the UI, while editing content, like this. public class StandardPageValidator : IValidate { IEnumerable
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
2 answers

Episerver - How to Manage Media Items on Multiple Environments

Hi guys I'm working on an exiting Episerver project (my first one) - One of the issues that we are having is we have three enviroments for our episerver website. Developer / Staging / Live. All have sepreate DBs. At the moment, we have had lots of…
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
1
vote
1 answer

When creating a new block in EPiServer, how can the block type order be changed?

The New block view in EPiServer 7.5 displays block groups and block types inside the groups in a seemingly random order. This screenshot from the Alloy demo site shows the issue: I'd like to display the block types inside the groups in alphabetical…
1
vote
1 answer

Debug symbols for EPiServer 7

I am looking for a way to debug code in EPiServer 7. According to this blog post, debug symbols are available for EPiServer 6. I tried the same approach for EPiServer 7, but symbols do not load. Are debug symbols for EPiServer 7 available somehow?
Thorkil Holm-Jacobsen
  • 7,287
  • 5
  • 30
  • 43
1
vote
1 answer

Visitor groups using Viewed Pages criterion not working

I am working on a page which should use visitor groups to personalize its contents. However, I cannot seem to get the Visited Page criterion to match. I assume that the Visited Page criteron uses the class…
Thorkil Holm-Jacobsen
  • 7,287
  • 5
  • 30
  • 43
1
vote
1 answer

EPiServer XForm editor reverts default value on radio buttons on save

When editing a EPiServer XForm (in the CMS) it seems that the XForm editor does not save the default settings state when working with radio buttons. What I do: I begin editiong a XForm and, in the XForm editor preview window, I select a radio button…
Bingla
  • 447
  • 4
  • 17
1
vote
2 answers

How to set EpiServer.Url property programmatically

On my BlockData type I've property of type EpiServer.Url public virtual EpiServer.Url Url { get; set; } From EditMode I'm able to set it for concrete PageData instance, but i'm not sure how to set it in code having only ContentReference? Thanks in…
gringo_dave
  • 1,372
  • 17
  • 24
1
vote
1 answer

EPiServer Commerce 7 Simple Url

In EPiServer CMS 7, the pages that come from EPiServer Commerce 7 has the property "Simple Url", but it is not possible to change this. In fact, there is not even a text field to change this although a heading for the field is there (see image). Is…
David
  • 101
  • 1
  • 3
  • 15