Faisal Khurshid

Results 12 comments of Faisal Khurshid

Following is my `gulp.babel.js` file: ` import gulp from 'gulp'; import gulpLoadPlugins from 'gulp-load-plugins'; import browserSync from 'browser-sync'; import del from 'del'; import {stream as wiredep} from 'wiredep'; const $...

Each link is on seperate line in my source code. It is just some formatting issue here. Further, If i paste my script tags from `app/partials/footer.html` to `app/partials/header.html` they don't...

I've updated the original post with contents of my `header.html` and `footer.html`, plz take a look.

**Update:** I get filtration to work using additional code for isotope, taken from this codepen: https://codepen.io/desandro/pen/AEslp The filtration functionality and its transition work smoothly but after filtration, grid items "position"...

Thanks, I didn't know about the filters. It worked like a charm. Now issue number 2 and 3 are solved and 1, 4 and 5 are remaining. I'll keep an...

Sorry for the delay in reply. As for point # 1, the issue seems to be caused because of a plugin named 'Profile Builder". Following is the more easy to...

> > 5: If for some reason the plugin installation fails, it still shows big green arrow mark at the top, which seems confusing. > > I'm not sure what...

Yes, the `Expires` header value is set to the server time at which the resource is requested. But if 'Cache-Control' is allowing a `max-age`, should not it ignore the `Expires`...

Thanks for your reply @kswedberg I've tried simply importing it without any variable as you've mentioned but I'm still getting `TypeError: e(...).smoothScroll is not a function` error.