Forums › Forums › Bug Reports › Button (Improved) crashes when trying to insert links › Reply To: Button (Improved) crashes when trying to insert links
-
Hi @Marcus and @iqiqi ! Thanks for letting us know. The cause of the issue with adding links to the button block is on our end and has nothing to do with WordPress. We’ll be including a fix for it in the next version. If you urgently need the fix, please do the following:
- Save this file as blocks.build.js
- Locate the Ultimate Blocks plugin folder.
- Go to the dist folder and rename the existing file for blocks.build.js into something else to make reverting to the old version easier in case something goes wrong with the new version.
- Copy the file you downloaded into the dist folder.
Meanwhile, we’re able to recreate the issue with rounded buttons on our end and made a fix for it and a related issue as well. Not only did rounded buttons show up as normal in the editor, but the border radius is stuck at 60px in the frontend no matter the value set in the editor.
Part of it is already included in blocks.build.js. However, the rest of the fix is in another part. The steps for adding the fix is very similar to the one above if you also urgently need it:
- Save this file as init.php
- Locate the Ultimate Blocks plugin folder.
- Go to the src folder and rename the existing file for init.php into something else to make reverting to the old version easier in case something goes wrong with the new version.
- Copy the file you downloaded into the src folder.
Please let us know how it goes.