AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Custom Theme WPForo page throwing TinyMCE error

2 Posts
2 Users
0 Reactions
1,104 Views
Posts: 8
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@anthonyw)
Active Member
Joined: 6 years ago
[#13215]

Hi,

I'm new to WP development, but I have a lot of PHP experience. My question is probably easy, but I don't know the WP framework very well yet.

I have created a custom theme, and the wpforo shortcode is displaying the forums well.  However, TinyMCE is throwing a console error and preventing any post creation.  Under a different theme, the forums do work. 

I've ensured WPForo is up to date.  TinyMCE isn't a plugin under my admin plugins section, but I do see that the code is present in the wp-includes folder as expected. 

Any suggestions on how to proceed?  I don't even know what to check at this point. 

Much appreciated.

 

 

tinymce.min.js?ver=4960-20190918:2 Uncaught TypeError: Cannot read property 'apply' of undefined
at tN.execCallback (tinymce.min.js?ver=4960-20190918:2)
at new tN (tinymce.min.js?ver=4960-20190918:2)
at n (tinymce.min.js?ver=4960-20190918:2)
at Array.<anonymous> (tinymce.min.js?ver=4960-20190918:2)
at qt (tinymce.min.js?ver=4960-20190918:2)
at Object.e (tinymce.min.js?ver=4960-20190918:2)
at C (tinymce.min.js?ver=4960-20190918:2)
at d (tinymce.min.js?ver=4960-20190918:2)
at a (tinymce.min.js?ver=4960-20190918:2)

 


1 Reply
Sofy
Posts: 5774
 Sofy
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@sofy)
Support Team
Joined: 8 years ago

Hi @anthonyw

Does the theme have <?php wp_footer() ?> function in footer.php?

Also, please check and make sure the jQuery is not loaded twice. 


Share: