Itai Lulu Koren

Results 9 issues of Itai Lulu Koren

This feature allows you to set default callbacks for success/error. Setting the callback with the directive attributes on-success and on-error will override the global default. I'm not sure this implementation...

Great work! I want to set a global on-success callback for all instances throughout the app. Is this possible without changing the source code or adding another directive?

@Mahmoudz Very interesting read. It might be worth mentioning [laravel-modules](https://github.com/nWidart/laravel-modules) package on your references.

When browsing through the documentation, it would be awesome if the left tree will be expanded by default, ideally focused on the last clicked element.

I installed the starter and most pages work correctly, except for the product page. When navigating to a product page (either by clicking a product in the collections page, or...

For some reason this script doesn't seem to work with my custom Genesis child theme, when using the filter 'pre_set_site_transient_update_themes'. It does work after i changed it to 'site_transient_update_themes'. I...

Header was Name-Price-Rating but columns Name-Rating-Price. Changed the columns order to the correct one

If you look at views/restaurants.html you'll see the table headers order is Name-Price-Rating, but the actual columns (td's) are ordered name-rating-price. This causes the sorting to seem faulty. An easy...

Re-initialization of $taxs[] is needed, else only the first filter is assigned as "selected" when using multiple filters. Exaplanation: Each taxonomy array should contain only one term-id. See a dump...