creativity 'about' animation problem after saving

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Nov 02, 2013 6:36 am
Reply with quote
Report this post
Hi Everyone,

This happens out-of-the-box for the quickstart (just downloaded yesterday with latest joomla version).

Problem:
The animation of the 'about' module gets broken after saving (happens even if nothing has actually changed).

Cause (I think):
The default editor TinyMCE has the tags <figure> and <figcaption> filtered before saving, destroying the animation.

Steps I took:
1. Added code back through html view.
--> does not work.
2. Added the tags into 'Extended Valid Elements' of the TinyMCE editor plugin.
--> still no go: the tags now get saved across edits but it stubbornly removes the 'class' attribute of the <figure> tag and renders the code useless.

3. Turned off all editors from user's settings, i.e., choose 'none' in the editor option.
--> now it works.


I wonder if there are any other things I can do to make it work without disabling TinyMCE altogether?
User avatar
Fresh Boarder

GK User
Sat Nov 02, 2013 9:49 am
Reply with quote
Report this post
Hi.
Please read this tip: http://www.gavick.com/documentation/gen ... d-editors/

Because in our code we use 'special' strings almost all editors will delete them, because they want to protect 'good' code from Html4 only. So If you will use Html5, hmm, you had problem. But probably soon it would be fixed in next Joomla 3.2 and his tinymce 4. But right now you have to use no code mode or CodeMirror editor.
User avatar
Platinum Boarder

GK User
Sat Nov 02, 2013 10:00 am
Reply with quote
Report this post
P.s.
Second solution it would be modifycation of tinymce settings and add info about Html5 tags. On google you will find few tips how to do that. But maybe wait for new version of CMS and updated version of template.
User avatar
Platinum Boarder


cron