wparold
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Crontrol] Latest Update crashed my WebsiteWeird, the developer says 1.14.0 is safe.
Anyone tried 1.14.0 and can confirm it works properly?Forum: Plugins
In reply to: [WP Crontrol] Fatal Error on 1.13.x versions – only stable 1.12.1same here, I thought I was crazy but no, just a simple update made my site broken… sick!
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Error on cookieconsent fileIt’s fixed for me, thanks for the reactivity, appreciated 🙂
Forum: Plugins
In reply to: [Stock Ticker] auto refresh not workingopps, just saw your last update landing right now
“Fix: stock price was by mistake taken from last_open instead of last_close, reported by @cartmen123” => I guess this matches my last report 🙂- This reply was modified 8 years, 3 months ago by wparold.
Forum: Plugins
In reply to: [Stock Ticker] auto refresh not workingHello @urkekg, nice to read your reply.
Understood for the recommanded settings of Cache Timeout=375s.I also checked my browser console and actually saw that there was a JS error in \wp-content\uploads\stock-ticker-refresh.js, it cries because stock_tickers_load is not defined. So I edited and initialized it with ‘ var stock_tickers_load = “”; ‘ placed on line 1 of the file, and it removed the error. I am not sure but it seems it actually triggered a refresh of my stock feed then.
However, I figured out another error then :p
I use tickers from foreign exchanges. The data that are fetched are not the good ones (I want the current/last price – delayed as you mention, no problem with that), but the open prices (which by definition do not refresh during a trading day). Maybe this error I see is only due to the fact we are in the weekend, I will check that out tomorrow to confirm.Best Regards
wparold