• Display Tags and Categories in a single transformation
    Question Apr 9, 2015
    Hi, everybody! I’ve been struggling with an issue for the last two days, so I’ve decided that some of you can help me. I need to display the categories and the tags an article has and each category/tag has to be a link to a page with all the articles from the certain category/...

  • showing images
    Question May 8, 2015
    I am developing a new portal by modifying the intranet portal that comes with kentico. We want to have a news section that will show the last N news articles. If the person who creates the article does not upload a teaser image then they want the text to shift to the left an...

  • BlogPostTeaser Image Not Showing Up
    Question Mar 18, 2016
    I'm pretty new to Kentico. I'm using Kentico 9.0 and am having a problem with displaying the Blog Post Teaser field. I'm uploading images for the teaser and using this transformation: However, I get this as the output: Any ideas what I'm doing wrong?

  • Check if pages field type is empty or not
    Question Aug 21, 2018
    Hello, I have a custom page type that has a "pages" field to allow authors to select from a folder of widgets. They can select one or more of these widgets, but they can also just leave it empty. If there are no widgets, I need to conditionally hide the entire sidebar. The i...

  • Nested if statements in XML transformation
    Question Jan 3, 2019
    I created a custom page type with text/xml transformation and it works well, but I created a new field with a boolean data type for adding functionality to a button to make it open in a new tab. The idea is if it gets checked than the link for a button should open in a new tab...

  • Filter Recent Blog Posts by Category
    Question Aug 26, 2020
    I am using a transformer to get a list of recent posts. I want to filter these posts by a category ID value that I can get from the route parameters. <%# Eval("BlogPostTitle", true) %> <%# IfEmpty(Eval("BlogPostTeaser"), " ", " "+GetImage("BlogPostTeaser", 250)+" ...

  • upload image at selecting product option ecommerce
    Question Oct 2, 2014
    Hi, We are developing eCommerce application. Let consider example for purchasing t-shirt. some customers want to upload image to be print on the t-shirt and also can choose front or back side of the t-shirt. how to handle this scenario in kentico 8.0? Regards, Nirav

  • 8.1.9 feautres not working in Firefox
    Question Oct 29, 2014
    After applying the latest hotfix (8.1.9) to my kentico 8.1 instance, certain features like admin dashboard live tiles and widget selection dialogs have stopped working in Firefox (v 33.0.2) but they work fine in IE and Chrome. Is this a bug introduced in the latest hotfix or i...

  • BizForms - User Selector - onChange populate other fields
    Question Dec 20, 2016
    Hi, I have a business form with user selector field, user title field and user superior field. I want to auto-populate the user title and user superior field based on the user selection. How can I achieve this? Thanks, SP

  • I can combine more than one table but I can not select the columns.
    Question Jan 18, 2018
    Hi, I can combine more than one table but I can not select the columns. var UserProductOrder = CustomTableItemProvider.GetItems ().Source(s => s.LeftJoin ("ItemID", "UserID").LeftJoin ("ProductID", "ItemID")).ToList().Select(s => new { UserName = s.Use...

  •   ... 41 42 43 44 45 46 47 48 49 50 ...