TinyMCE add-on button issue
-
I posted this comment to the wpdownloadmanager.com website a couple of days ago, but it seems like this forum is more active so I’ll repost it here:
After I enable the advanced TinyMCE button add-on, no Visual Editor options show up at all. Any idea what could be causing this?
The site is running WordPress 4.01.
The site I am running on uses a non-default folder structure. WordPress core is in /core and content is in /content. This means there is no wp-content folder, so I wonder if the following function could be causing this problem since it assumes there is a wp-content folder:
function wpdm_tinyplugin_register($plugin_array)
{
$url = trim(get_bloginfo(‘url’), “/”) . “/wp-content/plugins/wpdm-tinymce-button/editor_plugin.js”;$plugin_array[‘wpdm_tinyplugin’] = $url;
return $plugin_array;
}Please let me know when this might be fixed.
Thanks!
- The topic ‘TinyMCE add-on button issue’ is closed to new replies.