diff --git a/editors/ckeditor.inc b/editors/ckeditor.inc
old mode 100644
new mode 100755
index 896fc84..e731205
--- a/editors/ckeditor.inc
+++ b/editors/ckeditor.inc
@@ -237,6 +237,10 @@ function wysiwyg_ckeditor_settings($editor, $config, $theme) {
   // For now, all buttons are placed into one row.
   $settings['toolbar'] = array($settings['toolbar']);
 
+  if($config['path_loc'] == 'none') {
+    $settings['removePlugins'] = 'elementspath';
+  }
+  
   return $settings;
 }
 
