Hello everyone,
I'm creating a website for a restaurant and I would like the users to be able to update the content of their various food menus (no pdf's or images).
I came across the website for the restaurant "Le peep" that is using an available jQuery script for animation. I like that it keeps it looking very appealing and professional, but still in text and therefore searchable and editable.
This jQuery script relies on the CSS class and ID tags of the various elements in order for the animation to work properly.
I have very novice users and want to provide them with a WYSIWYG editor to change the menu descriptions, but I'm not sure how I can create a page that they can edit the menu items while not screwing with the CSS classes or the element ID's . I imagine a scenario where they accidentally delete a section and they will never know how to get it back.
Does anyone have any advice on how to approach this problem?
Thanks in advance,
Adam