Title: greencode's Replies - page 4 | WordPress.org

---

# greencode

  [  ](https://wordpress.org/support/users/greencode/)

 *   [Profile](https://wordpress.org/support/users/greencode/)
 *   [Topics Started](https://wordpress.org/support/users/greencode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/greencode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/greencode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/greencode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/greencode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/greencode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 46 through 60 (of 536 total)

[←](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/greencode/replies/?output_format=md) [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/greencode/replies/page/5/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/greencode/replies/page/36/?output_format=md)
[→](https://wordpress.org/support/users/greencode/replies/page/5/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Variation Thumbnail Incorrect version](https://wordpress.org/support/topic/variation-thumbnail-incorrect-version/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/variation-thumbnail-incorrect-version/#post-17219249)
 * Thanks for the quick response [@nikhilgadhiya](https://wordpress.org/support/users/nikhilgadhiya/).
   Looking forward to your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Local Avatars] Add Alt and Title to images](https://wordpress.org/support/topic/add-alt-and-title-to-images/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/add-alt-and-title-to-images/#post-17216098)
 * I use this one that I found at [bloggerpilot](https://bloggerpilot.com/en/gravatar-alt-tag/)
   and it seems to work with the latest version.
 *     ```wp-block-code
       // Add alt tag to WordPress Gravatar images
       function bloggerpilot_gravatar_alt($bloggerpilotGravatar) {
       	if (have_comments()) {
       		$alt = get_comment_author();
       	}
       	else {
       		$alt = get_the_author_meta('display_name');
       	}
       	$bloggerpilotGravatar = str_replace('alt=\'\'', 'alt=\'Avatar for ' . $alt . '\'', $bloggerpilotGravatar);
       	return $bloggerpilotGravatar;
       }
       add_filter('get_avatar', 'bloggerpilot_gravatar_alt');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product search in backend not showing all products](https://wordpress.org/support/topic/product-search-in-backend-not-showing-all-products/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/product-search-in-backend-not-showing-all-products/#post-17026887)
 * [@shameemreza](https://wordpress.org/support/users/shameemreza/) Thanks for getting
   back to me. I’ve done all of you said. I only have WooCommerce as the only plugin
   activated along with a default theme. Everything is up to date.
 * Still the issue exists.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Meta for WooCommerce] UPDATE BREAKS ADMIN PRODUCT SEARCH](https://wordpress.org/support/topic/update-breaks-admin-product-search/)
 *  [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years ago](https://wordpress.org/support/topic/update-breaks-admin-product-search/#post-16704017)
 * [@kaderibrahim](https://wordpress.org/support/users/kaderibrahim/) – Thanks for
   the quick resolution to this issue. I have now updated to the latest version 
   on 3 sites and the search is working once again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FareHarbor for WordPress] Cross Site Scripting (XSS) Security Vulnerability](https://wordpress.org/support/topic/cross-site-scripting-xss-security-vulnerability/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/cross-site-scripting-xss-security-vulnerability/#post-16547945)
 * I would suggest everybody either emails them [support@fareharbor.com](https://wordpress.org/support/users/greencode/replies/page/4/support@fareharbor.com?output_format=md)
   or [submit a ticket](https://help.fareharbor.com/submit/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Variable Product thumbnail is a different ratio](https://wordpress.org/support/topic/variable-product-thumbnail-is-a-different-ratio/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/variable-product-thumbnail-is-a-different-ratio/#post-16543986)
 * [@nikhilgadhiya](https://wordpress.org/support/users/nikhilgadhiya/) I’ve just
   been doing a bit of testing with past versions and it seemed to happen from v1.4.0.7
   If you take a look at these two sites
 * [Live site v1.4.1.3 (broken)](https://www.rachaelskitchen.co.uk/cupcakes/gluten-free-cupcakes/rose-gluten-free-cupcake-selection/)
   
   [Dev site v1.4.0.5 (working)](http://www.tentoten.co.uk/clients/rkweb/cupcakes/gluten-free-cupcakes/rose-gluten-free-cupcake-selection/)
 * Change the Amount dropdown to one of the two options and you’ll see the first
   thumbnail changes. On the working version it remains as the correct ratio/size,
   whereas on the broken version it changes to the square version.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Unfortunately we do not deliver to that address](https://wordpress.org/support/topic/unfortunately-we-do-not-deliver-to-that-address/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/unfortunately-we-do-not-deliver-to-that-address/#post-16494343)
 * [@ihereira](https://wordpress.org/support/users/ihereira/) Thanks for the reply.
   As mentioned in the original comment, the issue is completely random i.e. those
   two postcodes I mentioned work 99% of the time but not always and so it’s impossible
   to try to recreate.
 * The issue that you referred to is not the same, that’s to do with postcodes that
   have been marked in the backend as undeliverable still being able to be delivered.
   Mine is different i.e. the user should be able to go through checkout correctly
   as their postcode is not marked in the backend as undeliverable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Unfortunately we do not deliver to that address](https://wordpress.org/support/topic/unfortunately-we-do-not-deliver-to-that-address/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/unfortunately-we-do-not-deliver-to-that-address/#post-16488046)
 * [@seank123](https://wordpress.org/support/users/seank123/) Yeah, the annoying
   thing is we’ve no idea how many customers are getting affected by this as it’s
   not actually an error as such so not appearing in the error logs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Unfortunately we do not deliver to that address](https://wordpress.org/support/topic/unfortunately-we-do-not-deliver-to-that-address/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/unfortunately-we-do-not-deliver-to-that-address/#post-16488019)
 * One of the postcodes not working (but as previously mentioned, this works for
   me when I try it but didn’t got the customer) is E1W 3EL and GL54 5HJ. Here’s
   the full list of postcodes that we don’t deliver to.
 * It’s very frustrating that I cannot replicate the specific postcodes that the
   customers are saying they get the can’t deliver to message.
 *     ```wp-block-code
       TD15*DD9*DD8*PA80*HS*IV*AB30*AB33*AB34*AB35*AB36*AB37*AB38*AB42*AB43*AB44*AB45*AB53*AB54*AB55*AB56*PH32*PH49*PH50*PH30*PH31*PH33*PH34*PH35*PH36*PH37*PH38*PH39*PH40*PH41*PH42*PH43*PH44*PA29*PA34*PA35*PA37*PA38*PA39*PA20*PA36*PA41*PA42*PA43*PA44*PA45*PA46*PA47*PA48*PA49*PA60*PA61*PA62*PA63*PA64*PA65*PA66*PA67*PA68*PA69*PA70*PA71*PA72*PA73*PA74*PA75*PA76*PA77*PA78*KA27*KA28*KW*ZE*PO30*PO31*PO32*PO33*PO34*PO35*PO36*PO37*PO38*PO39*PO40*PO41*IM*JE*GY*TR21*TR22*TR23*TR24*TR25*
       ```
   
 * ![](https://i0.wp.com/i.ibb.co/vQRwTp7/Screenshot-2023-02-20-at-14-49-25.png?
   ssl=1)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] ERROR Failed to subscribe webhooks](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/#post-16466146)
 * [@joostvandevijver](https://wordpress.org/support/users/joostvandevijver/) Isn’t“
   onboarding” what I previously did after [@niklasinpsyde](https://wordpress.org/support/users/niklasinpsyde/)
   said to do that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] ERROR Failed to subscribe webhooks](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/#post-16459558)
 * Umm, I just can’t get it to do the same on the staging site I set up at the same
   URL, but TBH it’s probably because there’s no traffic i.e. no customers on that
   staging site and I’ve had to use a Sandbox PayPal account. On the live site the
   PayPal Payments logs are endless with these:
 *     ```wp-block-code
       2023-02-10T14:58:02+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:58:02+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:58:37+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:58:37+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:58:59+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:58:59+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:59:12+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:59:12+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:59:27+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T14:59:27+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:01:50+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:01:50+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:02:08+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:02:08+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:03:06+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:03:06+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:03:46+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:03:46+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:04:38+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:04:38+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:04:45+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:04:45+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:04:47+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:04:47+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:06:36+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:06:36+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:06:58+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:06:58+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:07:33+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:07:33+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:08:32+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:08:32+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:10:14+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-10T15:10:14+00:00 ERROR Failed to retrieve stored webhook data.
       ```
   
 * Very frustrating. There are no errors in the site error.log
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] ERROR Failed to subscribe webhooks](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/#post-16454824)
 * [@joostvandevijver](https://wordpress.org/support/users/joostvandevijver/) Umm,
   not really. It’s a live site. I’ll have to create a staging version of that site
   and have a play around.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] ERROR Failed to subscribe webhooks](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/#post-16451205)
 * Hi. I get the “The webhook was received successfully.” message when clicking 
   simulate. I’ve clicked Resubscribe and that refreshed the page. I no longer get
   an option to “Simulate”.
 * These are now in the log:
 *     ```wp-block-code
       2023-02-08T09:35:58+00:00 INFO Received simulated webhook.
       2023-02-08T09:36:17+00:00 DEBUG DELETE https://api.paypal.com/v1/notifications/webhooks/76V18668TS946781J
       Response Debug ID: 303c766689794
       Response: Array
       (
           [code] => 204
           [message] => No Content
       )
   
   
       2023-02-08T09:36:17+00:00 INFO Webhooks deleted.
       2023-02-08T09:36:17+00:00 DEBUG POST https://api.paypal.com/v1/notifications/webhooks
       Request Body: {"url":"https:\/\/www.mysite\/wp-json\/paypal\/v1\/incoming","event_types":[{"name":"CHECKOUT.ORDER.APPROVED"},{"name":"CHECKOUT.ORDER.COMPLETED"},{"name":"CHECKOUT.PAYMENT-APPROVAL.REVERSED"},{"name":"PAYMENT.CAPTURE.REFUNDED"},{"name":"PAYMENT.AUTHORIZATION.VOIDED"},{"name":"PAYMENT.CAPTURE.REVERSED"},{"name":"PAYMENT.ORDER.CANCELLED"},{"name":"PAYMENT.CAPTURE.DENIED"},{"name":"PAYMENT.CAPTURE.COMPLETED"},{"name":"VAULT.PAYMENT-TOKEN.CREATED"},{"name":"VAULT.CREDIT-CARD.CREATED"},{"name":"PAYMENT.CAPTURE.PENDING"}]}
       Response Debug ID: 43ab8a25d4d8e
       Response: Array
       (
           [code] => 201
           [message] => Created
       )
   
   
       2023-02-08T09:36:17+00:00 INFO Webhooks subscribed.
       2023-02-08T09:36:18+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
       Response Debug ID: f1bc020329a48
       Response: Array
       (
           [code] => 200
           [message] => OK
       )
   
   
       2023-02-08T09:36:19+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
       Response Debug ID: 8ec46ebbc1d32
       Response: Array
       (
           [code] => 200
           [message] => OK
       )
   
   
       2023-02-08T09:40:07+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
       Response Debug ID: 50bfa44c0017b
       Response: Array
       (
           [code] => 200
           [message] => OK
       )
   
   
       2023-02-08T09:40:08+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
       Response Debug ID: 4f2426b8d4ae7
       Response: Array
       (
           [code] => 200
           [message] => OK
       )
   
   
       2023-02-08T09:42:08+00:00 ERROR Failed to retrieve stored webhook data.
       2023-02-08T09:42:08+00:00 ERROR Failed to retrieve stored webhook data.
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] ERROR Failed to subscribe webhooks](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/error-failed-to-subscribe-webhooks/#post-16449197)
 * [@niklasinpsyde](https://wordpress.org/support/users/niklasinpsyde/) Thanks for
   this. I have done this but whilst the issue has changed I’m now getting this 
   in the log:
 *     ```wp-block-code
       2023-02-07T16:59:47+00:00 ERROR Webhook verification failed.
       2023-02-07T16:59:47+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
       Request Body: {"transmission_id""rel":"resend","method":"POST"}]}}
       Response Debug ID: XXXXX
       Response: Array
       (
           [code] => 200
           [message] => OK
       )
       ```
   
 * I’ve removed all of the transaction details which appear after “Request Body:”.
   So, before every transaction now, we get the “webhook verification failed” message
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Hide thumbnails when none exist?](https://wordpress.org/support/topic/hide-thumbnails-when-none-exist/)
 *  Thread Starter [greencode](https://wordpress.org/support/users/greencode/)
 * (@greencode)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/hide-thumbnails-when-none-exist/#post-16410337)
 * [@nikhilgadhiya](https://wordpress.org/support/users/nikhilgadhiya/) That’s a
   great solution. Thanks.

Viewing 15 replies - 46 through 60 (of 536 total)

[←](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)
[1](https://wordpress.org/support/users/greencode/replies/?output_format=md) [2](https://wordpress.org/support/users/greencode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/greencode/replies/page/3/?output_format=md)
4 [5](https://wordpress.org/support/users/greencode/replies/page/5/?output_format=md)…
[34](https://wordpress.org/support/users/greencode/replies/page/34/?output_format=md)
[35](https://wordpress.org/support/users/greencode/replies/page/35/?output_format=md)
[36](https://wordpress.org/support/users/greencode/replies/page/36/?output_format=md)
[→](https://wordpress.org/support/users/greencode/replies/page/5/?output_format=md)