Viewing 3 replies - 1 through 3 (of 3 total)
  • Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hello there,
    1) yes it is compatible, clear your full cache and it will work
    2) with the coming version of Booking will be fixed
    2 bis) about the sticky sidebar… when you activate the additional services, the sidebar form increase its heigth, and that side (in this particular case) is over the available space of the screen, for this reason the sticky feature will automatically be disabled. It is an safe feature to avoid your customer to have troubles not seeing or be able to click the purchase button.
    For the other issues you are expecting, I remember your site and that you helped you with custom code to achieve a very similar layout to the new one. Of course you have to remove the customizations as first thing ??

    Please wait also booking plugin updates for the other things, it will add several options that may help you

    Thread Starter brodward

    (@brodward)

    Hello
    1 So how could you solve this sticky property problem when the bookable product has additional services so that you always keep the booking form on screen while scrolling
    2 It is important for me that in the store on mobile devices 2 products are displayed per row and not 1. Before the update it was showing 2 products per row.
    3. When would the bug be fixed to be able to show 2 photos on the main product cover. Could you please share some code to fix this bug temporarily?

    Thanks for your help

    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    Hi there,
    the theme update 1.7.1 should have solved the issue nr.3

    About nr.1 The only solution is to reduce the height of the sidebar by limitating the white spaces or reducing some font size with CSS.

    For issue nr.2 you can add the following additional CSS

    @media (max-width: 600px) {
        ul.products, .wc-block-grid ul.wc-block-grid__products {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    

    This will cover your needs

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bookable product page error’ is closed to new replies.