Questions tagged [sitefinity-5]

Sitefinity v5 is Telerik's next generation content management platform. Version 5 specifically introduces enhancements to v4 in terms of using ASP.NET Webforms, MVC and Hybrid mode as well as responsive design, multi-tenancy and the free Sitefinity Thunder and Lightning extensions. Use this tag for questions specific to Sitefinity 5. If you have question regarding previous versions use the 'sitefinity' tag instead.

51 questions
1
vote
1 answer

Extensionless URL settings in Sitefinity 4.x and above

Does anyone know where the settings related to Extensionless URLs are found in Sitefinity 4.x and above? I'm looking at 'Advanced Settings' in the backend and I can't find them. A website that I recently upgraded from Sitefinity 4.4 to 5.3 is…
Yosief Kesete
  • 217
  • 2
  • 6
  • 20
1
vote
1 answer

How to Add custom control "abc.ascx" file in Sitefinity 5.3

I am new to Sitefinity 5.3 I want to create my Usercontrol in Visualstudio 2012 and add that in sitefinitty
1
vote
1 answer

Sitefinity - Validating Custom Form Field

I have a class MyField that extends FormField (it is a custom Form Field I can add via Form Builder). I have one field in the .ascx file:
1
vote
2 answers

Getting an Image from Telerik Sitefinity Modules

I'm using Telerik Sitefinity 5.1. I've build a module that has 3 fields {title, url, image} title and url -> string field image -> 'image selector' .cs protected void Page_Load(object sender, EventArgs e) { var myCollection =…
ozkank
  • 1,464
  • 7
  • 32
  • 52
1
vote
1 answer

'sys is undefined' error in telerik sitefinity 5.1

I'm getting 'sys is undefined' error when I editted a content from a page. In Mozilla, Google Chrome and IE8 works correctly but IE10 doesn't support. I used css3 and html5 attributes in the page. How to do solve this?
ozkank
  • 1,464
  • 7
  • 32
  • 52
1
vote
3 answers

Type is not resolved for member "Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel"

Any thoughts about how to resolve this error? I'm stuck at the moment and having a hard time finding reading on this. Any help would be greatly appreciated: Server Error in '/www' Application. Type is not resolved for member…
1
vote
2 answers

MVC Async Postback & RenderPartial

Apologies if the Title is a bit misleading, I'm just not sure how to go about doing this. Ok here's the scenario. I am developing a feedback mvc widget that is housed in a Sitefinity 5.1 website. This widget is effectively just a div that is…
1
vote
1 answer

Do I need to restart IIS when I change site.master

Recently we moved our server from testing to production. We had an issue with caching some referenced scripts so we needed to edit site.master and put some artificial query parameters on our referenced scripts. From what I thought you wouldn't need…
TyMayn
  • 1,936
  • 2
  • 18
  • 23
1
vote
1 answer

Sitefinity 3.7 > 5 migration. jQuery no longer working

Afternoon all, I am currently in the process of migrating a .NET web site from Sitefinity 3.7 to a .NET web app in Sitefinity 5.0. Migration went fine, barring the differences in api's, but now I'm finding that all my previously working jQuery has…
Ricardo Deano
  • 2,769
  • 8
  • 47
  • 70
1
vote
2 answers

Tooltip Showing Metadata for Target

I am using Sitefinity CMS to build my website; for certain pages I use metadata like title and description which I enter through Sitefinity. If someone hovers over a menu item and it has metadata then it is shown in the tooltip. I know that the…
1
vote
1 answer

sitefinity 5: How do I link to another blog post

In Blog Post A, I'd like to reference a previous post within the same blog. "For more information on this, please see this other article." Is there a way for me make 'this other article' a link to another existing post within the same blog?
fitzgeraldsteele
  • 4,547
  • 3
  • 24
  • 25
1
vote
1 answer

Mapping a widget template to a user control in SiteFinity 5

(Crossposted in SiteFinity's forums) I'm using SiteFinity 5.0. I created a custom module, using the module builder, called Promos. It's content type is called Promo. Next, I created a new widget template called PromoFlexSpace. I basically copied…
Jeremy Wiggins
  • 7,239
  • 6
  • 41
  • 56
0
votes
2 answers

Not able to login to sitefinity backend when restoring a copy of its database on a local computer

I have recently started learning Sitefinity and done its setup and trying to login into Sitefinity backend by restoring a copy of an its existing database on my local system but my user is not present in that database so how can I login into the…
0
votes
1 answer

Could not find the sitemap node with URL '/login' in sitefinity

Iam trying to creating a multi-language site. After enabling the 2nd language, I tried to load the page using the pages section in sitefinity, at that time this error is triggering. Can you please help me to overcome this. enter image description…
0
votes
2 answers

Sitefinity 11 Can't get dropdown selected value on postback in Frontend Widget Control

I am using Sitefinity 11. I have created a Custom Widget for News Module, having Drop down for all available Categories, where I need to filter the News for Selected Category. The Control postback's but it's SelectedIndex is always ZERO. I have…
user1400290
  • 1,682
  • 5
  • 23
  • 43