NOTE: Use advanced theme for testing.
- in Admin Console:
- go to Website & Content → Browse Website section
- switch to Content Mode by using button in top frame
- click on the orange Edit Content (or Edit Content - #1) button
- in modal window, that opens click on the Styles button on toolbar of CKEditor
- confirm, that Alex Blue Title style is present and is first in dropdown
- click Close button in modal window toolbar (not CKEditor toolbar)
- in PhpStorm:
- open /themes/advanced/platform/inc/styles.js file for editing
- append following to the end of that file and save changes {P6}
- open /themes/advanced/index.tpl file for editing
- change <inp2:st_ContentBlock num="1"/> into <inp2:st_ContentBlock num="1" style_set_name="my_styles"/> and save changes
- in Admin Console:
- go to Website & Content → Browse Website section
- switch to Content Mode by using button in top frame
- click on the orange Edit Content (or Edit Content - #1) button
- in modal window, that opens click on the Styles button on toolbar of CKEditor
- confirm, that Blue Title style is present and is first in dropdown
- click Close button in modal window toolbar (not CKEditor toolbar)
- in PhpStorm:
- open /themes/advanced/index.tpl file for editing
- change <inp2:st_ContentBlock num="1" style_set_name="my_styles"/> into <inp2:st_ContentBlock num="1" style_set_name="my_styles" mode="inline"/> and save changes
- in Admin Console:
- go to Website & Content → Browse Website section
- switch to Content Mode by using button in top frame
- click inside dashed rectangle that is displayed in place where Edit Content orange button was
- confirm, that CKEditor appeared inline
- click on the Styles button on toolbar of CKEditor
- confirm, that Blue Title style is present and is first in dropdown
- in PhpStorm:
- open /themes/advanced/index.tpl file for editing
- change <inp2:st_ContentBlock num="1" style_set_name="my_styles" mode="inline"/> into <inp2:st_ContentBlock num="1" mode="inline"/> and save changes
- in Admin Console:
- go to Website & Content → Browse Website section
- switch to Content Mode by using button in top frame
- click inside dashed rectangle that is displayed in place where Edit Content orange button was
- confirm, that CKEditor appeared inline
- click on the Styles button on toolbar of CKEditor
- confirm, that Alex Blue Title style is present and is first in dropdown