Ricardo Verdugo

Results 7 issues of Ricardo Verdugo

system/src/Grav/Framework/Flex/FlexCollection.php ``` if ($debugger->enabled()) { $output = "\n\n{$output}\n\n"; } ``` This line should not be changing the output, rather should be in the debugger itself like clockwork. Any output that...

enhancement

Ive found out that this line: `https://github.com/getgrav/grav-plugin-admin/blob/develop/classes/plugin/AdminController.php#L3020` breaks the nextgen editor when trying to find out images to display. that exception triggers when using nextgen editor on a flex object...

bug

Free shipping option in the shipping section, with a small function to check in the cart.js

The shipping shouldn't be an int since there are times where a decimal shipping can be needed.

Hey Ricardo here from the Grav team, this theme needed updating to the latest methods, ive provided a pull request for you to publish

When creating a frontend media upload for users, All the images/videos get doubled up. ![](https://i.imgur.com/F3oDtv5.png) ![image](https://user-images.githubusercontent.com/7531933/95842868-fb4a0e00-0d3e-11eb-90ee-c32f22c6a763.png) ![image (1)](https://user-images.githubusercontent.com/7531933/95842919-0866fd00-0d3f-11eb-8d45-f51728af73fc.png) which will save two entries to the user.yaml and then when reloading...

bug