Ankit Gade

Results 105 comments of Ankit Gade

Add the plupload.js script on page where you are using this component.

You may have to modify the service worker JS which is listening for push event. ```js self.addEventListener('push', function (event) { if (!(self.Notification && self.Notification.permission === 'granted')) { return; } const...

I've tried various combination of permalink with posts and pages creation with no luck to reproduce the problem. **System info** ``` ### wp-core ### version: 5.9.1 site_language: en_US user_language: en_US...

@mehul0810 This [PR](https://github.com/10up/distributor/pull/1003) is also there, please check if there's something you can spot or helpful.

@hussain-t Added the estimate. Thank you.

Thank you @techanvil for breaking this task into refactoring and audience segmentation panel. This is helpful to better handle the overall requirement. I have updated the IB considering the fact...

Thanks for reviewing this @techanvil . Regarding the `seen` option, earlier I was writing IB based on the `seen` property, but later I thought that it may not be required....

Looks everything good now. Thank you @techanvil . Moving this to EB.

> @ankitrox can you please fill up the description and testing instructions for clarity? Added the steps to test

@mikkamp Both of the points mentioned have been addressed. Sorry for inconvenience as earlier the fix was added as part of [another PR](https://github.com/woocommerce/google-listings-and-ads/pull/2316/files#diff-dcf740747692fe4bb7c17e8cd854c3b2d1fcdfb4392aa899eccc60d7363c9abcR334) which got closed. 1. For fatal error...