Foliovision › Forums › Foliopress WYSIWYG › Troubleshooting › toolbar set custom doesn’t exist
-
I am getting an error saying “Toolbar set custom doesn’t exist” after I went into settings and changed the editor toolbar to “Custom” and then went into “Advanced options” and added the custom buttons on the installation web site. (Of course I added ‘ single quotes around each button name) I’m using FolioPress WYSIWYG ver. 2.6.8.7 in WordPress 3.8.1 in Windows 7. Does anyone have any suggestions on what I might be doing wrong?
Thank you,
Docfxit
-
-
Hello Gary,
could you please paste your custom toolbar configuration here? If you made some mistake in quotes, it could cause issues like this.
I recommend you check the documentation here, it shows the right syntax: http://foliovision.com/wordpress/plugins/wysiwyg/installation#toolbar-customization
Thanks,
MartinThank you for getting this posted…
This is what I have in Custom Toolbar:
[‘Cut’,’Copy’,’Paste’,’foliopress-paste’,’-‘,’Bold’,’Italic’,’-‘,’FontFormat’,’RemoveFormat’,’-‘,’OrderedList’,’UnorderedList’,’-‘,’Outdent’,’Indent’,’Blockquote’,’-‘,’Link’,’Unlink’,’Anchor’,’-‘,’foliopress-more’,’-‘,’kfmBridge’,’FVWPFlowplayer’,’PasteEmbed’,’-‘,’Source’,’-‘,’FitWindow’,’Cut’,’Copy’,’Paste’,’PasteFromWord’,’Undo’,’Redo’,’Bold’,’Italic’,’JustifyLeft’,’JustifyCenter,’JustifyRight’,’JustifyBlock’,’NumberedList’,’BulletedList,’Outdent’,’Indent,’Blockquote’,’Link’,’Unlink’,’Anchor’,’Kfmbridge’,’FVWPFlowplayer’,’Fvpasteembed’,
‘Styles’,’RemoveFormat’,’Find’,’Replace,’Table’,’HorizontalRule’,’SpecialChar’,’Fvmore’,’Fvnextpage’,’Source’,’Maximize’,’SelectAll’,’Form’,’Checkbox’,’Radio’,’TextField’,’Textarea’,’Select’,’Button’,’ImageButton’,’HiddenField’,’Underline’,’Subscript’, ‘Superscript’,’Image,’Flash’,’Table’,’Smiley’,’TextColor’,’BGColor’,’About’,’FontSize’,’Font and all the other standard CKEditor buttons’]I know I have ‘Cut’,’Copy’,’Paste’,’Bold’,’Italic’, in there twice. I wasn’t sure if I should leave in the originals or take them out.
Thank you,
Docfxit
Thank you for clarifying it.
When I copy and paste from the web site it looks like this:
[‘Cut’,’Copy’,’Paste’,’foliopress-paste’,’Bold’,’Italic’,’RemoveFormat’,
‘OrderedList’,’UnorderedList’,’Outdent’,’Indent’,’Blockquote’,’Link’,’Unlink’,’Anchor’,
‘foliopress-more’,’kfmBridge’,’Source’,’FitWindow’,’DocProps’,’Save’,
‘NewPage’,’Preview’,’Templates’,’PasteText’,’PasteWord’,’Print’,’SpellCheck’,
‘Undo’,’Redo’,’Find’,’Replace’,’SelectAll’,’Form’,’Checkbox’,’Radio’,’TextField’],[‘Textarea’,’Select’,’Button’,’ImageButton’,’HiddenField’,’Underline’,’StrikeThrough’,
‘Subscript’,’Superscript’,’JustifyLeft’,’JustifyCenter’,’JustifyRight’,’JustifyFull’,’Image’,
‘Flash’,’FVWPFlowplayer’,’Table’,’Rule’,’Smiley’,’SpecialChar’,’foliopress-next’,’TextColor’,’BGColor’,’About’],[‘Style’,’FontFormat’,’FontName’,’FontSize’,’,’,’/’]in the custom toolbar window.
I think you have an extra , (comma) after the first ]
I think that was supposed to be a /
Also after you “about” you have ],[
I think you meant ]/[I have removed the extra spaces after pasting the buttons.
I’m now getting no toolbar.
Thank you,
Docfxit
Hello Docfxit,
sorry about the confusion, here’s what’s correct, I forgot to update the article:
[‘Cut’,’Copy’,’Paste’,’foliopress-paste’,’Bold’,’Italic’,’RemoveFormat’,
‘OrderedList’,’UnorderedList’,’Outdent’,’Indent’,’Blockquote’,’Link’,’Unlink’,’Anchor’,
‘foliopress-more’,’kfmBridge’,’Source’,’FitWindow’,’DocProps’,’Save’,
‘NewPage’,’Preview’,’Templates’,’PasteText’,’PasteWord’,’Print’,’SpellCheck’,
‘Undo’,’Redo’,’Find’,’Replace’,’SelectAll’,’Form’,’Checkbox’,’Radio’,’TextField’],
[‘Textarea’,’Select’,’Button’,’ImageButton’,’HiddenField’,’Underline’,’StrikeThrough’,
‘Subscript’,’Superscript’,’JustifyLeft’,’JustifyCenter’,’JustifyRight’,’JustifyFull’,’Image’,
‘Flash’,’FVWPFlowplayer’,’Table’,’Rule’,’Smiley’,’SpecialChar’,’foliopress-next’,’TextColor’,’BGColor’,’About’],1) Each [….] describes one toolbar row. So after […] there needs to be comma.
2) The ‘,’ and ‘/’ items were breaking it, I removed them from the above.
Thanks,
MartinThis combination for the toolbar is working great. Thank you for fixing it.
I would now like to change the color of some text. I see the web page shows to add this:
Add the following into the dropdown customization field:
<span class=”red-text”>Red inline text</span>
Add the following into your template’s style.css
.red-text { color: red; }I inserted the code into the dropdown customization field with no problem.
Where can I find my template’s style.css?Thank you,
Docfxit
Hello Docfxit,
1) the easiest way of editing your template style.css is yoursite.com/wp-admin -> Appearance -> Editor. It will say “Stylesheet (style.css)” in the title and you will be allowed to add any extra CSS rules at the end of the file. Be careful though, it’s best if you have experience with CSS already. More on this topic can be found on WordPress.org: https://codex.wordpress.org/Appearance_Editor_Screen
2) Yes, we tried exactly that Windows 7 with Firefox 28. No issues. It’s weird, but we keep a log of all the failed entries, so we will have another look.
Thanks,
Martin