Use "Style Manager" with CMS
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Use "Style Manager" with CMS
Hi Pablo... wonder if it's possible to use the "Style manager" for managing font styles because the editors are som limited?
Re: Use "Style Manager" with CMS
No, that will not be possible. The editors are third party scripts, so they have no 'connection' with WWB.
However some editors, like Summer note have a lot of customization options.
https://summernote.org/deep-dive/#custom-styles
However some editors, like Summer note have a lot of customization options.
https://summernote.org/deep-dive/#custom-styles
Re: Use "Style Manager" with CMS
Hi Pablo. Tnx so much for answering. I have been looking at this page with the customization options... tryed some but seam I am placing this tags in the wrong place... can you please give me a hint in which file and were?Pablo wrote: ↑Wed Aug 03, 2022 8:20 pm No, that will not be possible. The editors are third party scripts, so they have no 'connection' with WWB.
However some editors, like Summer note have a lot of customization options.
https://summernote.org/deep-dive/#custom-styles

Re: Use "Style Manager" with CMS
The options can be added via 'Editor Settings' in the properties of the CMS Admin.
See also:
https://www.wysiwygwebbuilder.com/forum ... hp?t=95265
See also:
https://www.wysiwygwebbuilder.com/forum ... hp?t=95265
Re: Use "Style Manager" with CMS
Hi Pablo... I'm so sorry to b "a pain in the a...." for youPablo wrote: ↑Thu Aug 04, 2022 6:28 am The options can be added via 'Editor Settings' in the properties of the CMS Admin.
See also:
https://www.wysiwygwebbuilder.com/forum ... hp?t=95265

1. Enter the code here:

2. Looks like this (no editor tools at all):

3. Erasing the code and publish, back to standard (normal)

Some confused...
Re: Use "Style Manager" with CMS
The syntax of the settings is not correct.
See also:
https://www.wysiwygwebbuilder.com/forum ... hp?t=95265
See also:
https://www.wysiwygwebbuilder.com/forum ... hp?t=95265
Re: Use "Style Manager" with CMS
Pablo... on the post you refer to I copied the second code example in full (select all) as this:Pablo wrote: ↑Thu Aug 04, 2022 1:22 pm The syntax of the settings is not correct.
See also:
https://www.wysiwygwebbuilder.com/forum ... hp?t=95265
Code: Select all
'toolbar': [
['style', ['style',]],
['font', ['fontname', 'fontsize', 'bold', 'italic', 'strikethrough', 'clear',]],
['color', ['forecolor', 'backcolor', ]],
['para', ['ul', 'ol', 'height']],
['insert', ['link']],
['misc', ['picture', 'fullscreen', 'codeview', 'print', 'help', ]],
],
'fontNames': ['Spectral', 'Quicksand'],
'fontNamesIgnoreCheck': ['Spectral', 'Quicksand']
toolbar: [
// [groupName, [list of button]]
['style', ['style']],
['font', ['clear', 'fontname', 'fontsize', 'fontsizeunit' , 'forecolor' , 'backcolor' , 'strikethrough', 'superscript', 'subscript']],
['misc', ['undo', 'redo']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['table', ['table']],
['insert', ['link', 'picture', 'video', 'hr']],
['view', ['codeview', 'help']]
]
toolbar: [
// [groupName, [list of button]]
['style', ['bold', 'italic', 'underline', 'clear']],
['font', ['strikethrough', 'superscript', 'subscript']],
['fontsize', ['fontsize']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['height', ['height']]
toolbar: [
['style', ['style']],
['font', ['clear', 'fontname', 'fontsize', 'fontsizeunit' , 'strikethrough', 'superscript', 'subscript']],
['misc', ['undo', 'redo']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['table', ['table']],
['insert', ['link', 'picture', 'video', 'hr']],
['view', ['codeview', 'help']],
toolbar: [
['style', ['style']],
['font', ['clear', 'fontname', 'fontsize', 'fontsizeunit' , 'forecolor' , 'backcolor' , 'strikethrough', 'superscript', 'subscript']],
['misc', ['undo', 'redo']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['table', ['table']],
['insert', ['link', 'picture', 'video', 'hr']],
['view', ['codeview', 'help']],
Re: Use "Style Manager" with CMS
For example:
Note that this is not specific to WWB. The settings will be inserted "AS IS".
Code: Select all
toolbar: [
// [groupName, [list of button]]
['style', ['bold', 'italic', 'underline', 'clear']],
['font', ['strikethrough', 'superscript', 'subscript']],
['fontsize', ['fontsize']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['height', ['height']]
]
Re: Use "Style Manager" with CMS
Now got it Pablo... was confused about the "select all" option in the code insert, followed strictly
But now seing what parts to use, its more logic...
So thanks for having patience with me

But now seing what parts to use, its more logic...
So thanks for having patience with me
Re: Use "Style Manager" with CMS
Hi again Pablo... getting late in Europe now... but here in Ecuador still working hourPablo wrote: ↑Thu Aug 04, 2022 2:20 pm For example:Note that this is not specific to WWB. The settings will be inserted "AS IS".Code: Select all
toolbar: [ // [groupName, [list of button]] ['style', ['bold', 'italic', 'underline', 'clear']], ['font', ['strikethrough', 'superscript', 'subscript']], ['fontsize', ['fontsize']], ['color', ['color']], ['para', ['ul', 'ol', 'paragraph']], ['height', ['height']] ]

I have now implemented a toolbar that I like and it works good

Code: Select all
'fontNames': ['Spectral', 'Quicksand'], 'Merriweather'],
'fontNamesIgnoreCheck': ['Spectral', 'Quicksand'], 'Merriweather']
Code: Select all
toolbar: [
// [groupName, [list of button]]
['style', ['style']],
['font', ['clear', 'fontname', 'fontsize', 'fontsizeunit' , 'forecolor' , 'backcolor' , 'strikethrough', 'superscript', 'subscript']],
['misc', ['undo', 'redo']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['height', ['height']],
['table', ['table']],
['insert', ['link', 'picture', 'video', 'hr']],
['view', ['codeview', 'help']]
]

Re: Use "Style Manager" with CMS
Note that I cannot provided support on third party script like the editor.
The reason why I replied to your post is to help you in the right directly, but I cannot help you figure out the right configuration. For me that may also take a lot of time and this is not specific for WWB.
The reason why I replied to your post is to help you in the right directly, but I cannot help you figure out the right configuration. For me that may also take a lot of time and this is not specific for WWB.
Re: Use "Style Manager" with CMS
I am aware of that and is very greatful for the help you have provided to me.Pablo wrote: ↑Thu Aug 04, 2022 6:23 pm Note that I cannot provided support on third party script like the editor.
The reason why I replied to your post is to help you in the right directly, but I cannot help you figure out the right configuration. For me that may also take a lot of time and this is not specific for WWB.