Imran Sayed

Results 30 issues of Imran Sayed

Add Gutenberg Style packages in Next.js ```shell @import "~@wordpress/base-styles/colors"; @import "~@wordpress/base-styles/variables"; @import "~@wordpress/base-styles/mixins"; @import "~@wordpress/base-styles/breakpoints"; @import "~@wordpress/base-styles/animations"; @import "~@wordpress/base-styles/z-index"; @import '~@wordpress/block-library/src/style.scss'; @import '~@wordpress/block-library/src/theme.scss'; ```

Create a WordPress Plugin called wp-decoupled-helper This will contain all the functionalities like: - Extending wp-graphql plugins - Adding schema to GraphQl etc.

Create Filters on Product Page

Add SEO Component Using [Next-seo](https://www.npmjs.com/package/next-seo)

We need designs for the following pages: 1. Landing Page 2. Products page with pagination and filters. 3. Single Product Page 4. Blogs page with pagination 5. Single Blog page...

https://github.com/valu-digital/wp-graphql-offset-pagination This should be added in the composer.json file, after @dhsathiya has setup the WordPress with docker.

- [ ] Update the cart functionality to utilize WooCommerce Session. WooCommerce saves the cart information in the session. How to implement this is explained here: https://github.com/wp-graphql/wp-graphql-woocommerce/pull/88

Setup Stylelint

enhancement

The following plugin needs to be explored to add translation https://github.com/valu-digital/wp-graphql-polylang

enhancement

This package need to be explored and sitemap needs to be generated. https://www.npmjs.com/package/nextjs-sitemap-generator

enhancement