Faisal Khurshid

Results 6 issues of Faisal Khurshid

I'm using following code in my source HTML file: `` ``` ``` `` But after compiling it is not concatenating, it creates `vendor.css` file but links to css files remains...

I was trying to implement isotope plugin on a "CSS Grid" layout but it is not working. As soon as any filtration link is clicked all grid items get hidden...

feature request

Added `false` as second parameter to `menu_page_url()` to make sure it `returns` the result. By default, `menu_page_url` echoes the output which was causing issues on my server. I was getting...

I'm testing MerlinWP with my theme on my local installation. It surely seems a big improvement in end-user UX. Props for that. That being said, I encountered a few issues...

I'm using python 3.6 with `requests` module for API consumption and `CacheControl` module for caching the API response. I'm using following code but cache does not seems to be working:...

I've installed this script using npm on my installation like this: `npm install jquery-smooth-scroll`. Now, in my javascript file i'm using this script like this: ``` import smoothScroll from 'jquery-smooth-scroll'...