• Have discussed about this with simple press. Now they asked me to speak with you too about a conflict between you tinymce and the tinymce of simple press.

    Getting this in dev-tools “Uncaught Error: selector option must be specified when initializing tooltip on the window.document object!”

    They said:

    “Absolutely there may well be a conflict with the WP plugin advanced-tinymce. I thought we had people using that one so firstly do check that it is fully up to date.

    The main problem with some tinyMCE ‘extension’ plugins is that they have not been created to ONLY load their extensions within the WP Admin (i.e., for blog post creation) so they try to load on the ‘front’ as well – but because the components are geared for the admin it can fail and cause all kinds of problems.

    So this could be the case here, If it is then it is probably also an easy fix. Most plugins we have seen use the ‘init’ WordPress hook to load their stuff. To ensure it is only loaded on the admin side they should be using the ‘init_admin’ (or is that ‘admin_init??? – I will need to check!). I would contact the plugin authors to ask if this is the problem and request a fix if it is.

    Just for extra information – not that long ago it was not possible for plugins to use the WP editor on the front end of your site but the WP team made that possible a couple of years back and some plugins have just not caught up with the implications of that.”

    Can you help me?

    https://ww.wp.xz.cn/plugins/tinymce-advanced/

Viewing 1 replies (of 1 total)
  • Plugin Author Andrew Ozz

    (@azaozz)

    Yeah, there could be a conflict with another plugin that manipulates TinyMCE. However this plugin (tinymce-advanced) does not include third party extensions for TinyMCE. It includes only default extensions that are part of the TinyMCE editor itself. So chances are something else may be causing the errors.

    What is the full error, including the “trace” if possible.

Viewing 1 replies (of 1 total)

The topic ‘Getting javascript issues with simple press forum – buttons don't work’ is closed to new replies.