siamsa
Forum Replies Created
-
Hello,
“Could you please let me know if you’re able to switch the language on this page with the checkout form, or if you’re also being redirected to the home page?“
I can translate the page itself (https://siamsa.ie/support/) but the embedded form from SureCart isn’t editable. If you use the language switcher on the site, you’ll see several items that are not in the translated language, and are still in English.
The problem arises when I edit the Surecart custom form, which is the form embedded on the above page. As soon as I press Translate Page, it just reverts to the site home page.
There are no redirects in place.
I switched on “Display regular strings” in the string translation interface, but it’s not picking up the strings in the embedded form.
Any other ideas?Forum: Plugins
In reply to: [SparkPost] WP 5.5 – PHPMailer Deprecated NoticeHi Allan
Try changing your settings from (Send) Method = HTTP to Method = SMTP. I had the same problem and it worked for me.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Update results when API data changesThanks again Bernhard.
Further question – does this permit only 1 data field (eg, song title) to be updated?
In my case, I need to update 4 data fields (song title, artist, album title and album artwork) each time the audio track changes.
Forum: Plugins
In reply to: [Get Use APIs - JSON Content Importer] Update results when API data changesThanks for that Bernhard. This will certainly retrieve the data once the url is retrieved.
However, in my scenario, the user leaves the page open to listen to an audio stream. The endpoint data changes about every 3 minutes as the audio track changes. But the data displayed by the jsoncontentimporter template doesn’t update to reflect the changed track data – it keeps the same data as when the url was initially retrieved.
Is there any way to poll the endpoint and update the displayed data when a change is detected?
I came across your other plugin “Auto Refresh API Ajax”, but I’m not sure that the two plugins integrate, or how they can be integrated.
Thank you very much.
I’ve read that page and watched the video several times and I still can’t get it to work. Following your video, I try to insert this code:
[jsoncontentimporter url=https://cast02.siamsa.ie/public/radio_siamsa/api/live/nowplaying/radio_siamsa basenode=now_playing]{subloop-array:song:-1}{subloop:”song.text”}{/subloop-array:song}[/jsoncontentimporter]
and I get blank content.
Could you please help?