Guillermo Figueroa Mesa

Results 7 comments of Guillermo Figueroa Mesa
trafficstars

I do it. I put to `bin` also to `vendor/bin` in my project i already have a bin folder with a script for unit test. When i put that config...

Sorry i refer to composer.json.

I have and issue like this, i insert the data with `aal_insert_log()` but not showing in the list of logs, but is inserting in the data base, i miss something?

Hi, resolve by my own. I use the filter aal_init_roles, see the next example. ``` add_filter( 'aal_init_roles', array( $this, 'aal_init_roles' ) ); public function aal_init_roles( $roles ) { $roles_existing =...

@ramsaylanier I like to help

I face the same issue and solve it: * Replacing the file name from `froala_editor` to `froala-public` inside the function `enqueue_scripts` on line 199 of `public/class-froala-public.php` * Replacinf the `froala_editor.min.js`...

Find a different approach to save this data instead of use the database