Questions tagged [episerver]

Episerver is a web content management system and e-commerce platform based on .NET.

Episerver is an ASP.NET-based CMS (Content Management System) and e-commerce platform.

Information about Episerver development is best found at: http://world.episerver.com

General company information about Episerver is found at: http://www.episerver.com

In 2021, Episerver acquired Optimizely, and started its rebranding to gather under the Optimizely name.

Since the release of the most current versions (CMS 12 and Commerce 14), the products run on .NET 5/6.

728 questions
3
votes
1 answer

How to use Siteseeker with EPiServer post version 9?

I'm working on a EPiServer WebForms project which has been updated from EPiServer version 8.8 to version 11.17. I've solved most of the breaking changes but now I've hit a problem regarding the sites search engine, Siteseeker. It seems Siteseeker…
Adrian
  • 31
  • 1
3
votes
5 answers

Does anyone have any EPiServer Exam Tips?

Myself and some colleagues have just been told that we are all taking the EPiServer CMS certification exam on Friday. Having done some research on the web it does sound like a challenging exam - I've heard that only one in six people pass it. There…
gilles27
  • 2,221
  • 6
  • 23
  • 37
3
votes
2 answers

Migrating EPiserver media blobs to Azure Storage Account

I am currently researching into migrating the EPiServer 11.10.1 media blobs from a Windows DFS Share to an Azure Storage Account. The configuration tried is as follows: web.config (Note: only relevant sections are…
George
  • 151
  • 7
3
votes
1 answer

TinyMCE "EditMenuName" css property is not working after upgrading Episerver to version 11.5

After upgrading Episerver to version 11.5, the TinyMCE feature of being able to set custom names for menu items in a drop down is no longer working. The special custom CSS attribute called EditMenuName is not working I guess. those menu items only…
Eashan
  • 438
  • 4
  • 16
3
votes
1 answer

EpiServer - How can I find out if a block is being used on any published page?

I have an episerver project that has lots of blocks over time some of these blocks are no longer needed, is there a way to see if a created block is being used on any pages in my episerver website?
Ayo Adesina
  • 2,231
  • 3
  • 37
  • 71
3
votes
2 answers

EPiServer.Configuration.Settings.Instance - Application is initialized with settings for siteId="x", but current request maps to siteId="y"

We have a EPiServer 5.x enterprise project with several sites declared in EPiServer.config These are set up as separate websites in IIS pointing at the same webroot matching the host entry for each IIS site to the siteHosts declared for each site in…
Christian Westman
  • 2,985
  • 1
  • 26
  • 28
3
votes
1 answer

DDS not saving entity when specifying id

When specifying a given id to an entity before persisting it using a dynamic data store in episerver, the entity is not persisted. According to tutorials I have seen this should have been just fine. Any clues? No exceptions are thrown, and the Save…
oligofren
  • 20,744
  • 16
  • 93
  • 180
3
votes
2 answers

Customise TinyMCE editor in Episerver 9

I am working on Episerver 9. I have a requirement where user can copy content (which includes HTML tags) into the TinyMCE editor. I want only the text content to be pasted. HTML tags should be filtered out automatically by default. Is there any way…
user1641519
  • 377
  • 1
  • 4
  • 17
3
votes
1 answer

Handling lambda expression with generic property name

Working with EPiServer Find and trying to build a generic facet funcionality for it to simplify managing which facet should be enabled. I would like to construct two generic methods, one for adding active filters to perform the hits search and one…
Hyzac
  • 475
  • 3
  • 16
3
votes
2 answers

Truncating Xhtmlstring in Episerver

I'd need to get a html friendly version of a truncated Xhtmlstring as the tag endings might get clipped when truncated. Any ideas on how to achieve this? I've thought of just getting rid of all tags first and then clipping but is there a solution…
mec
  • 77
  • 1
  • 7
3
votes
2 answers

Invoking Action in Controller using ajax - not working. (ASP.Net MVC)

I've been wrestling this error for quiet a while now and tried all the suggestions found on the web, still no luck. I'm doing a simple ajax call to a controller's action. The application is in EPiServer, but this seems to be a generic question…
ChrisRun
  • 993
  • 1
  • 10
  • 24
3
votes
0 answers

Episerver community query and sort by last activity

I'm trying to query Episerver Community to get paged approved topics within a date range (e.g. within the last 2 days) that are ordered by the thread's last activity (activity being the thread's last approved reply or the thread's creation date if…
Rach
  • 43
  • 4
3
votes
1 answer

Episerver Find Wildcard search doesn't return expected results

Recently I've been experimenting with EPiServerFind, I'm trying to figure out how wildcard queries are used. I am encountering the following difficulty: One of my colleagues has set up a POC with EPiServerFind, sadly this only searches for the…
Marvin Brouwer
  • 306
  • 3
  • 13
3
votes
3 answers

How do I share usercontrols/functionality between sites?

We have two asp.net sites (based on episerver). Using Telerik Asp.net controls. We have some functionality that we want to have available in both sites. Right now one of the sites use webparts/usercontrols and the other uses usercontrols. Is there…
Jimmy Engtröm
  • 1,998
  • 4
  • 23
  • 34
3
votes
2 answers

How can I apply custom widths to input fields on an EPiServer property?

In EPiServer 7.5, I've created a NewsArticle model that has several properties for various text fields. A few of these properties have StringLength limitations. For example, the title for a news article is decorated like so: [Display( …
Ken Palmer
  • 2,355
  • 5
  • 37
  • 57