Pavel

Results 13 comments of Pavel

@fadion could you merge this please?

@ThePopularizer Hi, i'm one of core developers of visual composer. Can you please test this snippet: ``` add_filter('vc_grid_get_grid_data_access','__return_true'); ```

Also @raamdev filter I provided disables `nonce` checking

@raamdev Okay I will try to explain full process: 1) when grid [vc_basic_grid, vc_media_grid, vc_masonry_grid, vc_masonry_media_grid] being rendered it creates a nonce: `data-vc-public-nonce="` 2) function vc_generate_nonce actually calls wp_create_nonce with...

@raamdev sent to your public email in @raamdev.com

@cschalenborgh note that this filter will disable _vcnonce (wp_verify_nonce) checks for ajax calls.

Ok I see now you have explicitly import exact method like: ``` import { isValidHex } from 'react-color/lib/helpers/color' ``` Thanks.

same problem for us in kubernetes cluster: ``` $redis = new Redis(); $redis->connect($host, $port); // returns true $redis->auth($pass); // true $redis->ping('hello'); // return hello // so all fine with connection...

problem was in redis itself, these commands were disabled https://stackoverflow.com/questions/22815364/flushall-and-flushdb-commands-on-redis-return-unk-command

Is there any details what is not compatible?