Vladislav Burlak

Results 9 comments of Vladislav Burlak

hi, @diederik789 Have you any thoughts at this issue?

Same Issue. @dimak , @wandoledzep Any solutions?

Got the same error with the memory limit. https://bit.ly/wpclimem — didn't help.

@branedesign thx fow advice.. haven same issue. But I think, it will be better to call class init method instead of `require` file on after_setup_theme.. For example: ``` php require...

@youknowone hmm. same bug.. using last VisualJSON from App Store `Version 1.6.0 (1.6.0)` Have project running on localhost( MAMP ) & remote test server. Queries to localhost have `3840` error,...

Hey, folks. Stuck into the same issue. We are customizing multi-select fields in Gravity Forms and processed form data looks like: For fields with multiple selected options: ``` - 2...

@HimanshAnand in terminal cd to plugin folder and run `composer install`. It'll install plugin all dependencies

+1 I've got the same issue. No built-in way to customize this feature using filters or something like that

Hi, @EvanHerman. If you don't want to extend default Nav Walker Class — you can just [create filter for nav menu attributes](https://codex.wordpress.org/Plugin_API/Filter_Reference/nav_menu_link_attributes): ``` php function add_menu_atts( $atts, $item, $args )...