2014-08-15, 03:21:55
Hello Shawn,
That didn't work. I just get the normal styles and paragraph formats and h2 does not come out pink
This is the first part of the config.js - any thoughts?
// GetSimpleCMS config file for CKeditor 3.6.2
// default editor config
CKEDITOR.replace( 'editor1' , {
config.stylesSet = [];
config.extraPlugins = 'stylesheetparser';
config.contentsCss = '/css/guy.css';
};
CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here.
config.resize_dir = 'vertical' // vertical resize
config.toolbarCanCollapse = false; // hide toolbar collapse button
config.dialog_backgroundCoverColor = '#000000'; // veil color for dialog popups
config.magicline_color = '#CF3805';
config.allowedContent = true; // disable acf
config.toolbar_advanced =
[['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source'],
'/',
['Styles','Format','Font','FontSize']];
config.toolbar_basic =
[['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source']];
};
/** ------------------------------------------------------------------------
* GS Default overrides and extras
That didn't work. I just get the normal styles and paragraph formats and h2 does not come out pink
This is the first part of the config.js - any thoughts?
// GetSimpleCMS config file for CKeditor 3.6.2
// default editor config
CKEDITOR.replace( 'editor1' , {
config.stylesSet = [];
config.extraPlugins = 'stylesheetparser';
config.contentsCss = '/css/guy.css';
};
CKEDITOR.editorConfig = function( config )
{
// Define changes to default configuration here.
config.resize_dir = 'vertical' // vertical resize
config.toolbarCanCollapse = false; // hide toolbar collapse button
config.dialog_backgroundCoverColor = '#000000'; // veil color for dialog popups
config.magicline_color = '#CF3805';
config.allowedContent = true; // disable acf
config.toolbar_advanced =
[['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Table', 'TextColor', 'BGColor', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source'],
'/',
['Styles','Format','Font','FontSize']];
config.toolbar_basic =
[['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList', 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock', 'Link', 'Unlink', 'Image', 'RemoveFormat', 'Source']];
};
/** ------------------------------------------------------------------------
* GS Default overrides and extras