Home / Forums / WoodMart support forum / payment page problem after update
Home › Forums › WoodMart support forum › payment page problem after update
payment page problem after update
- This topic has 12 replies, 2 voices, and was last updated 1 year, 8 months ago by
Artem Temos.
-
AuthorPosts
-
November 18, 2024 at 7:30 pm #613112
ismayilov615ParticipantHello, 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.November 18, 2024 at 7:35 pm #613117Hello,
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 BuilderThank you in advance.
November 18, 2024 at 7:35 pm #613121
ismayilov615ParticipantIt 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.November 18, 2024 at 7:40 pm #613125
ismayilov615Participantokay
November 18, 2024 at 7:42 pm #613126Please 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.
November 18, 2024 at 7:43 pm #613128
ismayilov615ParticipantYou can do it, no problem.
November 18, 2024 at 7:49 pm #613130
ismayilov615ParticipantDid you check?
November 18, 2024 at 7:57 pm #613133
ismayilov615ParticipantTwenty Twenty-Five
It looks like thisAttachments:
You must be logged in to view attached files.November 18, 2024 at 8:13 pm #613146To 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; }November 18, 2024 at 8:19 pm #613151
ismayilov615ParticipantThe code you provided looks good on the computer, but only half of the text appears on mobile.
November 18, 2024 at 10:33 pm #613185Try 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; }November 18, 2024 at 10:58 pm #613188
ismayilov615Participantthank 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?November 19, 2024 at 9:56 am #613234Unfortunately, we can’t fix this in our theme because this plugin’s styles conflict with the theme. So you need to keep this code.
-
This reply was modified 1 year, 8 months ago by
Artem Temos.
-
This reply was modified 1 year, 8 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register