Title: serkrush's Replies | WordPress.org

---

# serkrush

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

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

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriptions for WooCommerce] Mollie recurring payments don’t work](https://wordpress.org/support/topic/mollie-recurring-payments-dont-work/)
 *  [serkrush](https://wordpress.org/support/users/serkrush/)
 * (@serkrush)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/mollie-recurring-payments-dont-work/#post-10555787)
 * my problem is very similar to yours
    [https://wordpress.org/support/topic/periodic-payments/](https://wordpress.org/support/topic/periodic-payments/)
   at the moment I have determined that when you pay using PayPal Checkout, you 
   do not fill out the address, which leads to a recurring payment failure. It seems
   to me that the developer should modify the function wcs_copy_order_address, which
   forms the parameters of the buyer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriptions for WooCommerce] Periodic payments](https://wordpress.org/support/topic/periodic-payments/)
 *  Thread Starter [serkrush](https://wordpress.org/support/users/serkrush/)
 * (@serkrush)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/periodic-payments/#post-10550927)
 * I did not put individual plug-ins for payment. Together with “WooCommerce” I 
   installed “WooCommerce PayPal Checkout Gateway” and “WooCommerce Stripe Gateway”.
   
   goods – virtual I seem to have managed to identify the error. In the log file
   I see: [L_LONGMESSAGE0] => There’s an error with this transaction. Please enter
   an address1 in the shipping address. [L_LONGMESSAGE1] => There’s an error with
   this transaction. Please enter a city in the shipping address.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subscriptions for WooCommerce] Periodic payments](https://wordpress.org/support/topic/periodic-payments/)
 *  Thread Starter [serkrush](https://wordpress.org/support/users/serkrush/)
 * (@serkrush)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/periodic-payments/#post-10550791)
 * Hello! Thanks for the answer.
 * The first payment is successful.
    Payment with PayPal Checkout.
 * I’m not sure if I understand where you can check that your payment gateway / 
   plug-in supports repeated payments.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP ULike – Like & Dislike Buttons for Engagement and Feedback] Counter Shows After Button Turned Off For Pages](https://wordpress.org/support/topic/counter-shows-after-button-turned-off-for-pages/)
 *  [serkrush](https://wordpress.org/support/users/serkrush/)
 * (@serkrush)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/counter-shows-after-button-turned-off-for-pages/#post-10502783)
 * in functions.php
    -  This reply was modified 7 years, 10 months ago by [serkrush](https://wordpress.org/support/users/serkrush/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP ULike – Like & Dislike Buttons for Engagement and Feedback] Counter Shows After Button Turned Off For Pages](https://wordpress.org/support/topic/counter-shows-after-button-turned-off-for-pages/)
 *  [serkrush](https://wordpress.org/support/users/serkrush/)
 * (@serkrush)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/counter-shows-after-button-turned-off-for-pages/#post-10487273)
 * I think it will help you
 *     ```
       add_filter('wp_ulike_count_box_template', 'wp_ulike_change_my_count_box_template', 10, 2);
       function wp_ulike_change_my_count_box_template($string, $counter) {
       	$num = preg_replace("/[^0-9,.]/", "", $counter);
       	if($num == 0) return;
       	else return $string;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Membership Plugin - Kadence Memberships] Change the template rcp-group-accounts](https://wordpress.org/support/topic/change-the-template-rcp-group-accounts/)
 *  Thread Starter [serkrush](https://wordpress.org/support/users/serkrush/)
 * (@serkrush)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/change-the-template-rcp-group-accounts/#post-10464269)
 * it’s a pity.
    Before asking a question here, I applied for support at the address
   indicated. But it seems to me that you have problems with the request form. Is
   it possible to contact by email?

Viewing 6 replies - 1 through 6 (of 6 total)