Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello again :)

I'm having a little issue again, this time with thumbnails.

I have a template markup that looks like this:

Code: Select all
<cms:editable name="blog_image" label="Blog Image" type="image" show_preview="1" required="1" preview_width="300" />
<cms:editable name="blog_image_thumb" label="Blog Image Thumbnail" type="thumbnail" desc="Appears in the Blog Listing" width="500" height="500" assoc_field="blog_image" show_preview="1" />


But the thumbnail isn't created and I can't figure out why. In the backend it looks like this:
Image

I also tried without the preview, but the result is basically the same:
Image

I first thought it might be the GD Library, but the <cms:thumbnail> tag is working perfectly fine in the frontend.
There are no new thumbnail files created either (the ones for the frontend are present however).

Am I missing something else? I also tried just copying the code from the documentation and just changing the assoc_field, but with the same result... :/ I'm a little confused right now...
Nevermind it's working now...

I needed to change the image completely and then go back to the old image, just re-saving the page wouldn't generate the Thumb
2 posts Page 1 of 1