Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @michelz565 – Currently the only method of adding “rich text” is to use HTML tags (technically that is also how the post/page editor works you just don’t see the HTML tags when using the “Visual” tab).

    You are more than welcome to suggest this as a Feature Request item here: https://www.nextgen-gallery.com/feature-voting/

    Thanks!

    – Cais.

    Thread Starter MichelZ565

    (@michelz565)

    I finally found a solution :
    1) downloading CKEditor https://ckeditor.com/download and transfering /ckeditor to my wordpress directory
    2) modifying two .php files :
    /nextgen…/…/admin.php : adding <script type="text/javascript" src="https://.../ckeditor/ckeditor.js"></script>
    /nextgen…/…/manage.php : adding <script>CKEDITOR.replace('images[$picture->pid][description]');</script>
    and some css attributes : .ngg-gallery-thumbnail span {...} (thru Other options > Styles)
    (for those who need more details, just contact me)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rich-text image description without using html tag ?’ is closed to new replies.