Questions tagged [sitefinity]

Use this tag for questions related to Sitefinity development including those related to templates, API, widget designers, Thunder, etc. Sitefinity is a CMS developed by Progress Software

Sitefinity is a CMS developed by Progress Software using .NET. It's an ASP.NET-based web content management system that is used for the construction and management of commercial websites, community portals, intranets, etc.

The product's architecture leverages the .NET development patterns, including Master Pages, templates, standard and user controls, themes and CSS. It also supports an array of database systems, unlimited page layout freedom and the ability to integrate custom external applications. These externally pluggable applications can vary in complexity from custom .NET controls and ASP.NET MVC controllers to complete web applications. Sitefinity has been designed for both the developer and the end user, providing a comprehensive development platform.

760 questions
0
votes
1 answer

OutputCache of user control not working

I have a complex website that uses .NETs output caching enabled through Sitefinity. Recently we needed to have a specific user control have different cached versions depending on user location. So I gave the user control an OutputCache directive…
rpf3
  • 651
  • 1
  • 10
  • 21
0
votes
1 answer

SiteFinity based site not updating page title?

This one's got me stumped and it's driving me nuts. I have a SiteFinity based site, using C# and ASP.NET. In one of the master pages, I've added the line: this.Page.Title = "Site Name: " + this.Page.Title; This is supposed to concatenate those two…
Tim
  • 4,051
  • 10
  • 36
  • 60
0
votes
2 answers

How to remove the Zero Space Character (​) that ASP Repeaters generate?

I have a basic asp repeater that generates a ul and its child lis. It seems that each li is preceded by this magical zero space character (​). This messes up the design by adding extra space between each list item. The code is currently on a…
bygrace
  • 5,868
  • 1
  • 31
  • 58
0
votes
1 answer

Integrate finished ASP.NET Website in Sitefinity CMS

Is there a way to integrate a finished ASP.NET Website into Sitefinity CMS? Including the master page and all stuff. Thanks
user1090847
0
votes
1 answer

Invalid provider name "Default" for SitefinityMembershipProvider specified in web.config

Invalid provider name "Default" for SitefinityMembershipProvider specified in web.config file. The name should match one of the providers configured in Sitefinity's Security.config configuration. I am trying to use sitefinity membership in my…
0
votes
1 answer

.ascx user control button_click is not firing Sitefinity C#

I have come across this weird problem where my button click event is not firing. I have tried almost all the possiblities but still no luck. googling for couple of hours now but still no help. Some ppl experienced exactly the same problem on…
Learning Curve
  • 1,449
  • 7
  • 30
  • 60
0
votes
2 answers

Error in migrating website to sitefinity 5.0

Error in migrating website to sitefinity 5.0 I want to migrate the website from the older version to the newer version, For that i am using sitefinity Project manager. I've hosted my older website to the IIS server and now i am trying to migrate…
IT ppl
  • 2,626
  • 1
  • 39
  • 56
0
votes
2 answers

Setting up multilingual site with sitefinity in the form of mysite.com/us/home, mysite.com/fr/home

Trying to set up a multilingual site with sitefinity. The structure is mysite.com/us/ - all US content mysite.com/fr/ - all French content So, the home page for the US would be at mysite.com/us/home and the home page for France would be…
aaandre
  • 2,502
  • 5
  • 33
  • 46
-1
votes
1 answer

How do I switch the theme used on a Sitefinity based website?

We have a Sitefinity 3.2 site in production and the users want a whole new look and feel. Upgrading is not an option. I have created new templates for them but they will need to go into the site and create all new pages using the new templates.…
HitLikeAHammer
  • 2,679
  • 3
  • 37
  • 53
-1
votes
1 answer

Sitefinity RESTful API Webservice: GET a set of data items of contenttype returns 0 items?

I have a content type "bomeldungs" with 2 items in it. image I have set up a RESTful API webservice. With the GET "API URL HERE" i must get all 2 items in a json format. It must look like this: image Calling the API URL in the Postman Application,…
preqi
  • 9
  • 2
-1
votes
1 answer

Image folder on the root

I have an image folder on the root of sitefinity project that I want access to but I keep getting a 404 error? Is sitefinity blocking this folder do I need to add some setting in the web.config to access this folder?
user5843610
-1
votes
2 answers

Change a ternary conditional operator to regular if else statement

I have a logic that checks the start and end date of an event. If the start and end date are in the same month then it shows only one date, for example 18 Feb, 2021. But if it's a multi-day event then it shows the event date like this, for example…
hnnnng
  • 481
  • 4
  • 21
-1
votes
1 answer

Sitefinity: How to use ExpandableObjectConverter with new interface

I have created an expandable follow the document below: https://knowledgebase.progress.com/articles/Article/how-to-use-expandableobjectconverter It's working, but when I switch to the new interface(new UI) it is not working. Could you help me to fix…
Park
  • 143
  • 1
  • 12
-1
votes
1 answer

How Do I create a related data field to relate to another age in a Sitefinity Custom Widget?

I am creating custom widgets and custom designer views in sitefinity. How do a create a field, so the user can selected related data of type page? I am using mvc and the latest version of Sitefinity.
Danny
  • 77
  • 1
  • 8
-1
votes
1 answer

Sitefinity - Remove translations column in backend screen

enter image description here Anyone can help me remote translations column in module builder sitefinity?
1 2 3
50
51