• Resolved nikosnikos

    (@nikosnikos)


    After install when I edit or add a new article/page the wysiwyg editor is blank, there’s no text, no tinymce button.

    In the firefox console I get this message :
    Failed to load: https://.../wp-content/plugins/leaflet-maps-marker/inc/js/tinymce_button_visual.php?...

    We disabled execution of php scripts on wp-content folder for security reasons in a .htaccess :

    <Files *.php>
    Deny from all
    </Files>

    That’s why we get this error. A workaround for us is to add this to the .htacess :

    <Files tinymce_button_*.php>
    Allow from all
    </Files>

    Could it be possible to use real javascript file instead of a php script ?

    https://wordpress.org/plugins/leaflet-maps-marker/

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Visual editing (tinymce) is blank after install’ is closed to new replies.