I found one for the FCK editor but I need one for the CKEditor
http://martinezdelizarrondo.com/imagemaps/
By now there is also a version for CKeditor (4): http://www.martinezdelizarrondo.com/ckplugins/imagemaps.demo4/
Related
I followed this tutorial: http://darrinb.com/adding-custom-icon-wordpress-plugin/
I added the assets/icon-128-128.jpg
But icon does not show up after release to plugin store.
have you tried renaming the file to icon-128x128.png ?
this is a known problem in the wordpress community.
here is another way to solve your problem
Inserting this:
---theme
fonts
fontawesome-webfont.eot
...
css
fontawesome.css
...
I want to use following tag
<h4><span class="icon-phone"></span></h4>
but TinyMCE from Joomla always deletes it, when i save it.
I find the solution that i have to add span[*] to "Extended Valid Elements" in Options from TinyMCE in PluginManager. but it doesn't work. It always delete it again and again. I searched here for a while and found some articles which was similar to my problem but doesn't solve it.
I use Joomla Version 3.3.6 and the plugin is 4.1.2.
Hope somebody can help.
Best Regards,
Dennis
Welcome to TinyMCE, my most hated editor ever.
I've had the same problem multiple times and I believe it's because the editor expects content within the element. So try the following:
<h4><span class="icon-phone"> </span></h4>
is simply a non breaking space
go to: Joomla! administration - Extensions - Plugins - edit Editor - TinyMCE
Set the following parameter:
Extended Valid Elements: span[class|style]
This works for me in Joomla! 3.5 (plugin version 4.3.3)
advimage is missing from the jQuery package for TinyMCE 4. I tried to use the one from an older version but that didn't work. Where can I get the plugin that will work with TinyMCE 4?
You cannot. These plugins were for 3.x series of TinyMCE, in 4x series the below mentioned plugins have been removed.
advhr, advimage, advlink, iespell, inlinepopups, style, emotions and xhtmlxtras
See this for complete details: http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x
I am using ckeditor 0.4 v plugin for my grails application (Grails 1.3.7).
In Chrome and Safari browser Bold, Italic and Underline button only works for already written text (only selected text), it doesn't work for the text you are about to write.
It works fine on FireFox and IE. I can click on the Bold button and type bold text and also select the already written text and click on bold will make it bold.
This issue has been resolved in latest version but as I cant upgrade the version of ckeditor plugin I want the patch for this issue for ckeditor 0.4v
you can also see #
http://dev.ckeditor.com/ticket/5982
The only solution for you - update CKEditor Grails plugin. That patch is huge and landed in the main code line looong after the CKEditor 3.2.1 (to be precise - in CKEditor 3.5.3) which is used in the very old CKEditor Grails plugin 0.4.
BTW. do not confuse CKEditor 4.0 with CKEditor Grails plugin 0.4 - these are completely separate projects.
I have ckeditor and ckfinder configured properly and when I inserted a picture it works but when I added some styles its prints the styles outside the style tag
I found out that my issue was the fact that my php installation had magic_quotes enabled so that's what was throwing off my ckeditor.