charly
charly
To avoid breaking anything in the current implementation (following Bootstrap design) , after a big effort I came up with a solution ~~, by basically taking Alex's code and overriding...
> @cdsaenz this seems to work on desktop, but on mobile the menu immediately closes before it can open the third level. Thanks a lot Justin! Didn't have time to...
> @cdsaenz this seems to work on desktop, but on mobile the menu immediately closes before it can open the third level. The solution as nicely stated in https://stackoverflow.com/a/18024991/827376 where...
I am using the notifications plugin only and I'm having the same issue as abinaj. Probably is lack of understanding about the way this should work. I was also able...
Yeah I had tried that lini but I got "invalid registration token, check the token format". I've suspended this part of the app for now but as soon as I...
I had the same problem being a complete noob and trying to follow the examples in the live environment. I hope now the NS developers have stabilized the basic code...
I had some minor issues or features that I missed myself but always found a workaround or could do without them. This extension is so essential to me that it's...
I got the same problem with 'en' and 'es' languages and defaultLanguage : 'es'. If redirect is true, it will start in /en, always, instead of /es as expected. Setting...
> I think I have part of this solved with route grouping, step 2 would be adding the middleware/filters to routes and groups.https://github.com/flightphp/core/tree/route-grouping You certainly have! I was just testing...
> > I'm not sure that either Laravel or Codeigniter allow filters in routes, I always use them in groups. > > I'm not sure how they work today, but...