Alvaro
Forum Replies Created
-
Forum: Plugins
In reply to: [Block Navigation] Conflict with Blocksy and StackableThanks for reporting this bug. I just released version 4.1.1 with a fix.
If the problem persists, please let me know and I’ll reopen the issue.
Thank youForum: Plugins
In reply to: [Block Navigation] Doesn’t work with upgrade to WordPress 5.8Hi Gisele,
The latest version (4.0.0) is compatible with WordPress 5.8. If there is any other issue, please let me know.
Thanks
Forum: Plugins
In reply to: [Block Navigation] Can I Disable After Devolpment?Hi,
I am not sure I fully understand the work-flow, but let me explain a bit of the plugin to see if it helps.
The plugin loads script and stylesheet files in the Gutenberg editor to extend it. It doesn’t save data in the backend (other than what WordPress saves when a plugin is installed and activated). It does use a Gutenberg feature which saves some setting values in the users browser localStorage. This way if a user selects a certain color scheme, for example, it will persist after the page is reloaded.Let me know if you have any other question.
Forum: Plugins
In reply to: [Block Navigation] Donation LinkHi Darryl,
Currently there is no donations link. I will let you know when there is one 🙂
Thank you!Forum: Plugins
In reply to: [Post Meta Controls] cache issuesHi Chris,
The route has not changed. Maybe there was some change in the cache?
Forum: Plugins
In reply to: [Block Navigation] Doesn’t work with upgrade to WordPress 5.8Hi Gisele,
Thank you for letting me know. The drag and drop functionality is not moving the block to the position in WP version 5.8. I have been working on it and a new release of the plugin with other new features should be coming out this week.
Until the fix is released you can move blocks using the click functionality instead: open the block menu (click the three dots icon in the block) and click the “Move Block To” option, then simply click where you want the block to be moved to.
I will keep this issue open and close it once the release is ready. Thanks
Forum: Plugins
In reply to: [Post Meta Controls] Ability to use a text field to set page/post title?Hi, thank you for the comments!
This plugin saves the data entered in the sidebar into the post meta.
To modify the title you would need to alter the title possibly in a custom plugin or block (check editPost, getCurrentPostAttribute and getEditedPostAttribute here).Regarding the second suggestion, this is the default behaviour in the Gutenberg editor, only when the user clicks on the Settings button (the “gear”) the block settings open.
Thank you
Forum: Plugins
In reply to: [Block Navigation] Feature request: Add “Delete” and “Duplicate” optionsThank you for your comments and suggestions!
The menu already has a delete option, it is “Remove Block”.
Duplicate is missing but sounds like a good addition for a future release.Regarding the developer options, there is a checkbox to enable/disable them in the Settings. It is disabled by default.
Thanks!Forum: Plugins
In reply to: [Block Navigation] Feature request: highlight codeThank you for the suggestion and comment!
Could you please expand on what you mean by highlight the code?Forum: Plugins
In reply to: [Block Navigation] Freeze Up when dragging Block – WordPress 5.7Version 3.4.0 has just been released, which fixes this issue.
If you find any other problem, please let me know.Thank you
Forum: Plugins
In reply to: [Block Navigation] Freeze Up when dragging Block – WordPress 5.7Thank you for reporting.
It seems like the drop event is not triggering and thus stays in that state. This seem to happen only in the Sidebar, not in the Detached panel.
I am going to continue, and will keep this topic updated.
ThanksForum: Plugins
In reply to: [Block Navigation] Feature Request: Rename BlocksPlease check this other topic. As is explained there, adding this kind of functionality would add an extra layer of complexity to the plugin which is meant to be as simple as possible. But I see the benefit of such feature, though maybe for some kind of addon and not in the core plugin.
I will definitely look into it when I have more time.
Thanks for the request.Forum: Plugins
In reply to: [Post Meta Controls] foreign chars are getting strippedHi Chris, the text field content is passed through the sanitize_text_field WordPress function. This is the reason why certain characters are removed.
Best,
AlvaroForum: Reviews
In reply to: [Block Navigation] Much needed add-onThanks for the explanation George.
Lets move the conversation to the following Topic.Forum: Plugins
In reply to: [Block Navigation] Feature Request: Rename BlocksCould you please expand on the use case, maybe with an example?
When would the block need to be renamed, all/any blocks, which blocks, would this be per post or for specific blocks in all posts?
I’d like to grasp the overall picture to have a better understanding.Thank you for the suggestion