Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
When I activate Couch, the <h1> tag and contents are removed from the HTML of the website. When Couch is deactivated (e.g. COUCH::invoke(); is commented out, the <h1> tag and contents reappear on the website).

Code: Select all
<cms:editable name="main_content" type="richtext">

   <div id="main" class="left">
      <h1>Welcome to Our Website</h1>

      <p>
         <img align="right" alt="Demo Alt Tag" border="0" height="150" hspace="15" src="http://www.demowebsite.com/img/photo-of-something.jpg" vspace="15" width="150" style="padding: 10px" />Website opened in 2010, random text random text.
      </p>
      <p>
         more random text.
      </p>
      <p>
         <a href="http://www.demowebsite.com/hello/index.php" title="title text">random text</a> random text <a href="http://www.demowebsite.com/frogs.php" title="Title">frog enquiry</a> random text.
      </p>

   </div>
</cms:editable>


Any ideas?

Thanks :)
Hi,

Could you please check the admin-panel and see what has been inputted within the 'main_content' editable region?
If it appears blank, please use the 'source' button to see the raw HTML within it.

Once Couch is activated, the block of HTML you have enclosed within <cms:editable> is replaced by the current contents of the region from the admin-panel. I think the <h1> tag and contents are disappearing because the content from the richtext region is replacing them.

Please try inputting something visible in the region to verify this.

If, however, this is not the case please let me know.
2 posts Page 1 of 1
cron