ASPX templates
Version 7.x > ASPX templates > editable region issue View modes: 
User avatar
Member
Member
anwar.ubed-gmail - 6/10/2013 12:36:30 AM
   
editable region issue
could you please help me

i am using below code in master page
<div class="container">
<div class="master navBg">
<div class="mainWrapper">
<div class="main">
<div class="logo">
<a href="/">
<img src="/images/logo.png" alt="Micromax - Nothing like Anything"></a>
</div>
<nav id="smoothmenu1" class="ddsmoothmenu">
<cms:listmenu runat="server" ID="wM" Path="/%" ClassNames="CMS.MenuItem" MaxRelativeLevel="2"
WhereCondition="MenuItemGroup <> 'footer' OR MenuItemGroup IS NULL" RenderCssClasses="True"
ItemIdPrefix="tm" HideControlForZeroRows="False" ZeroRowsText="There are no menu pages."
CacheDependencies="##DEFAULT##" />
</nav>
<div class="socialLinks">
<ul>
</ul>
<form id="formSearch" action="/search.aspx" method="post">
<input type="text" name="inputSearch" class="inputSearch" value="Search" onfocus="if(this.value == 'Search') { this.value=''; }"
onblur="if (this.value == '') { this.value='Search'; }">
</form>
</div>
</div>
</div>
</div>
</div>

and using below code in template page
<asp:Content ID="Content1" ContentPlaceHolderID="plcMain" Runat="Server">  

<cms:CMSPagePlaceholder ID="plcLeft" runat="server">

<LayoutTemplate>

<cms:CMSEditableRegion runat="server" ID="WC" RegionTitle="Content" RegionType="HtmlEditor" HtmlAreaToolbarLocation="In" />

<cms:CMSWebPartZone ID="zF" ZoneTitle="Footer Content" runat="server" />

</LayoutTemplate>

</cms:CMSPagePlaceholder>

</asp:Content>

Issue is that my header overlap the editable region that's why i am unable to edit the content.
if i remove the header then everything becomes fine.
but i have to use header and i can't add space between header and editable region otherwise that will reflect on page

User avatar
Kentico Support
Kentico Support
kentico_janh - 6/10/2013 1:54:49 AM
   
RE:editable region issue
Hello,

Could you please move the toolbar to the top of your page instead:
HtmlAreaToolbarLocation="Out:CKToolbar"

Best regards,
Jan Hermann

User avatar
Member
Member
anwar.ubed-gmail - 6/10/2013 2:46:00 AM
   
RE:editable region issue
still facing same issue now the thing is changed that toolbar moved to top but header comes between toolbar and editable region

User avatar
Kentico Support
Kentico Support
kentico_janh - 6/25/2013 1:40:00 AM
   
RE:editable region issue
Hello,

Have you applied any hotfix for your version of Kentico CMS? Could you please add that editable region to a simple empty page without any css styles or javascripts to ensure it is not related?

Best regards,
Jan Hermann