Hello,
I am using Apex 5.1.4.00.08 - Universal Theme 42
When creating a new page in Apex I wanted to associate my own page Template (Standard2). Inside the body of this Template I use the définitions #REGION_POSITION_xx#.
<-- CONTENT OF THE BODY PART OF THE PAGE TEMPLATE -->
#BODY#
<div id="top">
<table cellpadding="0" cellspacing="0" border="4" width="100%" height="45px">
<tr>
<td width="100%" align="center" style="padding-right:5px">
<div id="region_position_02">#REGION_POSITION_02#</div>
</td>
</tr>
</table>
</div>
<div id="top2">
<table cellpadding="0" cellspacing="0" border="2" width="75%" height="45px">
<tr>
<td align="left" border="1" style="padding-right:5px">
<div id="region_position_03">#REGION_POSITION_03#</div>
</td>
<td align="left" border="1" style="padding-right:5px">
<div id="region_position_04">#REGION_POSITION_04#</div>
</td>
</tr>
</table>
</div>
<div id="pageContent">
<div id="region_position_05">#REGION_POSITION_05#</div>
<div id="region_position_06">#REGION_POSITION_06#</div>
<div id="region_position_07">#REGION_POSITION_07#</div>
<div id="region_position_08">#REGION_POSITION_08#</div>
</div>
<-- END BODY PART-->
After creating a new page I want to build a region and associate this to example REGION POSITION 04 but in the selection list I can't select this region position.
(LAYOUT -- POSITION -- only REGION POSITION02 and 03 appear).
I tried out the same Template with another theme and there it seems to work.
Seems to be an issue in the theme, any idea to go around this problem?
Kind regards,
Eddy