David Smith
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Linking is prioritising attachments instead of postsThe most recent work on this was undertaken in https://github.com/WordPress/gutenberg/pull/67367 which has not yet been released in the Gutenberg Plugin.
That change would prioritise exact search matches which could in theory lead to Attachments being prioritised over Posts (for example).
We could weight slightly towards Posts in general search.
I have raised an Issue and we can discuss there
Forum: Plugins
In reply to: [Gutenberg] How to filter Categories shown in Gutenberg?Apologies for lack of response.
I think perhaps what you might like to explore is the
rest_{$this->taxonomy}_query
filter which “Filters get_terms() arguments when querying terms via the REST API”.You could modify the query to use the
exclude
parameter to remove the various categories you don’t wish to retrieve.I haven’t tested this but it should be a good start for removing some of the category checkboxes.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg new block galleryHi. My colleague Ryan provided this video which might cover what you are looking for:
See also the source code:
https://github.com/ryanwelcher/twitch/tree/trunk/plugins/meme-generator
Many thanks
Forum: Plugins
In reply to: [Gutenberg] After Update Checkout Page BlankHi there,
I recommend you get in touch with the WooCommerce team directly.
They will be best placed to help you.
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Does is protect wordpress video ?Hi @love9522
Could you please provide a screenshot. The link you provided is 404’ing.
Also some steps to reproduce the issue would be very much appreciated.
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Gutenberg Version 12.6.1 Causing My Site IssuesSorry to hear you experienced these issues.
As you are probably aware the Gutenberg Plugin is less stable than the version of Gutenberg bundled with WP Core.
I would advise upgrading to the latest Gutenberg version and seeing if that’s resolved the issue.
What I would say is that the error message mentions your Plugin Google Analytics for WordPress. I would suggest getting in touch with them directly and checking whether they are supporting the Gutenberg Plugin.
I hope that helps?
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Featured image not visibleYou can see how to do this here
It’s in the sidebar under “Featured Image”.
I hope that helps?
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Gutenberg new block galleryHi there,
Thanks for your question. It’s great you’re getting into building a custom block.
I would recommend taking the block building course from Learn.WordPress.
I’m not aware of any tutorials covering this specifically. However there are a number of components that handle Media:
https://github.com/WordPress/gutenberg/tree/trunk/packages/block-editor/src/components/media-upload
I would also take a look at the gallery block source code to see if there are any clues there.
I will also reach out to a few folks I know to see if they have any further resources.
Forum: Plugins
In reply to: [Gutenberg] Unauthorised AJAX Calls via FreemiusHi @benik67
Thanks for reporting this.
Based on the message you’ve provided this is coming from the Freemius Plugin and not Gutenberg specifically.
I couldn’t find the Plugin but I think it’s some kind of WordPress eCommerce solution?
Either way I would encourage you to get in touch with them for support on this matter.
Many thanks
Forum: Plugins
In reply to: [Gutenberg] cannot see pictures on homepageThank you for confirming.
Forum: Plugins
In reply to: [Gutenberg] cannot see pictures on homepageHi @quicktreck without the requisite information it’s going to be very difficult to find a solution to this issue.
Are you able to provide any of the missing detail that would allow us to discover whether or not this is a bug?
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Full Site Editor not showingAh I noticed you have Twenty Twenty-One (twentytwentyone) as your active Theme. TT1 is a classic Theme.
Perhaps try Twenty Twenty Two (2022) which is the new default Theme which is a block based Theme.
Forum: Plugins
In reply to: [Gutenberg] Full Site Editor not showingYou are welcome. Glad it helped.
If I may ask, just to make sure I understood right: There is nothing broken with my WP installation online, it’s just that the full site editor is only available for local editing?
I understand that you are asking whether the (Site) Editor is only available for editing when the site is running locally on a computer rather than on a host?
I can say that the Site Editor will be available in any standard WordPress installation when using a block Theme. There have been edge cases recently whereby Themes weren’t being recognised as block Themes so if you’ve encountered one of these then please do let us know.
Hi @mariej
Thank you for your post. Allow me to try and assist you.
These messages were added to be displayed to users without sufficient permissions when they try to create/update the Navigation. This is inline with the way Menus work in classic WordPress where Admin users are the only ones who can access these screens.
That said, I recognise you say you are the only Admin on your site. Can you confirm you are of User Role “Admin”?
Are you able to provide a list of Plugins you may have active?
Many thanks for your time.
@kuchenundkakao Glad to hear you managed to get it sorted. Any chance you could post the working code so others can learn?
Much appreciated
Dave