After install, Im going to Settings.
Select WP Smart Images 2 method in main tab.
And:
” Warning: Cannot modify header information – headers already sent by (output started at /var/www/admin/www/MYSITE.com/wp-admin/includes/template.php:1981) in /var/www/admin/www/MYSITE.com/wp-content/plugins/wp-smart-image-ii/wpsi.php on line 612″
Nothing. No any smart options.
]]>Hi,
Thanks for the plugin. I’m testing it now but I can’t find the setting to activate the editor:
“Just activate the checkbox for option “Activate editor box” through Settings page. Save your settings.”
Under the General Settings tab on the WP Smart Image II settings, I have:
Method for managing images from the editor
None
The Post Thumbnail
WP Smart Image II
I selected “WP Smart Image II” and clicked on the Update options button. My Media Library looks and works the same as it did without the plugin.
However, my template tags are working (I’ve installed Max Image Size Control).
Am I supposed to do anything else in order to see the new editor?
]]>Hello and first of all thanks for this great plugin.
I have found a bug in Version 0.2. In WP 3.0.1 after upgrading 0.1.5 to 0.2 all thumbnails from “Image to show” box are missing. Also in WP Smart Image II – Settings there is Warning: Cannot modify header information – headers already sent by (output started at …\wp-admin\admin-header.php:19) in …\wp-content\plugins\wp-smart-image-ii\wpsi.php on line 612.
I have found workaround for missing thumbnails. In wpsi.php at line 841 I have changed operator “==” in “=”. So “if ( $item == wp_get_attachment_image_src($imagen->ID, ‘thumbnail’) )” becomes “if ( $item = wp_get_attachment_image_src($imagen->ID, ‘thumbnail’) )”.
This is workaround for missing thumbnails in “Image to show” box, but Warning in Settings remains. Don’t know are those two things connected or not.