telmoespanha
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Requesting permissionHello, Jason I was working with isotope and wordpress, I will see now this, thanks for suport, for your dedication and sharing solutions.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Requesting permissionHi, Jason
Thanks for all feedback suport.I′am testing version 1.3.4 on localhost, and I have now this messages:
Port 25 Closed (php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known)
Port 465 Closed (php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known)
Port 587 Closed (php_network_getaddresses: getaddrinfo failed: nodename nor servname provided, or not known)I will test with Ampps, Mamp isn`t work with permissions.
best regards,
Telmo EspanhaForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Requesting permissionHi, Jason
Thanks for response.
With upgrade to 1.3.1 i have [code] Call to private PostmanAuthorizationToken::__construct() from invalid context in /Applications/MAMP/htdocs/bby/wp-content/plugins/postman-smtp/postman.php on line 115I tried install on, my website, https://www.telmoespanha.pt, and didn′t show any message. I think that′s work, (i don′t have permission on server on port 465,) so i can′t send email test.
I Will appreciate, for now, testing on my local server https://localhost:8888/
Thanks, about this question...
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Requesting permissionHi, I have the same problem, on https://localhost:8888/bby/wp-admin/options-general.php?page=postman on [Request Permission from Google]. A response will be appreciated, best regards.
Forum: Plugins
In reply to: [Facebook Like Box Widget] Add no border setting<style type=”text/css”>
<!–
.fb_iframe_widget {
background:transparent !important;
border:solid;
border-width:0px;
width: 292px;}
</style>
<option value=”iframe” <?php if ($layoutMode == ‘iframe’) echo ‘selected=”yes”‘; ?> >IFRAME</option>
$like_box_iframe = “<iframe style=’background-color: transparent; width=’292′ height=’240′;’ src=\”https://www.facebook.com/plugins/likebox.php?href=$pageURL&width=$width&colorscheme=$colorScheme&border_color=$borderColor&show_border=false&show_faces=$showFaces&connections=$connection&stream=$streams&header=$header&height=$height\” scrolling=\”no\” frameborder=\”0\” style=\”border:none; overflow:hidden; width:” . $width . “px; height:” . $height . “px;\” allowTransparency=\”true\”></iframe>”;