Stackable
Stackable copied to clipboard
WP Rocket issue with Posts block when Minify CSS files and Minify JavaScript files is checked
Describe the bug This bug happens when the Posts block is inside the Columns/Container block. If you place the Posts block outside of the container, it works fine as expected.
To Reproduce Steps to reproduce the behavior:
- Install/Activate WP Rocket plugin
- Turn on minify css files and minify js files on WP Rocket
- Add a new page
- Add a Columns/Container block and add a Posts block inside the column
- Add a separate Posts block without a column or container
- Make Posts columns to 3
- Publish page and see frontend view
- Check if the Posts block inside the columns/container became one column each and full width even though it is set to 3 columns - BUG
- Check if the Posts blocks without column/container has 3 columns - EXPECTED
- Turn off minify css files and minify js files in WP Rocket
- Check if both Posts block (with or without container) works as expected.
Expected behavior
- Posts inside a container/column should follow the Columns set on the Posts block.
Screenshots https://user-images.githubusercontent.com/103395655/165068187-fcf80ef7-50bf-4e2a-ae44-6c8b68e9cf93.mp4