Home Forums Basel support forum Unsubscribe button hidden

Unsubscribe button hidden

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #20504

    esthetis
    Participant

    Hi,

    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
    Pier

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

    Artem Temos
    Keymaster

    Hello,

    Could you please describe us where we can see this message on your website so we can provide you with a fix?

    Thank you

    #20527

    esthetis
    Participant

    Hi,

    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
    Pier

    #20533

    Artem Temos
    Keymaster

    Hello,

    We tried to reproduce the issue but we didn’t see the “Unsubscribe” button in emails https://gyazo.com/48c773ec71c2b727fbb79b275052398d
    https://gyazo.com/8986d32fa9861be7c10255c53fafb049

    Regards

    #20544

    esthetis
    Participant

    HI,

    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
    Pier

    #20545

    esthetis
    Participant

    Please try again because it was delayed.

    #20558

    Artem Temos
    Keymaster

    Do you want us to place the order again and check the email now? Did you make any changes and the button should be there?

    #20560

    esthetis
    Participant

    Yes 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
    Pier

    #20567

    Bogdan Donovan
    Keymaster

    Try 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

    #20574

    esthetis
    Participant

    HI,

    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
    Pier

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

    Bogdan Donovan
    Keymaster

    Please 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

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