losrack
Forum Replies Created
-
I have disabled the smtp settings…
there is this table on my database
844
mailer
smtpshould I change the smtp value for other?
Yeah this time I missed it some how .. but it won’t work anyway … this is the new error …
2017-10-11 15:49:04 Connection: opening to relay-hosting.secureserver.net:25, timeout=300, options=array (
)
2017-10-11 15:49:05 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to relay-hosting.secureserver.net:25 (Connection refused)
2017-10-11 15:49:05 SMTP ERROR: Failed to connect to server: Connection refused (111)
2017-10-11 15:49:05 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingJust one last question .. am I supposed to use or not smtp for this server?
I have tried smtp gmail server to no avail either
Hi,
It’s a shame I can not use this plugin, The interface and html editing is great, but there is no way I can get it to send newsletters.
This is an error I get .. one of the many I have tried
2017-10-11 15:37:49 Connection: opening to relay-hosting.secureserver.ne:25, timeout=300, options=array (
)
2017-10-11 15:37:49 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): php_network_getaddresses: getaddrinfo failed: Name or service not known
2017-10-11 15:37:49 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to relay-hosting.secureserver.ne:25 (php_network_getaddresses: getaddrinfo failed: Name or service not known)
2017-10-11 15:37:49 SMTP ERROR: Failed to connect to server: php_network_getaddresses: getaddrinfo failed: Name or service not known (0)
2017-10-11 15:37:49 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/TroubleshootingHope you can help .. I have tried other newsletter plugins and they send no problem.
Thanks for your time
No I do not have any other plugin.
In fact the plugin does send test mails .. but does not send with the smtp options, I have tried gmail settings instead the ones for my server.
It does not work at all in the smtp settings. Every conceivable settings.. it won’t send any , it always shows an error log.
Al things on my site and server work properly, all notifications, every thing but this plugin.
Please ket me know if there is anything I can do.
Forum: Plugins
In reply to: [WooCommerce] Set to spanishNever mind I just forgot to download the .mo files
oops
Forum: Themes and Templates
In reply to: [Storefront] “add to menu” no longer worksHi … apparently I have found some function on my function.php file was the culprit of this behaviour.
I would like to know what is wrong with it. It is some code to generate a sitemap.
here it is:
/* sitemap */ add_action( "save_post", "sitemap" ); function sitemap() { $posts = get_posts( array( 'numberposts' => -1, 'orderby' => 'modified', 'post_type' => array( 'post', 'page' ), 'order' => 'DESC' )); header('Content-Type: text/xml; charset=' . get_bloginfo('charset'), true); header('X-Robots-Tag: noindex, follow', true); $sitemap .= '<?xml version="1.0" encoding="' . get_bloginfo('charset') . '"?> <?xml-stylesheet type="text/xsl" href="' . get_stylesheet_directory_uri() . '/sitemap.xsl' . '"?> <!-- generated-on="' . date('Y-m-d\TH:i:s+00:00') . '" --> <!-- generator-version="1.0" --> <urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"> '; $sitemap .= '<url> <loc>' . esc_url( home_url( "/" ) ) . '</loc> <changefreq>Daily</changefreq> <priority>1.0</priority> </url>'; foreach( $posts as $post ) { setup_postdata( $post); $postdate = explode( " ", $post->post_modified ); $sitemap .= '<url> <loc>' . get_permalink( $post->ID ) . '</loc> <lastmod>' . $postdate[0] . 'T' . $postdate[1] . '+00:00' . '</lastmod> <changefreq>Weekly</changefreq> <priority>0.5</priority> </url>'; } $sitemap .= '</urlset>'; $fop = fopen( ABSPATH . "sitemap.xml", 'w' ); fwrite( $fop, $sitemap ); fclose( $fop ); } /*end of sitemap */
Forum: Themes and Templates
In reply to: [Storefront] logo problemNever mind I solved it, basically with:
.site-header .custom-logo-link, .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { display: inline-block; width: 100%; margin: 0 auto; text-align: -webkit-center; text-align: center; margin-left: -3px; }
or whatever margins you may have….
Forum: Plugins
In reply to: [Contact Form 7] contact form not working on desktop… anyThe WP-rollback did worked for me, it was cool since I did not have to enter api keys again to CF7
It was all siwft
Forum: Plugins
In reply to: [Contact Form 7] contact form not working on desktop… anySorry I have mis understood ,,, rollback it is actually a plugin in itself. Thought it was a feature of CF7.
Hope CF7 plugin is updated and resolve this issue as a lot of people appear to be having.
Thanks again.
- This reply was modified 7 years, 7 months ago by losrack.
Forum: Plugins
In reply to: [Contact Form 7] contact form not working on desktop… anyThere is no such download for 4.7 on the plugin’s page
.. or it is very hidden.
Neither any rollback thing on the plugin.
Forum: Plugins
In reply to: [Contact Form 7] contact form not working on desktop… anyHi,
Is there any link to download 4.7 version?
Forum: Themes and Templates
In reply to: [Storefront] add content into headHi,
Thanks for writing and trying to help.
I went around the problem using the secondary nav.
With some effort I managed to accomplished what I was looking for, using negative margins, absolute positions and z-indez values.
Forum: Plugins
In reply to: [Contact Form 7] contact form not working on desktop… anyI am using a similar plugin and it works better. I have lost so much time I just switched over.
Forum: Plugins
In reply to: [Contact Form 7] contact form not working on desktop… anyI have switched to a different contact form, which by the way is a lot faster and has pretty basic good enough settings.
Can′t have a site without a contact form