maltmann
Forum Replies Created
-
Thank you for considering a function to export/import the configuration.
Bringing back the previous “delete all table data” feature would be a great alternative or additional solution.
For now, I can live with the delete/reinstall plugin method, but it’s very inconvenient.Thanks, @gandomi, I’m aware of this method.
However, after reinstalling the plugin, I also have to manually reconfigure it to my needs, as the plugin doesn’t allow to export/import the configuration.Thank you.
I did de+reactivate scheduling, and it now shows Dec 1st instead of Nov 12th (tomorrow).
I’ll check back on Dec 1st to see if the next schedule is set correctly then.
Interestingly, this did only happen on one of my sites.Forum: Reviews
In reply to: [Beaf - Photo Comparison Block] Simple and easy@binsaifullah, what I meant to say is that if I have another block selected, I can’t select the Image Compare block anymore by clicking on it. It just moves the slider. So I can’t get the settings in the sidebar back unless I select the Image Compare block from the block list.
@oldrup, thank you, but that’s too pragmatic for me 😉
I’m editing existing log posts quite often, and if I would remove the TOC until I finished editing, I would need to re-apply all the individual settings.
The temporary work-around by prolonging autosave interval works absolutely fine for me.Agree on both.
Ah, sorry, that would probably render the block empty on autosave 🙁
Just an idea.
Not yet tested, because I don’t have a node setup ready to build the block.edit.js, ~line 34
const { returnisSaving, returnisSavingNonPostEntityChanges, returnisAutosaving } = useSelect( ( select ) => { const { isSavingPost, isSavingNonPostEntityChanges } = select( editorStore ); return { returnisSaving: isSavingPost(), returnisSavingNonPostEntityChanges: isSavingNonPostEntityChanges(), returnisAutosaving: isAutosavingPost(), }; } );edit.js, ~line 345
return ( <div { ...blockProps }> { controls } { controlssidebar } { (returnisSaving || returnisSavingNonPostEntityChanges) && !returnisAutosaving ? ( <Spinner /> ) : returnisAutosaving ? '' : ( <ServerSideRender block="simpletoc/toc" attributes={ attributes } /> ) } </div> );- This reply was modified 2 years, 4 months ago by maltmann.
Thank you for linking that other thread.
The longer autosave interval is a temporary solution for me.I’m still hoping for a better final solution …
Thank you very much for your quick response!
The fix looks good. I will test with UM 2.7.1 and report back.Really still no fix half a year and 12 versions later?
The home page is the most important page of a website. It’s a shame we don’t get hit numbers for this page.Still not fixed in 13.2.15?
Solved in version 13.2.7.
Thank you!Please see my today’s topic
https://ww.wp.xz.cn/support/topic/hits-for-homepage-not-displayed-in-admin-page-list/
I think I found the issue and described it there.