gillespieza
Forum Replies Created
-
Yup, that’s correct ??
Thanks – it turns out the answer was much more Homer Simpson (doh!) than that. Previously, with the domain mapping plugin, you installed the subsite as a subdomain and then mapped the custom domain in a separate section. Turns out, I hadn’t changed the URL in that first option to the custom domain. I had thought that subdomains were still required.
- This reply was modified 2 years ago by gillespieza.
Forum: Fixing WordPress
In reply to: Why can my subscribers create new posts for review?Thanks, that setting is set to “Subscriber”. I’d rather not resort to yet another plugin to manage something that shouldn’t be broken in the first place…
That’s weird – it’s all working fine now. I didn’t realise uploading an SSL certificate could take a few hours to reflect. I always thought it was minutes.
Thanks ??
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).