llribas
Forum Replies Created
-
Forum: Plugins
In reply to: [Permalinks Customizer] Permalinks & Draft slug with Gutenberg EditorOk, I think it’s about the “autosave” function in Guttenberg, and using:
%postname%
in the configuration, instead of %title%.As it’s explained in the documentation page:
%postname% is similar as of the %title% tag but the difference is that %postname% can only be set once whereas %title% can be changed. let’s say the title is “This Is A Great Post!” so, it becomes “this-is-a-great-post” in the URI(At the first time, %postname% and %title% works same) but if you edit and change title let’s say “This Is A WordPress Post!” so, %postname% in the URI remains same “this-is-a-great-post” whereas %title% in the URI becomes “this-is-a-wordpress-post”.
so I think once the post is autosaved with title “auto-draft-34”, the plugin assigns the permalink, and if you are using %postname% it cannot change it anymore.
Maybe this have to be improved someway, or show a bigger alert explaining this consequece of using %postname% instead of %title%.
In the other hand, if you use %title%, and the post gets edited, maybe the title and the URL changes, so existing links to that post will be broken.
Forum: Plugins
In reply to: [Permalinks Customizer] Permalinks & Draft slug with Gutenberg EditorI have the same problem.
With the plugin activated the system is generating permalinks like “auto-draft”, “auto-draft-1”, “auto-draft-2″… for the posts.
Also in guttenberg sidebar, if I try “Regenerate permalink” it does nothing, the same wrong permalink like “auto-draft-4” remains for that post.Forum: Plugins
In reply to: [Edge Suite] edgePreload.js not foundFor Edge version 6, we can’t find the option to export de preloader as an independent .js file.
Where can I find this option?
thanks