Forum for discussing general topics related to Couch.
5 posts Page 1 of 1
I see an image preview on my regular pages, but for the blog posts, I don't see the preview thumbnail. There's just a View Image button.

Here's the code in my blog template.

Code: Select all
<cms:template title='Blog' clonable='1' commentable='1' dynamic_folders='1'>

  <cms:editable name='blog_image'
      type='image'
      width='600'
    show_preview='1'
    order='30'
   />
  <cms:editable
    name="image_position"
    label="Align Image"
    desc="Select an image option"
    opt_values='Center | Image Left | Image Right | No Image'
    type='dropdown'
    order='32'
  />
   <cms:editable name='blog_content' type='richtext' order='40' />
</cms:template>
Hi,

I tested your code and it is working just fine for me.

Perhaps you added show_preview='1' later and now need to visit the template as super-admin to make the changes persist?
Please do that and let me know if it works.
Okay, my bad. I was recording a video for the client on how to edit the site, and I think I was logged in to the administrator account when I was doing the page refreshes. I'll give it another try. :)
Yes. It's working find. Sorry to bother you.
Not a problem :) Glad you got it working.
5 posts Page 1 of 1
cron