157 questions
0
votes
1
answer
37
views
User notifications in Optimizely CMS 12 when using AAD SSO
Does anybody know if it is possible to use the User Notifications framework in Optimizely CMS 12 when also using single sign-on together with Azure AD? I want to implement something similar to what is ...
0
votes
0
answers
32
views
Show/Hide dependency not working with custom form element
I am working with Optimizely CMS 11 (.NET Framework) and created a custom Optimizely form element.
The problem is that when I use this custom form element as a dependency (e.g., to show/hide another ...
1
vote
1
answer
165
views
Issue with Newly Added Property Not Visible in Edit Mode in CMS 12
We are encountering an issue in CMS 12 where newly added properties are not visible in edit mode. Upon investigation, we noticed that the property is missing in the query being fired, indicating that ...
0
votes
1
answer
71
views
How to programmatically update robots.txt for multiple sites in Optimizely 11?
I am working with Optimizely 11 and need to update the content of robots.txt for multiple sites programmatically. However, I haven't been able to find any documentation on how to achieve this.
Could ...
0
votes
1
answer
56
views
Clear index and reindex programmatically
Is it possible to call the clear and reindex programmatically in Optimizely 11? I want to create a job that will clear and reindex so it will part of the release process.
https://support.optimizely....
1
vote
0
answers
84
views
EPiServerProfile replacement in Optimizely CMS 12?
I'm currently working on a system that is integrated with Optimizely CMS. An upgrade of the system was made recently, from .NET Framework 4.8 to .NET 8 which as expected, broke a lot of the EPiServer ...
0
votes
1
answer
73
views
TinyMCE Editor table border issue - 4.8.1 version
Borders are missing for rows, columns for a table in TinyMCE Editor.
I'm using TinyMCE Editor 4.8.1 in an Optimizely solution, and I've included the table plugin in the editor. However, when I select ...
0
votes
1
answer
117
views
Optimizely: Content with id '2809' has a property with scopename '20880' but there is no entry in IPropertyDefinitionRepository with that id
Does any of you know how I can get all the contentProperties with scopename that does not exist?
I like to create a schedule job, to cleanup old references.
I get this warning I like to fix: "...
0
votes
1
answer
46
views
Optimizely CMS - How do you access HyperLink Editor fields and modifiy them?
I've been trying to figure out a way to Modify the "Open in" field to say "Target".
Bonus : also change the string for the options of that field.
I've tried using this solution but ...
0
votes
1
answer
137
views
Make a POST request to Non controller method using AJAX in .NET 6
Below Ajax call is not invoking the Non controller method(Index) in .NET core 6.
$.ajax({
type: 'POST',
contentType: false,
processData: false,
url: form.action,
data: formData,
...
1
vote
0
answers
43
views
EPiServer ServiceApi installation breaks all of our internal API's
We are on CMS 11 and Commerce 13. I just got the ServiceApi (5.6.1) and ServiceApi.Commerce (5.6.1) installed on our site and with some configuration enabled the site to start without errors. The site ...
0
votes
0
answers
181
views
Optimizely CMS 12 : Delete unused Media ,Blocks individually in PowerSlice
I'm trying to implement **PowerSlice ** gadget in our solution. Installed PowerSlice **5.2.0 ** package.
Able to fetch unused blocks and media.
public override QueryRange<IContent> ExecuteQuery(...
0
votes
0
answers
81
views
Multi layout column form in Optimizely CMS
I am working on the Optimizely CMS trying to create multi column layout form from Display Option but having issues with the Html helper where to define it in FormContainerBlock.cshtml
How can i call ...
0
votes
0
answers
149
views
Issues with Site and Global Assets After Optimizely Upgrade
I am currently working on upgrading our system from Optimizely 11 to Optimizely 12. I have successfully resolved compile-time errors, and the application is running, but I am encountering an issue ...
1
vote
1
answer
319
views
Episerver CMS 11 authentication endpoint
I've just started exploring the Optimizely Content Delivery API. I have a confusing issue regarding the authentication process of the endpoint. I noticed in the documentation that there is an endpoint ...