Home › Forums › WoodMart support forum › functions.php › Reply To: functions.php
Bogdan Donovan
Hi,
4. As you can see from your screenshot, (https://snipboard.io/nNwRcg.jpg) you have other plugin that use bottom metabox position “Configuration du contenu multingue” and “Copiright / Ownership / Licensing” and their position was also changed by third party plugin. Woodmart theme does not affect this behavior, and it can’t be fixed via theme. If metabox position was changed by third party plugin, we recommend you to contact with following plugin support to fix this issue.
5-6. As was mentioned in theme changelog, ““Gutenberg” backend editor now matches styles from theme frontend” (https://prnt.sc/220v3m6). That mean that Gutenberg editor backed now styled to match sites fronted as close as possible. For now, editor inherits theme settings options like
– Container width from “Site width” option.
– “Site background” option.
– “Typography” options titles, content font size and font color.
The following changes were done to match Envato WordPress Gutenberg Requirements https://prnt.sc/224gfd1 (https://help.author.envato.com/hc/en-us/articles/360020255992).
- Make sure that the Gutenberg editor is styled to match the frontend output as closely as possible. This should include any fonts used and any dynamic styles coming from settings etc.
- Change the editor widths to match the widths used in the theme as closely as possible.
7. As was mentioned in following reply (https://xtemos.com/forums/topic/functions-php/#post-337114) new block-based WordPress widgets creates large amount request for each widget present on your site.
Only difference from default WordPress themes is in amount of widgets present on your widget editor interface: 1-2 sidebar widget area in Storefront\Twenty Twenty-One themes and over 10-16 widget areas (like Blog, Shop, Filters, Single product, Footer and etc.) in modern e-commerce themes. More widget areas with widget you have on your site – more request it creates and in this situation some hosting provider may face performance issues. Following issue can’t be fixed via WordPress theme and in some way WordPress will improve this in the future.
For now, you can use the following “Classic Widgets” plugin (https://wordpress.org/plugins/classic-widgets/) that brings back old widget editor interface without requests spam issue.
Kind Regards