Rizky Syazuli
Rizky Syazuli
seriously? no response since 2014? anyway, just in case anyone's still looking (like me), and i have to figure this out myself. it's best to use **full paths** (/path/to/folder) instead...
Thx @bradgreens @interactivejunky for the tips. i too didn't really think about totally replacing/disabling roundabout on mobile. not really my initial plan. but on mobile it's just too crappy when...
btw, @bradgreens i noticed you used Flexslider on the mobile version. does it have a 'destroy' method as well? i don't see it in their docs. thx..
FYI, the docs did not mention you _have to_ pass a `positionClass` option. throws an error and got me wondering there for a sec.
same here. but in my case, i set the title tag via **ember-cli-meta-tags**. for a quick fix, i remove the `title` tag from index.html
I've deployed using an Express server as discussed in #263. works well although still in a staging environment. +1 for Express.
Yes, please implement this feature. This has been causing problems actually for file-based CMS. So it's not just a matter of tidyness. Right now, I'm using Statamic. It creates a...
Same here. I need help to validate all fields and show errors on form submit. Right now, instead of highlighting individual fields, i created another section to display all the...
the solution from @dweiss-et works for me. although i'm curious about the missing `@reInit` event handler in your code example above.
@Parthian can you try using "Click Element" > "matches CSS selector" > ".some-class" The "Click Element" returns a DOM element instead of a string of class names. So getting a...