Title: digimarkup's Replies | WordPress.org

---

# digimarkup

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/digimarkup/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/digimarkup/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jeg Kit for Elementor – Powerful Addons for Elementor, Widgets & Templates for WordPress] How to remove ads for the pro version?](https://wordpress.org/support/topic/how-to-remove-ads-for-the-pro-version/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [8 months, 2 weeks ago](https://wordpress.org/support/topic/how-to-remove-ads-for-the-pro-version/#post-18690143)
 * I would also like to add to this. When I edit a page, the Jeg Kit tab turns to
   blue as if it’s the active tab when it’s not. This is the dumbest form of advertising
   that I have ever seen in a WordPress plugin. You don’t get people to pay for 
   your membership by pissing them off. What are you guys doing?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Line 1 Address error upon upgrading to 9.7](https://wordpress.org/support/topic/line-1-address-error-upon-upgrading-to-9-7/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/line-1-address-error-upon-upgrading-to-9-7/page/2/#post-18580495)
 * Thanks for the reply [@daledupreez](https://wordpress.org/support/users/daledupreez/)
   I don’t think this needs to be handled within the Stripe plugin, since the wc_stripe_create_customer_required_fields
   filter is already available. I believe WooCommerce should make it easier to define
   which billing fields are required. Just made that comment in case anyone else
   runs into a similar issue and is looking for a solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Line 1 Address error upon upgrading to 9.7](https://wordpress.org/support/topic/line-1-address-error-upon-upgrading-to-9-7/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/line-1-address-error-upon-upgrading-to-9-7/page/2/#post-18578895)
 * This problem still exists, but I’ve found the solution.
 * In version 9.7, the validate_create_customer_request method was added in includes/
   class-wc-stripe-customer.php on line 219.
 * This function retrieves the required fields from the get_create_customer_required_fields
   method, which gets its data from:
   WC_Checkout::instance()->get_checkout_fields(‘
   billing’ );
 * By default, every billing field is required, except for the company and billing_address_2
   fields. That includes the phone number field.
 * So, if the customer leaves out any field (except company and address 2), the 
   checkout will fail. The data won’t even be sent to the Stripe API.
 * Another issue is that not every WooCommerce order requires a billing address.
   For example, I run a digital product store and don’t need to collect address 
   information.
 * In the get_create_customer_required_fields method, there’s a condition that checks
   if the user is on the “Add Payment Method” page:
 *     ```wp-block-code
       // If we are on the add payment method page, we need to check just for the email field.		if ( $is_add_payment_method_page ) {			return [				'email' => true,			];		}
       ```
   
 * This logic also needs to be applied when an admin manually creates an order and
   sends it to the customer. Manually created orders do not display billing fields
   during checkout.
 * There are two ways to fix this:
   Use the wc_stripe_create_customer_required_fields
   filter to override the required fields.
 * Use the woocommerce_billing_fields filter to customize which fields are required.
 * [https://developer.woocommerce.com/docs/code-snippets/customising-checkout-fields/](https://developer.woocommerce.com/docs/code-snippets/customising-checkout-fields/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Your customers cannot use Stripe on checkout. we couldn’t connect to you](https://wordpress.org/support/topic/your-customers-cannot-use-stripe-on-checkout-we-couldnt-connect-to-you/)
 *  Thread Starter [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/your-customers-cannot-use-stripe-on-checkout-we-couldnt-connect-to-you/#post-18430289)
 * I disconnected my account and reconnected it and the error has not come back.
   I’m going to mark this as resolve. Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Customer saved payment methods are missing.](https://wordpress.org/support/topic/customer-saved-payment-methods-are-missing/)
 *  Thread Starter [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/customer-saved-payment-methods-are-missing/#post-18426799)
 * For some reason my test API keys wasn’t working and I had to reconnect. It’s 
   back working now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jeg Kit for Elementor – Powerful Addons for Elementor, Widgets & Templates for WordPress] Header & Footer Not Working](https://wordpress.org/support/topic/header-footer-not-working-2/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/header-footer-not-working-2/#post-18237661)
 * Go to Settings -> Permalinks and click the Save button. I have this issue with
   all header and footer templates that wasn’t built with elementor pro.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Legacy REST API] 1.0.3 is not a solution](https://wordpress.org/support/topic/1-0-3-is-not-a-solution/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/1-0-3-is-not-a-solution/#post-17758334)
 * The crazy thing is I did not install this plugin. This was installed automatically
   by WooCommerce. I did not have the legacy rest api activated. Unacceptable from
   a plugin owned by Automattic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce PayPal Payments] Credit cards does not have padding](https://wordpress.org/support/topic/credit-cards-does-not-have-padding/)
 *  Thread Starter [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/credit-cards-does-not-have-padding/#post-17438245)
 * It turned out to be a theme issue. Problem resolved
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LoginPress | wp-login Custom Login Page Customizer] Logo width and height is not working](https://wordpress.org/support/topic/logo-width-and-height-is-not-working/)
 *  Thread Starter [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logo-width-and-height-is-not-working/#post-17345858)
 * Hi Muhammad,
 * After further investigation I found out that the issue was with another plugin
   and not yours. Your plugin is working fine. I apologize for the inconvenience.
    -  This reply was modified 2 years, 5 months ago by [digimarkup](https://wordpress.org/support/users/digimarkup/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LoginPress | wp-login Custom Login Page Customizer] Logo width and height is not working](https://wordpress.org/support/topic/logo-width-and-height-is-not-working/)
 *  Thread Starter [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/logo-width-and-height-is-not-working/#post-17330824)
 * Ok, I completed the support form and I’ll wait for a response. Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Addons for Elementor] Lasta version broke Retina Image link](https://wordpress.org/support/topic/lasta-version-broke-retina-image-link/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/lasta-version-broke-retina-image-link/#post-17262057)
 * v1.6.21 did not fix this issue. I just updated and the problem still exist.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Addons for Elementor] after updating to v1.6.21 – The HFS Retina Image “custom url” is dead](https://wordpress.org/support/topic/after-updating-to-v1-6-21-the-hfs-retina-image-custom-url-is-dead/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/after-updating-to-v1-6-21-the-hfs-retina-image-custom-url-is-dead/#post-17262050)
 * I’m having this same problem. Links are not working with the Retina Image widget.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Elementor Website Builder - more than just a page builder] Elementor Export and Import kit not working](https://wordpress.org/support/topic/elementor-export-and-import-kit-not-working/)
 *  [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [3 years ago](https://wordpress.org/support/topic/elementor-export-and-import-kit-not-working/#post-16807760)
 * There’s a bug in the Elementor plugin that causes this. To temporary fix this
   problem, you will need to edit a javascript file. The file is located here
 * wp-content -> plugins -> elementor -> assets -> js -> app.min.js
 * Copy this file content and paste it into a code editor like vscode or notepad
   ++
 * Find this line and remove it
 * a[a.length-1].remove()
 * Only remove this line and nothing else. Copy the code and paste it back into 
   the app.min.js file, overwriting the code that’s already there. Save the file
   and try using the import tool again.
 * Unless Elementor fixes this bug, the problem will return when a new update is
   released.
    -  This reply was modified 3 years ago by [digimarkup](https://wordpress.org/support/users/digimarkup/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Wordfence Security - Firewall, Malware Scan, and Login Security] If you change your site’s email, Wordfence will still send emails to old email](https://wordpress.org/support/topic/if-you-change-your-sites-email-wordfence-will-still-send-emails-to-old-email/)
 *  Thread Starter [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/if-you-change-your-sites-email-wordfence-will-still-send-emails-to-old-email/#post-16796118)
 * Yes, the plugin ask you for your email when creating an API key. It kind of forces
   you to create an api key on wordfence.com. If I do a search and replace on the
   database, alerts will still go to the old email. So if it’s not saved in my database
   and not saved on your website, then where is the email saved?
    -  This reply was modified 3 years, 1 month ago by [digimarkup](https://wordpress.org/support/users/digimarkup/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customer Reviews for WooCommerce] PHP Warning: trim() expects parameter 1 to be string object given](https://wordpress.org/support/topic/php-warning-trim-expects-parameter-1-to-be-string-object-given/)
 *  Thread Starter [digimarkup](https://wordpress.org/support/users/digimarkup/)
 * (@digimarkup)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/php-warning-trim-expects-parameter-1-to-be-string-object-given/#post-16045348)
 * Hi,
 * I found the plugin that was causing the problem. It’s fixed now. Thank you!

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/digimarkup/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/digimarkup/replies/page/2/?output_format=md)