Found the issue… I think wordpress will find a lasting solution to it soon ..
but in the main time this will help .. its quite easy
For now, open this file:
wp-content/plugins/gp-premium/sections/functions/metaboxes/js/generate-sections-metabox.js
Find:
tinyMCEPreInit.qtInit[“generate-sections-editor”] = this.qt_settings;
And replace it with:
tinyMCEPreInit.qtInit[“generate-sections-editor”] = this.qt_settings;
tinyMCEPreInit.mceInit[“generate-sections-editor”].wp_keep_scroll_position = false;
Source : http://www.350ng.com/2018/10/14/4-9-tinymce-issues-solution/
-
This reply was modified 7 years, 7 months ago by swagzykid.