CKEditor question - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16) +--- Thread: CKEditor question (/showthread.php?tid=3758) |
CKEditor question - alex_d - 2012-11-01 Hi, I have to disable ONLY custom style options for images. CKEditor does not understand some of advanced style's (as style="durationin: 6000; easingin: easeOutQuart;") and I can not use jQuery slider (made by 3thd party). Disable or to prevent Image Advanced options to change my styles. Other option is to disable editor for the whole site. Not very handy solution. GS Version is 3.0.1, How to .. ? Thanx Alex RE: CKEditor question - shovenose - 2012-11-01 First of all, is there a reason you haven't updated to 3.1.2? I would highly recommend updating to the latest version. RE: CKEditor question - alex_d - 2012-11-01 Updated to the last version, no changes. 'Image Advanced properties' still cleans my style's .. RE: CKEditor question - shawn_a - 2012-11-01 yeah you might have better luck using the source mode. Connie might have seen this before or know where the config is to disable it. You would be better off googling ckeditor for this. As it is a ckeditor issue. RE: CKEditor question - alex_d - 2012-11-02 (2012-11-01, 23:04:16)shawn_a Wrote: yeah you might have better luck using the source mode. Hi Shawn, will check it with Connie thanx. source code is ok but I get bit tired from staring both notepad and now in gs. Alex RE: CKEditor question - shawn_a - 2012-11-03 Well i mean ckeditor converts those styles until you can turn it off. If you add the style in source for now it wont get touched. RE: CKEditor question - Connie - 2012-11-03 please update GetSimple it comes with a new version of CKEditor / new implementation of the editor I bet your problem will be gone then, I never encountered that with the actual version good luck! RE: CKEditor question - alex_d - 2012-11-03 Good morning, Somehow the problem is solved now, thanx for support ;-) Maybe was the problem the older GS version. But after the update 2 days ago I had the same problem. This morning I did a maintenance, cleaned cache / history / cookies / temp ... and now is working. I suppose that I have to clean the cache more often RE: CKEditor question - Connie - 2012-11-03 I suppose you had the old stuff in the cache ;=) RE: CKEditor question - alex_d - 2012-11-05 yes I guess, anyway is't solved. Thanx for help! |