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
2
votes
1 answer

Automated UI tests in EPiServer

How do you perform your UI tests on a CMS like EPiServer? Where the editor creates content based on Page Types, and you as a developer must test each page instance? We are currently testing all our pages in EPiServer using dynamically created tests…
Niklas Wulff
  • 3,497
  • 2
  • 22
  • 43
2
votes
5 answers

ASP.NET 404 httpmodule

Im using a CMS product called EPiServer. We need to create our own method of displaying 404's which just can't be achieved using .NET's standard customErrors. We've writen a module which we use to check for the HttpStatusCode. We do this in the…
higgsy
  • 1,991
  • 8
  • 30
  • 47
2
votes
4 answers

Searching for pages with any value in property

EPiServer only: How do I search for pages with any value in a given property? I can do a search for pages with a specific value in the property, but I can't figure out how to search for "not empty". For example, this doesn't work: var criterias =…
Jakob Gade
  • 12,319
  • 15
  • 70
  • 118
2
votes
2 answers

Rendering user controls in EPIserver dynamic content

Im trying to make a EPIserver dynamic content control, the content i want is a user control which i already made(a slider), every thing seems to work just fine until i insert the dynamic content control onto the page/area i want to use it. When i…
Roise
  • 364
  • 5
  • 22
2
votes
3 answers

Render a page differently based on which list that opened it

I have two lists of different PageTypes - NewsItems and PressReleases. They are displayed in one list each, with links to the individual items. Now I want to include the press release items into the news list and use the style of the news items to…
Niklas Wulff
  • 3,497
  • 2
  • 22
  • 43
2
votes
4 answers

Prevent EPiServer from wrapping content in

tags

I'm working on a site in EPiServer, and whenever I create a page property with the type set to "XHTML string" (which uses the WYSIWYG content editor in Edit mode), it wraps all content in

tags. Is there any way to prevent this from happening? I…

daGUY
  • 27,055
  • 29
  • 75
  • 119
2
votes
0 answers

Episerver- Link a block using the Insert/Edit link of a Rich Text Block editor?

I have an page with multiple blocks having a structure as follows: 1- RichText Editor Block: This contains multiple links as given below that are basically linked to a section within the same page using Insert/Edit link: 2- Accordion Block: As…
2
votes
1 answer

Episerver Scheduled Jobs- Manual trigger identification

I'm trying to find whether the Episerver Scheduled job (Episerver CMS 11) is triggered manually or automatically. While on finding in Episerver documents I do see the 'ScheduledJobTrigger' and 'ScheduledJobLogItem' are related to this. But still, I…
Santhiya
  • 21
  • 1
2
votes
0 answers

EpiServer Form element is not published because of the validator's error message

Technology: We are using Dotnet Framework 4.7.2., EPiServer CMS 11, EPiServerFormsCore 4.30.4 NuGet package, EPiServerFormsUI 4.30.4 NuGet package. Issue: Error message in the validators, which are added to the forms element (for example the Text…
2
votes
2 answers

BVN404 gadget showing in local dev, but not EpiServer integration enviornment

I am able to access this gadget in my local dev environment, but not integration, as you can see below: Local dev: Integration: I double checked the BVN settings from here: https://github.com/Geta/404handler#configuration. They are setup like this…
ernest
  • 1,633
  • 2
  • 30
  • 48
2
votes
0 answers

Adding TinyMCE plugin with toolbar icon using a module package in Episerver CMS 12

I have a custom TinyMCE plugin that add a toolbar icon to the tinymce tool bar. Plugin is configured in a file called editor_plugin.js which is placed inside my custom EpiServer module. I need this to register in tinyMCE. I added following code in…
2
votes
1 answer

Register an addon in Episerver CMS 12

Plugin UI are developed in a separate MVC project and CMS 12 is in another projects. Following is a test solution that just to explain the issue we are having. Solution structure Please consider followings The TestAddon project is a Simple MVC…
2
votes
0 answers

Health check for Azure app service generating HTTP error 404?

We thought it would be a good idea to enable the health check feature for our Episerver ASP.NET MVC web application in Azure. However, after doing so, the number of requests resulting in a 404 immediately rose dramatically for the path specified.…
Andvik
  • 119
  • 1
  • 12
2
votes
0 answers

Force claim on user

I integrated with and old Active Directive through LDAP, where some users are to be looked up. If I find the user, it should have access - no additional requirements. I have a specific page, which I have placed a restriction on, so that only user…
2
votes
3 answers

how to customize default view for linkItemCollection in EPiServer

I'm using EPiServer version 11 and I have requirement that when property of type linkItemCollection is rendered using PropertyFor() method, I need to add some custom attribute ( based on condition if target is blank ) to generated…
user1641519
  • 377
  • 1
  • 4
  • 17