View does not update
-
Hi, I have a problem showing the current informations from the API.
API is connected fine and in the admin area via “Show retrieved data” it shows me the correct informations.
I added [open_text]%now%[/open_text] at the end and it shows the current time.
I tried [open p update=”immediate”] but it destroys the layout and the result is the same.
I use the DIVI builder.
This is the returned code:
{ "html_attributions": [], "result": { "business_status": "OPERATIONAL", "name": "Gastroenterologie \u00b7 Urologie - Dr. Volker Brand \u00b7 Dr. Kora Brand - Facharztzentrum M\u00fcnchen Martinsried", "obfuscated_type": [], "opening_hours": { "open_now": true, "periods": [ { "close": { "day": 1, "time": "1700" }, "open": { "day": 1, "time": "0800" } }, { "close": { "day": 2, "time": "1800" }, "open": { "day": 2, "time": "0800" } }, { "close": { "day": 3, "time": "1700" }, "open": { "day": 3, "time": "0800" } }, { "close": { "day": 4, "time": "1500" }, "open": { "day": 4, "time": "0800" } }, { "close": { "day": 5, "time": "1300" }, "open": { "day": 5, "time": "0800" } } ], "weekday_text": [ "Monday: 8:00 AM \u2013 5:00 PM", "Tuesday: 8:00 AM \u2013 6:00 PM", "Wednesday: 8:00 AM \u2013 5:00 PM", "Thursday: 8:00 AM \u2013 3:00 PM", "Friday: 8:00 AM \u2013 1:00 PM", "Saturday: Closed", "Sunday: Closed" ] }, "url": "https://maps.google.com/?cid=12685796617698384571" }, "status": "OK" }
Any ideas?
The page I need help with: [log in to see the link]
- The topic ‘View does not update’ is closed to new replies.