RJ
Forum Replies Created
-
Dear @mhdizmni
Thank you so much for your fantastic support! You are absolutely right, the problem was not with your plugin. Something was weird with seven. I just went to seven.io and sent an SMS from the web interface. After that everything was working again. I think the credit had to be updated.
Again, thank you very much!
Hi @mhdizmni
Thanks. Request and response obviously works at seven. Which file/function is making the request to the gateway? I want to check if the response arrives at the site.
Thank you @mhdizmni
I have deactivated all Plugins except WP SMS, but it didn’t help.
I don’t want to post all the details here. Can I reach you somehow directely?
Thank you!
Well, everything seems to be ok:
REQUEST
GET https://gateway.sms77.de/balance.php?p=…
connection: close
accept-encoding: deflate, gzip
accept: */*
host: gateway.sms77.de
user-agent: WordPress/6.6.2; …RESPONSE
Connection: close
Content-Type: text/plain;charset=utf-8
X-sms77-trace-id: …11.000
Thank you!
Thank you, @mhdizmni for the answer. I checked that the requests are made correctely and the response code is 200 (GET). I also created a new API key but the issue persists.
Any further ideas?
Many thanks,
RolandHi @mhdizmni
Thank you for your reply. Everything seems to be fine with the gateway. A valid request is sent to the gateway from the WP SMS and the gateway response with a also valid response when I open the WP SMS gateway settings. So, the WP SMS settings should be correct. I was not able to share an image, so here is a transcript (the WP is in german):
Gateway: Sms77.de (seven)
API username: XY
API password: 1234 ??
Sender number: Abcd
API key: The correct key
Status: Inaktiv
Guthaben: ‘SMS carrier temporarily not available’
Incoming Message: Nicht verfügbar
Massen-SMS versend?: Verfügbar
MMS senden: Nicht verfügbar
Anzeige im Admin-Menü: Aktiv
SMS.Seite anzeigen: Aktiv
SMS-Versandmethode: Sofortiger SMS-Versand
Unicode-Versand. Aktiv
Zahlenformatierung Aktiv
Auf lokale Nummern beschr?nken: InactivDear @bruberries
Thank you very much for your reply. I sent you the template through the form. I hope there is a solution for this.
Thanks a lot!Dear Reza
YES, there it is. Please excuse me for being so silly. In the German translation “Notifications” is called “Benachrichtigung an Admin” (translated: “Notification to admin”). I have not searched there, because I didn’t want to notify the admin but to all subscribers. Maybe the translation of “Notification” could be changed to “Benachrichtigungen”.
Thanks a lot for the great support!
Best regardsDear Reza
Please excuse me if my explanation was not so clear. I hope this screenshot explains it better:
https://pasteboard.co/vBmNPbEyjrjh.pngThis form is at the very bottom of the post editor. So a SMS is sent when I crate a new blog post.
Is there a filter to change the default text, or to change the text before sending the SMS?
Thank you very much!
Dear Reza,
I didn’t find out how to upload a screenshot, so I just listed the settings (German language enabled):SMS Newsletter Gruppen anzeigen: Aktiv Display groups: Group Default group: Group Anmeldung verifizieren: Aktiv Willkommens-SMS Status: Aktiv Inhalt der SMS: Hallo %subscribe_name% Du erh?ltst jetzt alle wichtigen Nachrichten auf die Nummer: %subscribe_mobile% Stil Frontend-CSS-Style deaktivieren: Aktiv DSGVO-Konformit?t:
Can you do anything with it?
You are genius @voltronik !
It works like a charm.One comment just for the record: When I switch from text to visual editor and back, some tags are still stripped. But this is actually understandable, because the visual editor is creating its own HTML. So, I just use the text editor, and everything works perfectly.
Thank you very much for this fast fix and this great plugin!
LOL, please excuse this silly mistake.
The<
and>
were converted to HTML entities, but obviously correctly interpreted here. ??I try it again:
<!--[if !mso]><!-- --><link href="https://..." rel="stylesheet" /><!--<![endif]-->
is converted to (the<link>
is stripped off):
‘<!–[if !mso]&_g_t_; –>&_l_t_;!–‘I also did some investigations from my side.
- I have
unfiltered_html
capability - Disabled other plugins
- I can use this HTML in Gutenberg editor (post/page)
- Some tags are stripped when switching from text to visual editor
Hi @voltronik
HTML comments (
<!-- -->
) are messed up too. I want to integrate the following tag to display the email in MS outlook:<!--[if (gte mso 9)|(IE)]></td><td align="left" valign="top"><![endif]-->
which is converted to:
<!--[if (gte mso 9)|(IE)]></td><td align="left" valign="top"><![endif]-->
It is probably a matter of configuring TinyMCE.
Hi,
Yes WP 5.9 and BNFW 1.8.10.Thank you. I haven’t tried this in the past, so I don’t know if it worked once. But now the
<style>
,<head>
and<html>
tags are stripped off. - I have