belaich
Forum Replies Created
-
Forum: Plugins
In reply to: [wp2pgpmail] [Plugin: wp2pgpmail] CSS edits retained after product upgrade?About setting the US as the default country, you can replace:
<option selected="selected" value=""></option>'; foreach ( $countries as $country ) { $output .= "<option value='$country'>$country</option>"; }
by:
<option selected="selected" value="United States of America">United States of America</option>';
We will try to find a better solution in a next release. Thanks!
Forum: Plugins
In reply to: [wp2pgpmail] [Plugin: wp2pgpmail] CSS edits retained after product upgrade?I suggest you to do the following steps to override the CSS plugin:
- create a new file with your custom CSS code (for example wp2pgpmail-override.css)
- upload this file to your server (at the root of WordPress for example, to be sure that it won’t be not overwritten by a plugin update)
- go to Appearance => Editor => Header to edit the header.php file
- add the reference to the new style sheet after the wp_head() function:
<head> <!-- all the usual preamble stuff goes here --> <?php wp_head(); ?> <link rel="stylesheet" href="/wp2pgpmail-override.css" type="text/css" /> </head>
Forum: Plugins
In reply to: [wp2pgpmail] [Plugin: wp2pgpmail] Address Fields IncorrectCould you detail the problem?
Thanks!
Forum: Plugins
In reply to: [wp2pgpmail] [Plugin: wp2pgpmail] CSS edits retained after product upgrade?Could you send us a copy of the wp2pgpmail-pro.css file that you changed so we can take a look? you can use our support ticket system: https://wp2pgpmail.com/support/
About the country list, we are trying to see if there is an easy solution to implement. Otherwise, we will send you the line of code to change!
Forum: Plugins
In reply to: [wp2pgpmail] [Plugin: wp2pgpmail] PGP key not recognized as validPlugin updated to v1.08 : PGP public key blocks with a comment line inside are now recognized.
Cheers!
Forum: Plugins
In reply to: [wp2pgpmail] [Plugin: wp2pgpmail] PGP key not recognized as validYou may have a comment line inside the Public Key Block, which is not recognized by the plugin yet.
Removing this comment line should solve the problem.
This will be fix in the next release.
Forum: Plugins
In reply to: [wp2pgpmail] [Plugin: wp2pgpmail] Additional FieldsAdditional Fields is one of the features supported by the pro version. Check it at https://wp2pgpmail.com