Mousebuilt
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce slows down page editorI’m not seeing the assets loaded on the ‘classic’ editor, only Gutenberg. Page load is noticeably faster in Gutenberg.
I probably should also have mentioned before not: this is the ‘master’ site on a multi-site installation.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce slows down page editorThanks for following up RK
It’s all page edit screens, regardless of whether they have Woo content or not.
Sorted by descending size, the biggest scripts are:
products-attributes.js product-category.js handpicked-products.js product-on-sale.js product-top-rated.js product-best-sellers.js product-new.js featured-product.js
The above scripts range from 370 KB – 373 KB and each one takes almost exactly 2.9 seconds to load according to DevTools Network tab
From there, the size of items drop:
load-styles.php?.... 124KB components.min.js 123KB tinymce.min.js 111KB post.php 77KB load-scripts.php... 66KB
- This reply was modified 5 years, 9 months ago by Mousebuilt.
Forum: Reviews
In reply to: [Skelementor] Perfect!Thanks for the positive review… Much appreciated!
??Sorry – uploaded the theme in too much of a hurry and left debug info behind. I’ve just updated the theme to 1.1.1 which fixes the issue.
Forum: Themes and Templates
In reply to: [Skelementor] Minimal themeHi csoszitibor
Sorry for the slow reply. Who would have thought I had to subscribe to the support channel for my own theme?!?
Anyhow, yes, the theme is similar to Hello Theme as they are both minimal themes designed with Elementor in mind.
Previously, the theme did have alignment CSS rules, with the following:
.alignright{text-align:right} .alignleft{text-align:left} .aligncenter{text-align:center}
I removed the floats though, because, well it’s 2019. I haven’t used floats in any project for about 15 years. Anyway, WordPress still does, so who am I to argue ?? I’ll be adding them into v1.10 of the theme over the coming days, along with minimal gallery support and, as requested by another user:
add_post_type_support( "page", "excerpt" );