Ajaxize not pulling fresh data
-
Ajaxize appears to not be pulling fresh information into one of the ajaxized divs I have.
https://www.benchmarkstrategicmetals.com/privacy
We have a Precious Metals plugin that provides live metal prices. I have ajaxized the shortcode functions “ign_gold_price” and “ign_silver_price”, which I copied directly from the code.
I have worked out the javascript necessary to get the values at the top of the page to regularly update.
Further down the page I am using the built in Precious Metals shortcodes to display the metal prices.
Those shortcode values are updating. If I refresh the page, new values will load (assuming the value of the metal has actually changed).
However, the ajaxized silver price in the header is not updating. The gold one is though. They use the same code except for the div id.
I have tried troubleshooting this…I even tried changing the secret key and re-generated the divs. When I created the new divs the “Function output (via ajaxize):” for gold was correct, but the “Function output (via ajaxize):” read as “0.66” (price per gram), even though it was actually around “0.54” at the time. This was yesterday, and I have watched the shortcode value rise and fall, but the ajaxized value isn’t changing.
Any thoughts on what we can try?
Thanks,
Ben
- The topic ‘Ajaxize not pulling fresh data’ is closed to new replies.