Lukas ThyWalls
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Editor Styles] Some warnings in WP 3.5.1… but it seems workingHere is the additional information:
In the editor, between path and number of words, have this
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\wordpress\wp-content\plugins\custom-editor-styles\custom-editor-styles.php on line 134
But Styles menu is here with “aligncenter, alignleft, alignright, wp-caption, wp-caption-dd, wp-gallery, wp-oembed, size-full, wp-smiley, editor-attachment, wp-caption-text” (I don’t have any style configured at this time)In the Editor Styles page (the plugin page) have the first message above all
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'CustomEditorStyles' does not have a method 'theme_settings_page' in C:\xampp\htdocs\wordpress\wp-includes\plugin.php on line 406
and between Editor Styles title and “Add style” link
Warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\wordpress\wp-content\plugins\custom-editor-styles\custom-editor-styles.php on line 92If i add a style, only appears now the warning of line 406, and in the styles dropdown only have the style added. If i remove this style, only remains the 406 warning, the others don’t show again.
For more info: It’s a clean WP installation (ES_es) in XAMPP 1.8.1 in a private server, with only this plugin installed and activated.