
This function will disable Gutenberg editor on Wordpress 5 and will use native wordpress WYSIWYG editor.
This issue is caused by multiple jquery instance, to fix it, just use the code below : 1. ADD : app/design/frontend/{Vendor}/{Theme}/requirejs-config.js 2. COPY lib/web/requirejs/require.js TO app/design/frontend/{Vendor}/{Theme}/web/requirejs/require.js 3. Line #1841 – 1885, change to : 4. Clear all caches, deploy static content. If this changes worked with you, please leave a comment 🙂
Plugin Link : https://cmsmart.net/magento-themes/magento-responsive-admin-template Issue : Error in admin dashboard after installation SQLSTATE[42S02]: Base table or view not found: 1146 Table Fix Go to app/design/adminhtml/default/admintheme/template/dashboard/index.phtml Paste below code, line number 215