Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi all

I am getting a problem, Kindly help me . I have cms editable page and I dont want to clonable.
Code: Select all
<?php require_once( 'couch/cms.php' ); ?>   
<cms:template title='Portfolio'>
   <cms:editable name='group_img1' label='Slider Section' desc='Slider Section First Image' type='group' />
   <cms:editable
      name='image_1'
      label='Image 1'
      desc='Upload first image of portfolio here'
      crop='1'
      width='660'
      height='330'
      show_preview='1'
      group='group_img1'
      type='image'
   />
   <cms:editable
     name='thumb'
     label='Image Thumbnail'
     desc='Thumbnail of first image'
     width='223'
     height='112'
     show_preview='1'
     assoc_field='image_1'
     group='group_img1'
     type='thumbnail'
   />
</cms:template>

<body>
<img src="<cms:show image_1 />" class="attachment-slider" alt="Post With Featured Image" title="Post With Featured Image"/>
<div class="ei-title">
<img src="<cms:show image_2 />" class="attachment-slider" alt="Post With Featured Image" title="Post With Featured Image"/>
<div class="ei-title">
</body>
<?php COUCH::invoke(); ?>


Couch admin work properly but browser not displaying the images. why?
To all

There was a mistake by me in code anyway I done it my self.
2 posts Page 1 of 1
cron