Tom Rhodes
Forum Replies Created
-
It’s possible to remove your attributes from serverSideRendered blocks using https://github.com/CakeWP/block-options/blob/f741344033a2c9455828d039881616f77ef109fe/includes/class-editorskit-post-meta.php#L82-L112
Forum: Plugins
In reply to: [One Click Demo Import] First & Last Menu Items Missing on ImportNo reply needed, I’ve figured this one out, the following for anyone having the same issue:
The issue was not the first and last menu item placement, that was a coincidence. The issue was that those posts happened to have been created by the plugin “Duplicate Post”.
This is very edge case but the issue is related to a very specific post type I use (mega menu) and the duplicate post plugin, but basically, out of three posts the original was being imported into the menu correctly, the two that were cloned from the original were not. The fix was simply to re-make (from scratch) the two posts that were failing.
In short, not really an issue with this plugin, just a really edge case scenario created between a post type with very specific permissions/abilities, the duplicate post plugin, and this plugin.
Cheers – Tom
Forum: Plugins
In reply to: [Easy Google Fonts] Excessive tag usage can break CSS loading in IE9Absolutely perfect, tested and confirmed that it’s working and indeed fixes the issue described by this post ??
Seriously, thanks so much, hopefully that will avoid the same issue cropping up in other fringe cases like this.
Cheers!
TomForum: Plugins
In reply to: [Easy Google Fonts] Excessive tag usage can break CSS loading in IE9Hey there,
Wow, lightning fast reply!
Yep, IE9 can’t use over 31 <link> and <style> calls in one page, so if a user were to add (an admittedly large) amount of styling controls to the plugin, combined with theme and plugin <link> calls in the <head>, then this limit can be triggered quite quickly.
Great point about combining through a cache plugin, that would be an option, but generally, I think 1 combined <style> call would be a fantastic improvement rather than many.
Cheers!