Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: How to format the privacy text in the widget? #183860
    Laserjones
    Participant

    In the custom CSS field provided by the plugin under Settings. I tried the following code, for example. The input field and submit button styles are accepted, but not the privacy text style at the beginning.

    .tnp-widget tnp-privacy {
      	font-family: 'Open Sans', sans-serif;
    	font-size: 10px;
    	line-height: 1em;
    	min-height: 100%;
    	background: #FFF;
    	color: #333;
    }
    .tnp-widget input.tnp-email {
        border: 1px solid #CCC;
        background-color: #ffffff;
    	border-radius: 0;
    	font-family: 'Open Sans', sans-serif;
    	-webkit-appearance: none;
        margin: 5px 0px 0px 0px;	
        padding: 0.3rem;
    	vertical-align: top;
    	line-height: 1rem;
    }
    .tnp-widget input.tnp-submit {
    	background-color: #6B7FA0;
    	box-shadow: 0;
    	border: 1px solid #7b9f35;
    	border-radius: 3px;
    	vertical-align: top;
    	border: none;
    	font-family: 'Open Sans', sans-serif;
    	font-size: 1em;
    	font-weight: 600;
    	cursor: pointer;
    	padding: 0.8em 1.5em;
    	color: #FFF !important;
    	margin: 0;
    	text-transform: uppercase;
    	-webkit-appearance: none;
    	text-decoration: none !important;
    }
    .tnp-widget input.tnp-submit:hover {
    	background-color: #536ea0;
        border: 0px solid #536ea0;
    }
    in reply to: "Subscribe" button text color #125711
    Laserjones
    Participant

    Hello, I have the same problem. But when I go to “List Building -> Subscription -> General”, there is no “Custom styles” area. Do I have to do something to enable it?

    Thanks,
    Joerg

    in reply to: Configured return path is not used #25955
    Laserjones
    Participant

    The provider claims that they do not change the return path, so it had to be a reason within WordPress.

    I solved the problem now by installing a little plugin I found named “wp_mail return-path”. Its description is: “Simple plugin that sets the PHPMailer->Sender variable so that the return-path is correctly set when using wp_mail”. Now the return path is set to the same address as the sender (From). You might want to mention it in your documentation as a possible solution.

    https://wordpress.org/plugins/wp-mail-returnpath/

    Now I can finally use a dedicated mailbox for bounces and thus use the “Bounce” plugin to remove bounced addresses. 🙂

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