-
AuthorPosts
-
September 18, 2018 at 9:59 pm #1011525
The Text Area (TinyMCE) link button has been missing for some time in Enfold. Have other people been having this issue? I’m using the latest version of WP 4.9.8 and latest Enfold 4.4.1 without any other plugins activated.
-
This topic was modified 7 years, 1 month ago by
Josh.
September 18, 2018 at 10:24 pm #1011537September 18, 2018 at 10:27 pm #1011538Yes, that’s it.
September 18, 2018 at 11:00 pm #1011544Hi,
This is first we have heard this issue. Have you tried disabling all active plugins so we can look into this issue further?
Best regards,
Jordan ShannonSeptember 18, 2018 at 11:07 pm #1011547I’ve disabled all plugins, that hasn’t seemed to bring the link / hyperlink button back in the Text Area element.
September 18, 2018 at 11:19 pm #1011549Hi,
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeSeptember 18, 2018 at 11:57 pm #1011568I found my issue. While all of the regular plugins were turned off there was a must use plugin that was interfering with it. Sorry about wasting your time but appreciate the prompt replies! You guys are awesome!
September 19, 2018 at 12:44 am #1011576Hi,
Glad you were able to sort it out, do you mind sharing the name of the must use plugin so we can keep an eye out for it?Best regards,
MikeSeptember 19, 2018 at 1:56 am #1011583It was a custom file of various code. The piece that caused the problem was this filter tiny_mce_plugins missing its function which I included.
add_filter( 'tiny_mce_plugins', 'disable_emojicons_tinymce' ); function disable_emojicons_tinymce( $plugins ) { if ( is_array( $plugins ) ) { return array_diff( $plugins, array( 'wpemoji' ) ); } else { return array(); } }September 19, 2018 at 5:11 am #1011615 -
This topic was modified 7 years, 1 month ago by
-
AuthorPosts
- You must be logged in to reply to this topic.

