Boldblocks automatically adds code to the Core Grid layout
-
It seems that Boldblocks automatically adds code to the Query Loop Block templates when the Core Grid layout is selected, and it results in a wrong preview in the Editor.
In Editor :
1- Insert Query Loop Block
2- Select Core Grid layout
3- Select Manual mode 4 columns
Result in Editor : Grid layout is ignored
Result in Font-end after publishing : Grid layout is displayedI checked the template code : Boldblocks code has been automatically added ( ! ).
<!-- wp:post-template {"layout":{"type":"grid","columnCount":4,"minimumColumnWidth":null},"boldblocks":{"grid":{"columns":{"lg":{"value":"none","inherit":null},"md":{"inherit":"lg"},"sm":{"inherit":null}},"gap":{"lg":{"value":{"row":"1rem","column":"1rem"},"inherit":null},"md":{"inherit":"lg"},"sm":{"inherit":"lg"}}},"carousel":{"speed":500,"effect":"slide","effectSettings":[],"loopType":"infinite","autoplay":{"enable":true,"delay":3000},"slidesPerView":1,"spaceBetween":0,"enableResponsive":false,"breakpoints":{"lg":{"value":{"slidesPerView":4,"spaceBetween":0},"inherit":null},"md":{"inherit":"lg"},"sm":{"inherit":"lg"}},"pagination":{"enable":true,"size":"12px","spacing":"10px","color":"","inactiveColor":"","opacity":0.3,"dynamicBullets":true,"horizontalGap":"5px"},"navigation":{"enable":false,"size":"44px","spacing":"10px","color":""}},"layout":{"type":"grid"}}} -->My workaround :
In the Editor in Code mode : I delete the Boldblocks code above and I publish.
Now the Core Grid layout is correctly displayed both in Front and Back end.
The topic ‘Boldblocks automatically adds code to the Core Grid layout’ is closed to new replies.