How to Add new region position in APEX login page?
APEX has been upgraded it login templates all the way from simple region to login template region then in APEX it is also available with split design.
Since I have been playing around the APEX templates and themes i found we could add region position to our APEX page templates. For example login page doesn't support any other region position then it's standards.
Steps to add
- Create new page template as copy of login template
- In Body, append the below code
</div>
<div class="t-Login-right-container hidden-xs-down ">
<div class="t-Login-right-containerBody">#REGION_POSITION_16#</div>
</div>
Classes to show hide the region based on screen size.
XXS Screens≤640px | XS Screens>640 and <768px | Small Screens≥768px and <992px | Medium Screens≥992px and <1200px | Large Screens≥1200px | |
---|---|---|---|---|---|
hidden-xxs-down | Hidden | Visible | Visible | Visible | Visible |
hidden-xs-down | Hidden | Hidden | Visible | Visible | Visible |
hidden-sm-down | Hidden | Hidden | Hidden | Visible | Visible |
hidden-md-down | Hidden | Hidden | Hidden | Hidden | Visible |
- Add "Display Points" entry
Select the new position for the newly added.
No comments:
Post a Comment
Please do not add any spam links or abusive comments.