Hi I'm new to Kentico and web development and I'm currently having some difficulties using macro in the editable field for the web parts to dynamically fetch the name of a specific node in the tree...
So I was using a standard Portal master template at first but was then notified that I would need to add a back end tool to my site called Bright Edge. In order to do so I must create my own custom...
I created a template for our client site that simply has one Zone in it. In that Zone I put one Web Part - the Web Part Zone, so that they can build their own pages. It works fine for the most part...
I created a custom page type for a team of people. On the main page, it lists them out in tiles and when you click on a tile, it will take you to their detail page that shows more information. In t...
Hello !Need to create the following tree structure (Kentico pages), having 'Node' as a doc_type, and 'Sub-Node' as different doc_type, child of 'Node'. I have 500+ Nodes, and 3+ Sub-Nodes (always t...
I'm trying to work out a way I can add a H1 and byline markup to my Root master page and then have all the pages underneath fill them in. I'm using the Portal Engine development mode.The H1 and byl...
Hi community!I'm trying to restrict number of columns loaded for child pages with API call like this:var children = DocumentHelper.GetDocuments() .Path(@/MyPath@) .FirstOrDefault() .Chi...
I am currently working on a homepage that happily calls in its content from its direct child pages via PagesDataSource and a hierarchical viewer. Currently users can create an unlimited amount of ...
Hi there,I'm trying to display a link to a child page and also link to 2nd level child pages on the same landing page.I'm using a repeater for the first level, but figured I'd have to use a nested ...
Hello! I have a web part zone setup on my page that holds an article filter, a basic repeater and a universal pager. I'm currently using a macro within the webpart zone visibility settings to hide ...