Useless CSS or outdated CSS (like float etc…) has been removed or updated to more convenient CSS.
Each CSS file will now have a specific role :
style.css : Shared elements (header, footer, side etc…). This file overwrite the parent theme’s structure.css
top.css : Top page css
content.css : Sub pages css and other css
Header menu
For more accessibility of a non-coder user, the header menu now use the wordpress menu.
This menu can be found from the admin panel at : Appearance => Menu (header)
Sitemap menu
Sitemap order are now changeable directly by the user in from the admin panel at : Appearance => Menu (sitemap)
Elementor templates
A few Elementor templates has been imported.
Postbox
Postbox replace newsbox and can now be used with any category. The shortcode parameters have been changed too, see the php function below ↓ function cat_post_list($show_num, $cat_slug, $tit, $day_limit) {
Usage example : 「postbox show_num=5 cat_slug="blog" title="新着情報" 」
Just change the category slug in “cat_slug”
Contact
Checkbox and radio are now usable. Make sure to use “use_label_element” property when you want to use it those two Example :