Hi all,
I wanted to put this one up for discussion to get anyone's thoughts on how to use Edit+/EES and a HTML framework such as Twitter Bootstrap harmoniously together.
The issue I am facing is that we built a website using the framework using a series of containers, rows and columns and we need to put on Edit+/EES so that non code savvy peeps can edit the content, but this has ended in shambles as within the content editable area within the Design file - we have got the Twitter Bootstrap framework HTML and then the content that needs to be edited within just the divs with column classes applied.
Edit+/EES just opens up the whole lot in the visual editor and when being edited there is a very high chance that the editor will break the Twitter Bootstrap framework code. I considered putting the framework code into the design file and just opening up what is within the column div - but the catch is that I can only choose one content area, so when using multiple columns in Bootsrap I get caught out (unless of course I go with a sidebar layout that allows editing in the section and leaves the 'aside' out of the editable area).
Bart suggested that I use custom JS/CSS to abstract the parts that I don't wish to be edited or manage them via metadata http://forums.squizsuite.net/index.php?showtopic=12765&hl=- Customising the JS/CSS will most likely do little for me and the other option provoked this facial expression from me :blink:
If someone has built any websites with a framework and then had to allow Edit+/EES access to editors with little HTML experience (and want to use the WYSIWYG editor), I am interested in how you approached this.