Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
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:
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>
Did you remember to add the tag <cms:load_edit /> to the page's head? It injects the JS that manages inline editing. If so, then maybe there's a conflict with some other JS on the page.
Yes I've made a snippet with my "head" section and embedded it in every page, so I'm sure it is there. On regular pages (not folders) it works fine, but with the folders there's nothing to edit...
Sorry I wasn't able to help, @cowgirl. I hope @KK or someone else will know if there are issues with using inline editing on a folder's masterpage.
4 posts Page 1 of 1
cron