Home Forums WoodMart support forum payment page problem after update

payment page problem after update

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #613112

    ismayilov615
    Participant

    Hello, This problem occurred on the payment page, after the update, the parcel machine selection section is not fully visible.

    Attachments:
    You must be logged in to view attached files.
    #613117

    Artem Temos
    Keymaster

    Hello,

    Please disable any plugins not directly related to our theme and provide us with your admin access details. We will log in to your dashboard and investigate the issue. Please ensure that you only keep the following plugins that are necessary for our theme to work correctly:
    – WoodMart core
    – WooCommerce
    – Elementor/WPBakery Page Builder

    Thank you in advance.

    #613121

    ismayilov615
    Participant

    It looked like this in v,7,6,0 version, but the problem occurs in my new question

    Attachments:
    You must be logged in to view attached files.
    #613125

    ismayilov615
    Participant

    okay

    #613126

    Artem Temos
    Keymaster

    Please keep all plugins that are not related to our theme temporarily turned off. And send us a screenshot of how it looks with the default theme.

    #613128

    ismayilov615
    Participant

    You can do it, no problem.

    #613130

    ismayilov615
    Participant

    Did you check?

    #613133

    ismayilov615
    Participant

    Twenty Twenty-Five
    It looks like this

    Attachments:
    You must be logged in to view attached files.
    #613146

    Artem Temos
    Keymaster

    To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce-checkout-review-order-table tr.parcel_machine_checkout[style="display: table-row;"] {
    display: flex!important;
    }
    #613151

    ismayilov615
    Participant

    The code you provided looks good on the computer, but only half of the text appears on mobile.

    #613185

    Artem Temos
    Keymaster

    Try to replace it with the following

    .woocommerce-checkout-review-order-table tr.parcel_machine_checkout[style="display: table-row;"] {
    display: flex!important;
    }
    
    .parcel_machine_checkout td {
    	max-width: unset !important;
    }
    
    .parcel_machine_checkout td > p {
    	margin-bottom: 0;
    }
    #613188

    ismayilov615
    Participant

    thank you it worked fine with this code,
    should this code always be in the Custom CSS section and will the problem be resolved in future updates?

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