Relevad
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Stock Widget] Avoid cachingHi there,
I put in a feature request for us to figure this out. We’ll update here.
Forum: Plugins
In reply to: [Redis Object Cache] More fixes for cache and internal cacheBah, made a silly mistake.
in function validate_expiration()
change:
$expiration = (is_array() || is_object() ? 0 : abs( intval( $expiration ) ) );
to
$expiration = (is_array($expiration) || is_object($expiration) ? 0 : abs( intval( $expiration ) ) );Forum: Plugins
In reply to: [Custom Stock Ticker] Draw Triangle & Enable Change Color not workingVersion 1.4.1 is now live; the green & red triangles should display properly again on this version.
Forum: Plugins
In reply to: [Custom Stock Ticker] Draw Triangle & Enable Change Color not workingHello again,
Sorry about that! In a push to get the last fix out before the weekend, I accidentally left out a comma, which broke the triangles. I’ve got it fixed now: we should have a new version out within this next week, hopefully tomorrow.
Forum: Plugins
In reply to: [Redis Object Cache] Unix sockets not properly supportedDoesn’t matter to us whether we get credit or not. You could put Relevad Corp or Anonymous or whatever.
Details about recommendation.
In the object-cache driver there are two member variables global_groups and no_redis_groups
While I’m not entirely sure how these groups get setup by WordPress Core when calling the cache with our particular setup we needed to make modifications to the no_redis_groups list.
I imagine that others may desire the same sort of modifications.
I’m not sure how best to handle configuration of these variables (accessing settings from the DB seems out of order given the circumstances).Forum: Plugins
In reply to: [Custom Stock Ticker] Draw Triangle & Enable Change Color not workingVersion 1.3.5a is now live, this should fix your issues; at least the colored box problem. This was caused by CSS rules from your site’s theme and our plugin sharing names, and thus conflicting. They don’t share names anymore!
As far as the issue of the plugin not displaying at all on Firefox and Chrome, I couldn’t reproduce that at all, using the same versions as you. I saw the plugin appearing normally, both on your site and our internal testing sites.
Chrome: https://www.dropbox.com/s/fr4q7qxng5h8aln/chrome.png?dl=0
Firefox: https://www.dropbox.com/s/qj5bm7op33md83q/firefox.png?dl=0
IE: https://www.dropbox.com/s/sxgoc0mszyu78cs/ie.png?dl=0If the problem persists, I would ask if you are using any sort of ad or script blocker on Firefox or Chrome, as this plugin requires a script to display properly.
Thanks for helping us to make our plugin better!
Forum: Plugins
In reply to: [Redis Object Cache] Unix sockets not properly supportedHere is a link to the revised version of the object-cache.php file.
http://pastebin.com/iuy4uwz4 — expires in 2weeksChangelist:
1) Removed un-necessary and redundant queries to redis. Resulting in 200x decrease in requests to redis server.
2) Added proper support for unix sockets
3) Fixed typo in cache_misses incrementorWe did make some other modifications for our own specific setup which are not included.
I do have some recommendations though:
1) You might want to give the plugin configuration page the ability to configure which types of requests get sent to redis cache and which continue to go to mysql.
2) You might want to allow the user to set a default expiration for redis keys. By default it will set them to Never expire, which can lead to infinite growth of the redis memory footprint.Cheers
— RelevadForum: Plugins
In reply to: [Custom Stock Widget] flowplayer errorHi sue_c,
This should be fixed now. If you keep seeing it, let us know.
Forum: Plugins
In reply to: [Custom Stock Ticker] Draw Triangle & Enable Change Color not workingHi Don,
Thanks for the screenshots, I see the issue now. We should have a fix pushed out by end of day; I will update here.
Forum: Plugins
In reply to: [Redis Object Cache] Unix sockets not properly supportedHi Till,
We’re fixing up the code as we find issues with it.
I’ll attach some code changes when we’ve verified its working properly.
How would you prefer for me to get you the code changes?— Relevad
Forum: Plugins
In reply to: [Custom Stock Ticker] Draw Triangle & Enable Change Color not workingHi dfhemenway,
Sorry about the delay. I took a look at this issue, but I was not able to produce what you described in my testing. I’d love to be able to fix this for you though, so I’d like to ask a few more questions to help me figure this out.
– We’ve rolled out another update since you encountered this issue; does the issue still occur?
– What browser & version do you see this issue on?Forum: Plugins
In reply to: [Custom Stock Widget] Replace Index SymbolHi Dongo. We’ve had several other users ask for this as well.
No ETA yet but this feature request is definitely high in our queue.Forum: Plugins
In reply to: [Custom Stock Ticker] Draw Triangle & Enable Change Color not workingHi, I passed this on to our team and we will try to replicate/fix.
Forum: Plugins
In reply to: [Custom Stock Widget] Not UpdatingHi Palemo,
We’ve set up a test on our end with all your plugins and with the stock in question and were able to see it both at .11 and .12.
Are you running any other stocks on the ticker and do you see the same behavior from them too?
We have existing feature request in place for user controlled number of decimals. Adding a feature request for an option to add a $ in front of prices.
Thanks!
Forum: Plugins
In reply to: [Custom Stock Widget] Display of Stock SymbolsHi, Added a feature request for custom symbol naming. No ETA at the moment.
Thanks!