Home › Forums › Basel support forum › Unsubscribe button hidden
Unsubscribe button hidden
- This topic has 10 replies, 3 voices, and was last updated 7 years, 3 months ago by Bogdan Donovan.
-
AuthorPosts
-
September 30, 2017 at 2:01 pm #20504
esthetisParticipantHi,
I send you screenshot where we have to fix in CSS.
Your theme seems to hide ‘Unsubscribe’ button of Automatewoo plugin.
Please let me know how to fix it.
Kind regards
PierAttachments:
You must be logged in to view attached files.September 30, 2017 at 8:20 pm #20510
Artem TemosKeymasterHello,
Could you please describe us where we can see this message on your website so we can provide you with a fix?
Thank you
October 1, 2017 at 1:00 pm #20527
esthetisParticipantHi,
You have to place an order by bank transfer on https://staging.dermastore.ch , then you will receive an email where you can link to ‘Unsubscribe’ at the bottom.
Kind regards
PierOctober 2, 2017 at 6:01 am #20533
Artem TemosKeymasterHello,
We tried to reproduce the issue but we didn’t see the “Unsubscribe” button in emails https://gyazo.com/48c773ec71c2b727fbb79b275052398d
https://gyazo.com/8986d32fa9861be7c10255c53fafb049Regards
October 2, 2017 at 7:16 am #20544
esthetisParticipantHI,
Please try on live production https://www.dermastore.ch, then we will complete your order.
The license works only on live production and on staging we can not send email.
Now you should receive an email asking for review and ‘Unsubscribe’ at the bottom.
REgards
PierOctober 2, 2017 at 7:17 am #20545
esthetisParticipantPlease try again because it was delayed.
October 2, 2017 at 8:34 am #20558
Artem TemosKeymasterDo you want us to place the order again and check the email now? Did you make any changes and the button should be there?
October 2, 2017 at 8:37 am #20560
esthetisParticipantYes please place an order on http://www.dermastore.ch this time, becuase the license works only on production.
Then you will receive the email to investigate on the hidden ‘Unsubcribe’.
Regards
PierOctober 2, 2017 at 9:16 am #20567
Bogdan DonovanKeymasterTry to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.woocommerce-info .aw-unsubscribe p:last-child, .woocommerce-message .aw-unsubscribe.confirmed p { margin-bottom: 0; } .woocommerce-info .aw-unsubscribe .button { display: inline-block; padding: 0; background-color: transparent; border: none; } .woocommerce-info .aw-unsubscribe .button:hover, .woocommerce-info .aw-unsubscribe .button:focus { color: black; text-decoration: underline; }
Regards
October 2, 2017 at 9:38 am #20574
esthetisParticipantHI,
the ‘unsubscribe’ button is displayed now but maybe we can improve it in order that looks more like a button.
I have attached current button form.
Kind regards
PierAttachments:
You must be logged in to view attached files.October 2, 2017 at 12:39 pm #20577
Bogdan DonovanKeymasterPlease replace the previous code snippet with the CSS code below.
.woocommerce-info .aw-unsubscribe p:last-child, .woocommerce-message .aw-unsubscribe.confirmed p{ margin-bottom: 0; } .woocommerce-info .aw-unsubscribe .button { display: inline-block; text-decoration: none; }
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register