Unable to see edit inline
Hi,
I've set up a fuel site previously and the inline edit worked fine.
But I'm setting up another, separate site, and although the toggle edit button appears across all pages during preview - and I can change templates, there are no editable areas (denoted by the pencil) appearing.
I've imported the page into the admin area, and can make changes through that - but the editable inline sections don't show.
I've got a main.php template file - and I'm trying to include the editable body section using
<?php echo fuel_var('body', ''); ?>
This shows the content from a separate home.php view.
I've been over the inline examples and faqs many times - was wondering if I've missed a simple "turn on inline editing" option somewhere.
Love the CMS!
Thanks
Matt
Comments
Page validates, and have stripped out old code, but edit sections are still not showing up.
Just checked the generated html, and there are no "__fuel_marker__" spans being added to the sections that should be editable.
The page has been uploaded to the cms.
Should this automatically allow the section to be editable inline? Are there any other parameters that may need to be set?
Cheers for your help...
fixed it - was missing an tag at the top of the page...must have been stripped out at some point. Inline tags don't work without it - due to the if else switch in the render_all_markers function in Fuel_page.php.
Hopefully this will help if someone else comes up with the same issue!