I have a problem with inline editing the editable regions of my folder masterpage. I can display the content without a problem, but I can't seem to edit it inline.
Should this be possible? I've copy-pasted some relevant code, however something else might be causing the problem, since this website is getting very complex...
portfolio.php:
portfolio-folders.php:
snippets/portfolio-single-gallery.php:
Should this be possible? I've copy-pasted some relevant code, however something else might be causing the problem, since this website is getting very complex...
portfolio.php:
- Code: Select all
<cms:template title='Portfolio' clonable='1' executable='1' commentable='0' dynamic_folders='1' gallery='0'
folder_masterpage='portfolio-folders.php' hidden="0">
portfolio-folders.php:
- Code: Select all
<cms:template title='Portfolio Folders' clonable='1' executable='0'>
<cms:editable name='subtitle' type='richtext' order='1'></cms:editable>
<cms:editable name='context_description' type='richtext' order='5'></cms:editable>
snippets/portfolio-single-gallery.php:
- Code: Select all
<h5 <cms:inline_edit 'subtitle' />><cms:show subtitle /></h5>
<p <cms:inline_edit 'context_description' />><cms:show context_description /></p>