Kevin Batdorf
Forum Replies Created
-
Forum: Reviews
In reply to: [Code Block Pro - Beautiful Syntax Highlighting] ElegantThanks for the kind words! There’s a “Max Height” panel in the sidebar settings where you can enable the max height on the frontend and pick a specific line number to cut if off on. Is that what you’re looking for?
That’s no problem at all. Hope they resolve this issue. Others have actually reported the same thing recently. Have you contacted them? If they seem delayed in finding a solution let me know and I’ll see if I can help debug further.
Hey, sorry for the late reply. The url you shared indicates a server misconfiguration of some sort. If you notice the URL segment that mentions /home/hostuser, that’s sugesting that something is set up wrong within WordPress (not specifically in the plugin). When you did the restore, did that error still show up?
Do you have other plugins too? Could you try to rule things out by deactivating them and seeing if the block loads?
Hey, thanks for the feedback. Ultimately it’s a tradeoff of pre-processing and putting in the databse vs processing later with JavaScript when the page loads. Most other syntax highlighting plugins process the tokens on the frontend and I chose the other approach. I think this is better for your users as it requires no frontend parsing and thus no CLS or other layout issues. You could load it with no JavaScript at all even.
may cause bug or error when I edit post and loading wp-admin/post.php file.
Are you experiencing an issue? I can help debug it.
Forum: Plugins
In reply to: [Code Block Pro - Beautiful Syntax Highlighting] Broken With WP 6.5Just to be clear @scswenka are you using code-block-pro or did you end up here on a Google search and meant to post on the wp-cerber forums?
What sort of errors do you see? Do you know how to check the browser console for errors too?
Can you add new blocks or is it essentially not even loading at all?
Can you link to the plugin? I’ll install it and see.
Maybe an update failed? Can you just delete the plugin and reinstall it? You won’t lose anything
Forum: Plugins
In reply to: [Extendify] A bug in new update 1.13.2?I just made a release a few minutes ago. Can you give it anothr try? We were redirecting to the wrong url by mistake, so it ends up blank. Can you first leave the page (just go to the dashboard), and then try it agian?
By the way (and you might already know this), that Extendify page is mainly to explain what the plugin is, but to use the plugin you’d want to create/edit a page, click on Design LIbrary, and the patterns show up there based on a site type you set.
Let me know if you run into any other issues. Appreciate the feedback.
Forum: Plugins
In reply to: [Extendify] A bug in new update 1.13.2?Thanks for the feedback. That helped. We identified the issue and are working on a fix now. We’ll have to make a plugin release, which should be in an hour or two from now.
Forum: Plugins
In reply to: [Extendify] A bug in new update 1.13.2?Hi. That’s actually a separate issue that we just addressed on our servers. Can you give it another try? Apologies for the inconvenience there.
Forum: Plugins
In reply to: [Extendify] A bug in new update 1.13.2?Hey, thanks for reporting this. We just released an update just now with a fix. Let us know if there’s anything else.
Today’s release has a fix for this. Let me know if it works. you probably need to make a change for it to re compile. Just put a space at the end then remove it.
Let me know if you have any other issues or any features you think are missing.
I can reproduce it. I’ll take a look. Thanks for reporting it!
Hey, sorry for the late reply. I guess I just missed this issue before.
If anyone else ends up here, the issue is that the server needs to understand the wasm mime type. It should be as simple as adding it to the server config.
Apache: https://cardanopress.io/docs/configuring-the-server-for-cardanopress/
Nginx: https://stackoverflow.com/a/62746045/1437789
If the above pages are gone or don’t work, let me know
Yeah this plugin is only for the block editor and requires the live editor to process the styling as you type. It runs in a webassembly sandbox. Not on the server or user frontend. If you need help upgrading your site I’m happy to help!