Home › Forums › WoodMart support forum › Amazon pay official woocommerce plugin
Amazon pay official woocommerce plugin
- This topic has 8 replies, 2 voices, and was last updated 4 years, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
June 21, 2021 at 7:30 am #301007
RachidParticipantHi there!
in the checkout page the notice as you can see in the screenshot is all mess-up!
Please let me know how can i fix thatScreenshot and web URL in private section
Thank you!
June 21, 2021 at 11:04 am #301061
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woocommerce-checkout .woocommerce .woocommerce-error::before, .woocommerce-checkout .woocommerce .woocommerce-info::before, .woocommerce-checkout .woocommerce .woocommerce-message::before { top: 42px; }
Best Regards
June 21, 2021 at 11:34 am #301075
RachidParticipantThank you for the fast replay!
This doesn’t fix the issue:
– This doesn’t work for the mobile and tablet viewpoint
– after applying the code you have sent, the text (see screenshot private section) is in the right side!Please re-check and let me know
Thank you
June 21, 2021 at 12:31 pm #301095
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached.
The text is already on the right side, not with the CSS I provided.
Actually, the issue is caused by the content in the notifications. And the alignment CSS is coming from the Plugin, not our theme that can’t be overridden.
Screenshot for Clarification: https://gyazo.com/bfbfe40f2f406fe0d84228021f95f183
As you can see in the above GIF the issue is caused by the amazon button inside. And if we remove it then the content moves to the left.
You can try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS to remove the amazon button.
.woocommerce-info #pay_with_amazon { display: none; }
Best Regards
June 21, 2021 at 1:48 pm #301117
RachidParticipantThat’s ridiculous!!!
Thats a popular payment method here in Germany! and i can not just set the display to none!
and it as well a very well known plugin to be directly downloaded from WoocommerceThe issue is that the text get the right side and it doesn’t display well in mobile and tablet mode and this needs to be fixed
June 22, 2021 at 6:57 am #301275
Aizaz Imtiaz AwanKeymasterHello,
Sorry for the Misunderstanding. Please replace the previous Custom CSS with the following in the Global Custom CSS area under Theme Settings >> Custom CSS.
body.woocommerce-checkout .woocommerce .woocommerce-error::before, body.woocommerce-checkout .woocommerce .woocommerce-info::before, body.woocommerce-checkout .woocommerce .woocommerce-message::before { top: 50%; } .woocommerce-info.wc-amazon-payments-advanced-info #pay_with_amazon { top: auto; margin: 0 20px 0 0; }
Then clear cache and check back.
Best Regards
June 22, 2021 at 8:50 am #301322
RachidParticipantThank you for the reply
This still isn’t working in mobile and tablet viewpoint
June 22, 2021 at 9:47 am #301342
RachidParticipanti dont need help anymore i have fixed this
June 22, 2021 at 11:08 am #301367
Aizaz Imtiaz AwanKeymasterHello,
We are Glad that you managed to fix the issue on your own. You are Great!!
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards. -
AuthorPosts
The topic ‘Amazon pay official woocommerce plugin’ is closed to new replies.
- You must be logged in to create new topics. Login / Register