gillespieza
Forum Replies Created
-
Weird, maybe it was a temporary glitch, or more likely I was trying to add full payment and deposit at the same time, but forgot.
Anyhoo, thanks!
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] TypeError: Cannot add property classNameHi there
I think this might have something to do with my development environment. It also happens in Firefox, but not on sites that are live. Just one development site that I have on localhost (using a Virtual Host).
On that site, the error happens in both Chrome and Firefox, even with all extensions disabled. Also, with no WP plugins enabled, and using the 2020 default theme.
I’ve installed the React chrome extension, and these errors appear in the console on page load, before any attempt to add a block:
Warning: Invalid DOM property 'fill-rule'. Did you mean 'fillRule'? in path in svg (created by SVG) in SVG (created by Icon) in Icon (created by BlockIcon) in span (created by BlockIcon) in BlockIcon (created by InserterWithShortcuts) in button (created by ForwardRef(Button)) in ForwardRef(Button) (created by ForwardRef(IconButton)) in Tooltip (created by ForwardRef(IconButton)) in ForwardRef(IconButton) (created by InserterWithShortcuts) in div (created by InserterWithShortcuts) in InserterWithShortcuts (created by WithDispatch(InserterWithShortcuts)) in WithDispatch(InserterWithShortcuts) in Unknown (created by WithSelect(WithDispatch(InserterWithShortcuts))) in WithSelect(WithDispatch(InserterWithShortcuts)) (created by default_block_appender_DefaultBlockAppender) in div (created by default_block_appender_DefaultBlockAppender) in default_block_appender_DefaultBlockAppender (created by WithDispatch(default_block_appender_DefaultBlockAppender)) in WithDispatch(default_block_appender_DefaultBlockAppender) in Unknown (created by WithSelect(WithDispatch(default_block_appender_DefaultBlockAppender))) in WithSelect(WithDispatch(default_block_appender_DefaultBlockAppender)) (created by WithState(WithSelect(WithDispatch(default_block_appender_DefaultBlockAppender)))) in WithState(WithSelect(WithDispatch(default_block_appender_DefaultBlockAppender))) (created by BlockListAppender) in div (created by IgnoreNestedEvents) in IgnoreNestedEvents (created by ForwardRef(IgnoreNestedEvents)) in ForwardRef(IgnoreNestedEvents) (created by BlockListAppender) in div (created by BlockListAppender) in BlockListAppender in Unknown (created by WithSelect(BlockListAppender)) in WithSelect(BlockListAppender) (created by BlockList) in div (created by BlockList) in BlockList (created by WithDispatch(BlockList)) in WithDispatch(BlockList) in Unknown (created by WithSelect(WithDispatch(BlockList))) in WithSelect(WithDispatch(BlockList)) in Unknown (created by VisualEditor) in div (created by CopyHandler) in CopyHandler (created by WithDispatch(CopyHandler)) in WithDispatch(CopyHandler) (created by VisualEditor) in div (created by ObserveTyping) in ObserveTyping (created by WithSafeTimeout(ObserveTyping)) in WithSafeTimeout(ObserveTyping) (created by WithDispatch(WithSafeTimeout(ObserveTyping))) in WithDispatch(WithSafeTimeout(ObserveTyping)) in Unknown (created by WithSelect(WithDispatch(WithSafeTimeout(ObserveTyping)))) in WithSelect(WithDispatch(WithSafeTimeout(ObserveTyping))) (created by VisualEditor) in div (created by WritingFlow) in div (created by WritingFlow) in WritingFlow (created by WithDispatch(WritingFlow)) in WithDispatch(WritingFlow) in Unknown (created by WithSelect(WithDispatch(WritingFlow))) in WithSelect(WithDispatch(WritingFlow)) (created by VisualEditor) in div (created by Typewriter) in Typewriter in Unknown (created by WithSelect(Typewriter)) in WithSelect(Typewriter) (created by VisualEditor) in div (created by BlockSelectionClearer) in BlockSelectionClearer (created by WithDispatch(BlockSelectionClearer)) in WithDispatch(BlockSelectionClearer) in Unknown (created by WithSelect(WithDispatch(BlockSelectionClearer))) in WithSelect(WithDispatch(BlockSelectionClearer)) (created by VisualEditor) in VisualEditor (created by Layout) in div (created by Layout) in div (created by FocusReturnProvider) in FocusReturnProvider (created by Layout) in Layout in Unknown (created by WithViewportMatch(Layout)) in WithViewportMatch(Layout) (created by NavigateRegions(WithViewportMatch(Layout))) in div (created by NavigateRegions(WithViewportMatch(Layout))) in NavigateRegions(WithViewportMatch(Layout)) (created by WithDispatch(NavigateRegions(WithViewportMatch(Layout)))) in WithDispatch(NavigateRegions(WithViewportMatch(Layout))) in Unknown (created by WithSelect(WithDispatch(NavigateRegions(WithViewportMatch(Layout))))) in WithSelect(WithDispatch(NavigateRegions(WithViewportMatch(Layout)))) (created by Editor) in ErrorBoundary (created by Editor) in BlockEditorProvider (created by WithDispatch(BlockEditorProvider)) in WithDispatch(BlockEditorProvider) in Unknown (created by Context.Consumer) in WithRegistryProvider(WithDispatch(BlockEditorProvider)) (created by EditorProvider) in EditorProvider (created by WithDispatch(EditorProvider)) in WithDispatch(EditorProvider) in Unknown (created by WithSelect(WithDispatch(EditorProvider))) in WithSelect(WithDispatch(EditorProvider)) in Unknown (created by Context.Consumer) in WithRegistryProvider(WithSelect(WithDispatch(EditorProvider))) (created by Editor) in div (created by DropZoneProvider) in DropZoneProvider (created by Editor) in SlotFillProvider (created by Editor) in StrictMode (created by Editor) in Editor (created by WithDispatch(Editor)) in WithDispatch(Editor) in Unknown (created by WithSelect(WithDispatch(Editor))) in WithSelect(WithDispatch(Editor))
There is a similar warning for:
react_devtools_backend.js:6 Warning: Invalid DOM property 'clip-rule'. Did you mean 'clipRule'?<code>and</code>Warning: Invalid DOM property 'class'. Did you mean 'className'?
Additional errors (quite long, I haven’t pasted the entire message but I could if needed):
Warning: Each child in a list should have a unique "key" prop.
Then, when I try to add the Block, I get the following React errors in the console:
blocks.build.js:1 Uncaught TypeError: Cannot add property className, object is not extensible at ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))) (blocks.build.js:1) at renderWithHooks (react-dom.js?ver=16.9.0:15246) at mountIndeterminateComponent (react-dom.js?ver=16.9.0:17480) at beginWork$1 (react-dom.js?ver=16.9.0:18624) at HTMLUnknownElement.callCallback (react-dom.js?ver=16.9.0:341) at Object.invokeGuardedCallbackDev (react-dom.js?ver=16.9.0:391) at invokeGuardedCallback (react-dom.js?ver=16.9.0:448) at beginWork$$1 (react-dom.js?ver=16.9.0:23355) at performUnitOfWork (react-dom.js?ver=16.9.0:22346) at workLoopSync (react-dom.js?ver=16.9.0:22323)
and
The above error occurred in the <ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))> component: in ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))) (created by ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))))) in ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))) (created by ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))))) in ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))))) (created by ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))))))) in ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))))) (created by ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))))))) in ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))))))) (created by ModifyBlockListBlockCardHeader(ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))))))))) in ModifyBlockListBlockCardHeader(ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))))))) (created by ModifyBlockListBlockCardBody(ModifyBlockListBlockCardHeader(ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))))))))) in ModifyBlockListBlockCardBody(ModifyBlockListBlockCardHeader(ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))))))))) (created by ModifyBlockListBlockCardFooter(ModifyBlockListBlockCardBody(ModifyBlockListBlockCardHeader(ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock))))))))))) in ModifyBlockListBlockCardFooter(ModifyBlockListBlockCardBody(ModifyBlockListBlockCardHeader(ModifyBlockListBlockCard(ModifyBlockListBlockButtonGroup(ModifyBlockListBlockColumn(ModifyBlockListBlockRow(ModifyBlockListBlockContainer(ModifyBlockListBlockContainer((block_BlockListBlock)))))))))) (created by WithFilters(block_BlockListBlock)) in WithFilters(block_BlockListBlock) (created by IfCondition(WithFilters(block_BlockListBlock))) in IfCondition(WithFilters(block_BlockListBlock)) (created by WithDispatch(IfCondition(WithFilters(block_BlockListBlock)))) in WithDispatch(IfCondition(WithFilters(block_BlockListBlock))) in Unknown (created by WithSelect(WithDispatch(IfCondition(WithFilters(block_BlockListBlock))))) in WithSelect(WithDispatch(IfCondition(WithFilters(block_BlockListBlock)))) in Unknown (created by Pure(WithViewportMatch(WithSelect(WithDispatch(IfCondition(WithFilters(block_BlockListBlock))))))) in Pure(WithViewportMatch(WithSelect(WithDispatch(IfCondition(WithFilters(block_BlockListBlock)))))) (created by BlockList) in BlockAsyncModeProvider (created by BlockList) in div (created by BlockList) in BlockList (created by WithDispatch(BlockList)) in WithDispatch(BlockList) in Unknown (created by WithSelect(WithDispatch(BlockList))) in WithSelect(WithDispatch(BlockList)) in Unknown (created by VisualEditor) in div (created by CopyHandler) in CopyHandler (created by WithDispatch(CopyHandler)) in WithDispatch(CopyHandler) (created by VisualEditor) in div (created by ObserveTyping) in ObserveTyping (created by WithSafeTimeout(ObserveTyping)) in WithSafeTimeout(ObserveTyping) (created by WithDispatch(WithSafeTimeout(ObserveTyping))) in WithDispatch(WithSafeTimeout(ObserveTyping)) in Unknown (created by WithSelect(WithDispatch(WithSafeTimeout(ObserveTyping)))) in WithSelect(WithDispatch(WithSafeTimeout(ObserveTyping))) (created by VisualEditor) in div (created by WritingFlow) in div (created by WritingFlow) in WritingFlow (created by WithDispatch(WritingFlow)) in WithDispatch(WritingFlow) in Unknown (created by WithSelect(WithDispatch(WritingFlow))) in WithSelect(WithDispatch(WritingFlow)) (created by VisualEditor) in div (created by Typewriter) in Typewriter in Unknown (created by WithSelect(Typewriter)) in WithSelect(Typewriter) (created by VisualEditor) in div (created by BlockSelectionClearer) in BlockSelectionClearer (created by WithDispatch(BlockSelectionClearer)) in WithDispatch(BlockSelectionClearer) in Unknown (created by WithSelect(WithDispatch(BlockSelectionClearer))) in WithSelect(WithDispatch(BlockSelectionClearer)) (created by VisualEditor) in VisualEditor (created by Layout) in div (created by Layout) in div (created by FocusReturnProvider) in FocusReturnProvider (created by Layout) in Layout in Unknown (created by WithViewportMatch(Layout)) in WithViewportMatch(Layout) (created by NavigateRegions(WithViewportMatch(Layout))) in div (created by NavigateRegions(WithViewportMatch(Layout))) in NavigateRegions(WithViewportMatch(Layout)) (created by WithDispatch(NavigateRegions(WithViewportMatch(Layout)))) in WithDispatch(NavigateRegions(WithViewportMatch(Layout))) in Unknown (created by WithSelect(WithDispatch(NavigateRegions(WithViewportMatch(Layout))))) in WithSelect(WithDispatch(NavigateRegions(WithViewportMatch(Layout)))) (created by Editor) in ErrorBoundary (created by Editor) in BlockEditorProvider (created by WithDispatch(BlockEditorProvider)) in WithDispatch(BlockEditorProvider) in Unknown (created by Context.Consumer) in WithRegistryProvider(WithDispatch(BlockEditorProvider)) (created by EditorProvider) in EditorProvider (created by WithDispatch(EditorProvider)) in WithDispatch(EditorProvider) in Unknown (created by WithSelect(WithDispatch(EditorProvider))) in WithSelect(WithDispatch(EditorProvider)) in Unknown (created by Context.Consumer) in WithRegistryProvider(WithSelect(WithDispatch(EditorProvider))) (created by Editor) in div (created by DropZoneProvider) in DropZoneProvider (created by Editor) in SlotFillProvider (created by Editor) in StrictMode (created by Editor) in Editor (created by WithDispatch(Editor)) in WithDispatch(Editor) in Unknown (created by WithSelect(WithDispatch(Editor))) in WithSelect(WithDispatch(Editor)) React will try to recreate this component tree from scratch using the error boundary you provided, ErrorBoundary.
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] TypeError: Cannot add property classNameHi. I’m using WP 5.3.2, with Chrome Version 81.0.4044.113 (Official Build) (64-bit) on Windows 10.
Forum: Plugins
In reply to: [Polylang] Impossible to add the languageMe too
+1
I’ve been having this same problem too
Forum: Plugins
In reply to: [WP Sitemap Page] Exclude Categories+1 to this feature request. An attribute to either include or exclude a specific category from the posts (eg by ID).
Forum: Plugins
In reply to: [StagTools] Where did the Intro Text shortcode go?Awesome, thanks – I didn’t even see that button!
Forum: Plugins
In reply to: [KCite] Is Greycite down?Is it possible that our university firewall is interfering?
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Suddenly not workingUgh, never mind. It seems that it doesn’t show if you are logged in as an admin.
Forum: Plugins
In reply to: [Contact Form 7] MIME / Multipart html emails, very urgent to avoid SPAM!Bump. I need this information too…
Forum: Plugins
In reply to: [Polylang] Adds loads 3rd party tracking?I have to apologize – it turned out not to be PolyLang after all – the reason my performance indicators all improved when I disabled Polylang was because my site broke, so nothing was being served (so of course speed improved and redirects disappeared).
Forum: Reviews
In reply to: [Polylang] Great pluginI have to apologize – it turned out not to be PolyLang after all – the reason my performance indicators all improved when I disabled Polylang was because my site broke, so nothing was being served (so of course speed improved and redirects disappeared).
My sincere apologies – I can’t see how to delete this review or change the stars 🙁
Forum: Fixing WordPress
In reply to: remove the redirect chain !Try disabling all your plugins and run GTMetrix again. If the problem is still there, it’s your WP theme. If it is fixed (or much improved), try re-enabling the plugins one by one (and run GTMetrix each time) to find which plugin is the problem.
Many plugins include these 3rd party marketing trackers.
Wait, I take it all back. I still get “There are no services available for the period you selected”. The documentation isn’t all that clear – maybe I am doing something wrong. What settings must I use for the following:
I have some laboratory equipment that students must book for. It is a 5 hour booking slot. They do not have to pay. They can book at any time (the lab is open 24 hours). Only 1 person may use the equipment at a time.
Forum: Plugins
In reply to: [Custom Bulk/Quick Edit] Quick edit excerpts won't saveNope – it works perfectly without the Threads plugin. Of course I don’t expect you to have to fix a plugin conflict. I am currently looking for a replacement for Threads, failing which I will dig into the code and hope it’s decently commented and see if I can’t find where the problem is. Possibly a duplicated function name (the Threads plugin puts the thread taxonomy in Quick Edit as well)?
[EDIT] So I think the conflict might have come with the
save_post
hook – both plugins remove the action and then re-add it. Threads used priority 10, yours uses priority 25. By changing the Threads priority to 26, now it all works fine 🙂