Jeremy Lind
Forum Replies Created
-
Forum: Plugins
In reply to: [WPFront Notification Bar] V2 contain breaking changesThank you for the clear notice in the release notes that there is a breaking change and for the clear description here of what is changing and why. Wonderful communication! This is how plugin development is done, folk!
Thanks @megamurmulis
Looks like this has been an issue for a while: https://ww.wp.xz.cn/support/topic/memory-limit-issues-during-scan/. A patch from Sucuri would be great…
Breaking changes on this scale are unacceptable. You need to provide a warning about breaking changes before update, and you need to provide a migration tool as part of the update.
Forum: Plugins
In reply to: [Redirection] Import CSV with Ignore Slash ParameterYay! Thank you, this is a great feature.
Forum: Fixing WordPress
In reply to: WP4.5 jQuery update and table styles issueNope, no errors in the console.
Forum: Fixing WordPress
In reply to: WP4.5 jQuery update and table styles issueI am having the same issue. I used the following code:
table { border-collapse: initial; } .site table { border-collapse: collapse; }I am also noticing that if I select an image in a text editor, then close the text editor, the image quick edit bar (with alignment, edit, remove buttons) stays visible. Not sure if it’s related, but there is some weirdness happening here!