Joaquin Gumucio L.

Results 11 comments of Joaquin Gumucio L.

Why would it be a good idea? The solution is working as is. There is no need to change the frontend framework.

Subcategories are created as regular categories. After you create a category (the one you need as a subcategory), you have to "move" it (folder icon on the top right corner)...

Ok so I think I found the problem after taking a peak into the NavigationBar component. ### First Error: This function was causing the initial error as the line: `const...

> You can use `import 'chota/dist/chota.css'` instead of `import 'chota'`. Worked for me! Thanks!

No news on this feature? Thanks anyway!

Any news on this issue? I'm having the same problem. If yu need any help or more information for this problem to be solved just ask! Thanks in advance (great...

What I did to bypass thi problem was to use jquery.clone() [no params] and after the cloning process y re-initialize the icheck plugin. It takes a little while with forms...

@orivalde Heres the code I run after running $.clone: ``` var allRadios = dolly.find(':radio'); allRadios.iCheck({ checkboxClass: 'icheckbox_square-green', radioClass: 'iradio_square-green', }); ``` *\* Note that "dolly" is the variable name where...

@doubleb Could you be more specific about the problem? - Are you cloning the element? - Where are you adding/inserting/appending the cloned element? Could you post a javascript snipet for...