Home Forums WoodMart support forum Frequently Bought Together Block – Display Bug & Layout Request

Frequently Bought Together Block – Display Bug & Layout Request

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #671263

    StravinMarvin
    Participant

    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.

    #671489

    Artem Temos
    Keymaster
    Xtemos team

    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

    #671573

    StravinMarvin
    Participant

    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

    #671577

    Serg Sokhatskyi
    Keymaster
    Xtemos team

    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

    #671592

    StravinMarvin
    Participant

    thank you! works great

    #671650

    Artem Temos
    Keymaster
    Xtemos team

    Great, you are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Frequently Bought Together Block – Display Bug & Layout Request’ is closed to new replies.