Sorry you’re having issues. I designed the block to be as simple as possible, so am sure it’s not something you’re doing.
To help pinpoint the cause – could you please try the following:
- See what happens if you use it on one of the default WP themes?
- See what happens if you deactivate all your other plugins
- Could you share a link to a page that has it?
I realize you might not be able to do #1 & 2 on your site and that this is a public forum for #3. LMK
Here’s a page where I put the block so you can see what it’s doing: https://wpnathan.com/testing-page/
Thanks for sharing the link. It looks like there could be a theme/plugin conflict or an issue with the PHP version. It’s outputting the data the same as it was pasted in – it’s not being processed. I copied the data from your site to a test site with WP 6.1.1 and WooCommerce 7.4.0 like you have and it worked properly: https://imgur.com/a/Kp1b5J1
Could you try this test version of the plugin and see if it fixes the problem? https://github.com/forlogos/WP-Spreadsheet-Paste/archive/7f792c18d4c58d4f433a005e033c895f403f79be.zip
If it doesn’t, it would be good to know what PHP version your server is using. I could test it using the same PHP version, but that’s the limit of things I’ll be able to do on my side alone. Further troubleshooting will need you to switch themes and deactivate plugins.
That doesn’t work, either.
We are running PHP 8.0.28.
Sorry I can’t do more testing. We were just wanting to include this plugin in the iThemes Plugin Roundup.
Oh, ok.
Tested it on PHP 8.0.22 and 8.1.9 with WP 6.1.1 and WooCommerce 7.4.0 and it works fine. Also tested with the free Kadence Blocks plugin with no issues.
The plugin codebase is so small, there’s not much to look thru. I wonder what part of the Kadence theme or plugins used is causing it not to work properly. It’s likely that something in there is causing a filter conflict on ‘render_block’.