Frequently Bought Together Block – Display Bug & Layout Request
-
Hello,
I’m using your theme with the Gutenberg page builder and experiencing issues with the Frequently Bought Together block.
Bug Report:
The “products per page” setting in the block only works on desktop view. On tablet and mobile devices, it always displays 2 products per page regardless of the configured setting. This is problematic as 2 products per page makes them appear too large on smaller screens, and I cannot adjust this.
Feature Request:
I’d like the option to use the mobile/tablet layout style (product images above checkboxes) on desktop as well. I prefer this layout across all devices.
Environment:
Theme: Woodmart
Page Builder: Gutenberg
Block: Frequently Bought Together
Could you please fix the products per page setting so it works on all devices, and consider adding the layout option?
Thank you for your assistance.
Hello,
You can fix it by applying patch # 671381
. To do this, go to Dashboard -> WoodMart -> Patcher, find the corresponding patch and click on the “Apply” button. Let us know if it works for you.
Kind Regards
hi
this works great now, thank you very much.
what about the layout? any chance i can make the product cards and the list one beneath the other? like in the design for tablet and desktop?
thank you very much
Hi,
You can do this using the following custom code, which should be added to the Global Custom CSS Area located in Theme Settings..
body .wd-fbt.wd-design-side {
grid-template-columns: 1fr;
}
Kind Regards
The topic ‘Frequently Bought Together Block – Display Bug & Layout Request’ is closed to new replies.