Part 1
- in IDE:
- open /themes/advanced/index.tpl file for editing
- add [<?php var_dump(EDITING_MODE); ?>] code on next line after <inp2:m_DefineElement name="content"> code
- save changes
- on Front-End:
- open homepage
- confirm, that text between [ and ] means empty string
- confirm, that no orange buttons (e.g. Edit Content) specific to editing modes are displayed
- in Admin Console:
- go to Website & Content → Browse Website section
- click on Browse Mode button in top frame
- confirm, that text between [ and ] means string with 1 value
- confirm, that no orange buttons (e.g. Edit Content) specific to editing modes are displayed
- click on Content Mode button in top frame
- confirm, that text between [ and ] means string with 2 value
- confirm, that orange Edit Content buttons are displayed and working
- click on Design Mode button in top frame
- confirm, that text between [ and ] means string with 3 value
- confirm, that hovering over elements on the page orange Edit Block buttons will appear
Part 2
- in Admin Console:
- go to Configuration → Advanced section
- specify SSL url in SSL Full URL (https://www.domain.com/path) setting
- go to Website & Content → Structure & Data section
- click on Sections tab
- open Home category for editing
- check Require SSL checkbox and save changes
- on Front-End:
- open homepage in http:// protocol
- confirm, that redirect to https:// protocol will happen
- in Admin Console:
- go to Website & Content → Browse Website section
- click on Browse Mode button in top frame
- confirm, that Front-End in main frame was opened using http:// protocol