James Hunt
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Existing images show errorI’m also seeing this. Look in console:
[Warning] Block validation: Expected attributes (gutenberg.js, line 7576) Array (2) 0 ["src", "logo.svg", true] (3) 1 ["class", "wp-image-138492", true] (3) Array Prototype , instead saw Array (3) 0 ["src", "logo.svg", true] (3) 1 ["class", "wp-image-138492", true] (3) 2 ["style", "width:300px;height:undefinedpx", true] (3)
To me it seems 6.3.X has introduced adding inline styles to image blocks and this is not being handled properly in the deprecations?
Note: I only see this happening with SVGs. We are using the SafeSVG plugin to allow SVG uploading. Deactivating that does not affect the error.
- This reply was modified 1 year, 1 month ago by James Hunt.
Thanks. The site is already behind CloudFlare. I added an xmlrpc rule to my functions earlier, let’s see what happens. Thanks.
We cleared WP cache and server cache. Also used multiple RSS feed reader to test. Still happens.
Forum: Plugins
In reply to: [The Icon Block] Invalid DOM property `class`. Did you mean `className`?Thanks for fast reply.
For the errors, try when WordPress debug mode
define( 'WP_DEBUG', true );
is turned on – without that they don’t show.For the selecting, still can’t get it to work (on Mac) (even fired a fresh install up on instawp.io and same there). But yes using the List View is a great workaround and does work, thanks.
Forum: Plugins
In reply to: [The Icon Block] Disable WordPress icons?Oop, worked it out based on your blog post (thanks!)
For anyone else using the same filter, but change:
const allIcons = [].concat( icons, customIconType );
to
const allIcons = [].concat( customIconType );
to only return the custom set. Probably a better way to do it, but this works for me for now. Thanks
Forum: Plugins
In reply to: [The Icon Block] Invalid DOM property `class`. Did you mean `className`?Probably the “class” here – https://github.com/ndiego/icon-block/blob/70f42a7250bb0e3550cfeffdf21e9de0ebad1faf/src/placeholder.js#L42
Once opening up the select icon modal, there’s also a few more errors in console
Warning: Invalid DOM property
stroke-width
. Did you meanstrokeWidth
?
Warning: Invalid DOM propertyfill-rule
. Did you meanfillRule
?
Warning: Invalid DOM propertyclip-rule
. Did you meanclipRule
?Cheers
On the User Profile there is no ability to drag and drop the meta box, regardless of using the Classic Editor or not.
@photocoen your issue is not related to the original posters issue. You should open a new support ticket. Although the message you are getting is clear – Swift Performance is not compatible with Short Pixel so you need to deactivate one of them.
Also experiencing the same, WordPress 5.8, custom theme.
PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'WPShortPixel' does not have a method 'headCSS' in /app/web/wp/wp-includes/class-wp-hook.php on line 303
Forum: Plugins
In reply to: [Lightweight Accordion] Doesnt support paste?That’s in Safari. No console errors are generated.
I also tried various types of text including pasting plain text from outside the editor- This reply was modified 3 years, 7 months ago by James Hunt.
Solved it, thanks! ??
So, anyone from UM able to help with removing this line?
<a href="javascript:void(0);" data-action="um_remove_modal" class="um-modal-close" aria-label="Close view photo modal"> <i class="um-faicon-times"></i> </a>
It’s added by line 14 of
includes/admin/assets/js/um-admin-modal.js
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Super slow cloningHmm, well I went to sleep and when I came back it looked like it had completed. But the cloned site didn’t have the users copied across, so I guess it failed?
Have sent you an email as requested
- This reply was modified 3 years, 8 months ago by James Hunt.
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Super slow cloningOK I will be in touch.
Just for some public information sharing.
Total size of database: 913.84 MB
Total rows: 7,668,697I’m getting the message “It appears background processing may be getting blocked on the server (or could just be running slowly)” – anything I can do to enable background processing?
My settings are:
Logging YES
Rows Per Query 25000
Skip views NO
Skip constraints NOCurrently I’m at 67% completion with the task taking 7 hours 30 minutes(!)
I’ve examined the updraftplus folder I moved out of plugins with a fresh version – all folders excepts vendors were missing. Maybe an upgrade went wrong and it only partially installed? Anyway I uploaded fresh plugin via FTP, settings were still there so works again. Thanks.