In the 7.4 update, we removed the <strong>
tag that previously wrapped around the HTML block shortcode and was copied along with it, affecting the shortcode’s content. Now, when copying the shortcode into a sites textarea, it is no longer wrapped in a <strong>
tag, so it does not impact the shortcode content, as shown in the following screenshots:
1. Copying the shortcode without the <strong>
tag (screenshot https://monosnap.com/file/0tBMSzcEJwRq0eCZiJ6486a2p3Lp4w)
2. Inserting the shortcode into the WPBakery editor field. (screenshot https://monosnap.com/file/OTthQNlg45oZGeZXGig5s4q9vIjdfu)
3. Checking the shortcode to ensure the <strong>
tag is absent and will not affect the shortcode content (https://monosnap.com/file/XEbD5y0RA1LcphfrYBZCmp5rxg9hkj).
In the final step, you can see that <strong>
is missing and will not impact the shortcode content.
The boldness fix addressed the <strong>
tag that was previously copied along with the shortcode. What you are observing when pasting into the text editor is the inheritance of formatting styles, which is not related to the <strong>
tag that previously wrapped the HTML block content. If you are still inserting this shortcode into any WordPress, WooCommerce, or theme text field and notice changes in the boldness of its content, please record a video or take screenshots so we can reproduce this on our end.
Kind Regards