Active
Project:
Wysiwyg ImageField
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2011 at 15:12 UTC
Updated:
28 Jul 2011 at 15:49 UTC
When I insert an image and select a preset - in the editor it looks five (class="imagecache-Featured-square"), but after saving the post - the full image is displayed (class="imagefield imagefield-field_hobby_image")
Comments
Comment #1
alexbk66- commentedOK, if I can select the size in 'Display Fields' (admin/content/node-type/blog/display), but then what's the point of selecting the 'style' when inserting the image? Shouldn't it overwrite the 'Display Fields' setting?
And also, no matter how I position the image in editor, after saving it's always displayed at the bottom of the post?
Comment #2
alexbk66- commentedFirst I must disable displaying the field in content type (set to ignore). Now the image appears in the text body.
I suspect the problem is related to the Lightbox style. If I select just 'Featured-Square' preset - image is displayed, but not as Lightbox link.
If I select 'Lightbox2: Featured-Square->800x600' and click Insert - image doesn't appear in the editor! Why?
Comment #3
himagarwal commentedI'm having the same problem. When I select to show the image with Lightbox2, it is not showing up in wysiwyg at all. But, however if I choose imagecache preset only without lightbox2, the image shows up in the editor.
The problem is with the insert module, which is not inserting the proper "src" value and "href" value. I checked this with only insert module enabled and it has the same problem.
Maybe someone can answer this on how to fix it.
Comment #4
gappleI've run into the same issue, where regular image presets work, but Lightbox2 presets fail.
The link and image tags are inserted, but the href and src attributes are empty:
Comment #5
gappleContrary to @himagarwal, the image was inserted correctly by insert.module with wysiwyg_imagefield.module disabled