Kentic Master Page ASPX+Portal

Jack Ryder asked on December 26, 2016 08:36

Hello,

Can anyone help me to resolve my master page design issue. Below is the flow of my master page design 1)I have created master page and register to page template(aspx+portal) 2)I have put below line in my master page <cms:CMSEditableRegion ID="txtLeft" runat="server" DialogHeight="400" RegionType="HtmlEditor" RegionTitle="Top Left Column" /> 3)I then i have add text into region from browser 4)created aspx template which is using master page 5)created page in content tree 6)Now issue is in content page my added text is not displayed although it is available in master page 7) so is there any way that my text is showing in all child page ?

Correct Answer

Jan Hermann answered on December 26, 2016 12:30

In the Corporate site there is just final template registered. The master page exists just in file system. So if you have placed the editable region directly on your master page (.master) that is on the disk, this won't work, because editable region gets loaded according to current document which is always different that the master page -- it's the document/page that gets loaded in that master page.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Jan Hermann answered on December 26, 2016 09:45 (last edited on December 26, 2016 09:46)

Regrettably, you can't register a master page into Kentico. I am not sure how you managed to do that though. Please follow the documentation:

https://docs.kentico.com/k10/developing-websites/developing-websites-using-aspx-templates/creating-master-pages-for-aspx-templates

0 votesVote for this answer Mark as a Correct answer

Jack Ryder answered on December 26, 2016 10:11

Hello Jan,

Thank you for your response.

I have take reference of corporate site master page and add it as master page

0 votesVote for this answer Mark as a Correct answer

Jack Ryder answered on December 26, 2016 13:26

Hello Jan,

Thank you again. I have fixed issue by taking portal page as a master page.

0 votesVote for this answer Mark as a Correct answer

sridhar chiklametla answered on December 28, 2016 10:39

Hello Jan,

As per my understanding, we can only create a Master page on Kentico portal. If so, then what is the use of creating master page in Website/webapp (.master) and assigning to ASPX pages.

Thanks in advance.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.