WordPress.org Forums » All Replies https://wordpress.org/support/forums/feed/ Tue, 24 Feb 2026 02:24:48 +0000 https://bbpress.org/?v=2.7.0-alpha-2 en-US https://wordpress.org/support/topic/mysterious-error-just-showed-up/#post-18831574 <![CDATA[mysterious error just showed up]]> https://wordpress.org/support/topic/mysterious-error-just-showed-up/#post-18831574 Tue, 24 Feb 2026 02:19:21 +0000 edwardsmark hi – i am suddenly seeing:
Error! You must specify a product name in the shortcode.

nothing has changed here for months now:
[wp_cart_display_product description="" item_number="4122"
name="blah blah"
price="30.00" ]

maybe i updated the plugin recently? i am using Version 5.2.6

suggestions?

]]>
https://wordpress.org/support/topic/refund-error-7/#post-18831571 <![CDATA[Reply To: Refund Error]]> https://wordpress.org/support/topic/refund-error-7/#post-18831571 Tue, 24 Feb 2026 02:16:32 +0000 Syde Jamie Hi @captaincrank ,

Thank you for reaching out to us, we are here to help.

We require further information to investigate the issue you reported. The plugin does not currently enforce a maximum length on the refund reason field.

We would like to take a further look at the logs. If you have our plugin’s logging feature enabled, you can retrieve these logs from the path:
Access the WooCommerce > Status > Logs section, and proceed to choose the most recent “woocommerce-paypal-payments” file associated with the date of the failed refund. Please provide those log entries on our PrivateBin. After uploading, send us the link, so we can review them in detail.

Lastly, we also require your most recent system status report. Please follow these steps to share your system status report with us:

  1. Navigate to the WooCommerce / Status section in your site’s admin panel.
  2. Click on the Get system report button and then click Copy for support.
  3. Paste the report into our PrivateBin.
  4. After uploading, please share the link here so we can review the details thoroughly.

Alternatively, to speed up the whole process we suggest you to contact us directly for further assistance. You can open a ticket with our service desk. Here’s how you can request support: Request Support. Please make sure to include the URL of this thread in your ticket for reference.

Best Regards,
Jamie

]]>
https://wordpress.org/support/topic/braintree-for-woocommerce-not-using-new-wordpress-translation-architecture/#post-18831570 <![CDATA[Reply To: Braintree for WooCommerce not using new WordPress translation architecture]]> https://wordpress.org/support/topic/braintree-for-woocommerce-not-using-new-wordpress-translation-architecture/#post-18831570 Tue, 24 Feb 2026 02:15:58 +0000 Jason Hello,

I am not prepared to post a full profiling output on a public forum, but the summary is:

Braintree SkyVerge .mo Translation – Actual Source Line Numbers

File: wp-content/plugins/woocommerce-gateway-paypal-powered-by-braintree/vendor/skyverge/wc-plugin-framework/woocommerce/class-sv-wc-plugin.php The Functions and Line Numbers:

Lines 384-395 (approx): load_framework_textdomain()

php

protected function load_framework_textdomain() {
    $this->load_textdomain( 'woocommerce-plugin-framework', dirname( plugin_basename( $this->get_framework_file() ) ) );
}

Lines 395-410 (approx): load_plugin_textdomain()

php

protected function load_plugin_textdomain() {
    $this->load_textdomain( $this->text_domain, dirname( plugin_basename( $this->get_plugin_file() ) ) );
}

Lines 410-438 (approx): load_textdomain()The hardcoded .mo line

php

protected function load_textdomain( $textdomain, $path ) {
    // user's locale if in the admin for WP 4.7+, or the site locale otherwise
    $locale = is_admin() && is_callable( 'get_user_locale' ) ? get_user_locale() : get_locale();
    
    $locale = apply_filters( 'plugin_locale', $locale, $textdomain );
    
    // THIS IS THE HARDCODED .mo LINE - approximately line 430-435
    load_textdomain( $textdomain, WP_LANG_DIR . '/' . $textdomain . '/' . $textdomain . '-' . $locale . '.mo' );
}

Summary:

The hardcoded .mo extension is in the load_textdomain() method around line 430-435 of class-sv-wc-plugin.php.

To fix it (not recommended): You’d need to change that line to use WordPress’s modern function that auto-detects .l10n.php vs .mo:

php

// Instead of:
load_textdomain( $textdomain, WP_LANG_DIR . '/' . $textdomain . '/' . $textdomain . '-' . $locale . '.mo' );

// Use:
load_plugin_textdomain( $textdomain, false, $path );
]]>
https://wordpress.org/support/topic/it-seems-mailpoet-is-throttling-my-smtp-sending/#post-18831569 <![CDATA[Reply To: It seems Mailpoet is throttling my SMTP sending]]> https://wordpress.org/support/topic/it-seems-mailpoet-is-throttling-my-smtp-sending/#post-18831569 Tue, 24 Feb 2026 02:06:18 +0000 jackmeat @chrism245 Yes, whatever the problem was (and it sure looks like the Hostinger email was the issue) has been alleviated when I switched to your sending service. As I said, I was going to hit their limit soon anyways, so better to get ahead of it, rather than fight with this issue for a month or two, only to be forced to switch. Since that confrimation page issue is resolved, I am happy with using mailpoet to email out.

The mailpoet sending service appears to be working just fine, and I am happy with it. Thank you for following up.

]]>
https://wordpress.org/support/topic/website-access-issue/#post-18831568 <![CDATA[Reply To: Website access issue]]> https://wordpress.org/support/topic/website-access-issue/#post-18831568 Tue, 24 Feb 2026 02:05:18 +0000 tnehlers actually now I can’t access the website at all unless I disable the plugin, so I can’t even turn off the anti-crawl feature.

]]>
https://wordpress.org/support/topic/v1-09-shows-styling-before-page/#post-18831567 <![CDATA[Reply To: V1.09 shows styling before page]]> https://wordpress.org/support/topic/v1-09-shows-styling-before-page/#post-18831567 Tue, 24 Feb 2026 02:04:37 +0000 Simrandeep Singh Thank you for the confirmation. I am marking the thread as resolved 🙂

]]>
https://wordpress.org/support/topic/link-the-listings-page-to-main-menu-in-wp/#post-18831566 <![CDATA[Reply To: Link the listings page to main menu in WP]]> https://wordpress.org/support/topic/link-the-listings-page-to-main-menu-in-wp/#post-18831566 Tue, 24 Feb 2026 02:01:44 +0000 jrsitman Ignore my message, I figured it out.

Thank you

]]>
https://wordpress.org/support/topic/best-mobile-menu-3/#post-18831565 <![CDATA[Best Mobile Menu]]> https://wordpress.org/support/topic/best-mobile-menu-3/#post-18831565 Tue, 24 Feb 2026 01:57:29 +0000 jayjayel I’ve used several mobile menu’s over the years and this one is handsdown the best, easiest to customize and works the most reliably. It solves the issues I had with other mobile menu plugins. Thank you for the great work.

]]>
https://wordpress.org/support/topic/how-to-change-the-color-of-header-h1/#post-18831564 <![CDATA[How to change the color of header h1]]> https://wordpress.org/support/topic/how-to-change-the-color-of-header-h1/#post-18831564 Tue, 24 Feb 2026 01:55:08 +0000 olivewood How do I change the color of header h1? I see the color is controlled by .simebv-toolbar but when I add this class to the “Additional CSS” no command will override the color “CanvasText.” And I’m not sure how to control it in the shortcode.

]]>
https://wordpress.org/support/topic/modify-template-4/#post-18831562 <![CDATA[Reply To: Modify template]]> https://wordpress.org/support/topic/modify-template-4/#post-18831562 Tue, 24 Feb 2026 01:50:25 +0000 Jessie Hi there,

Are you referring to ParcelWILL shipping notifications?

  • If yes: you can follow this guide to update the email content (templates, wording, and settings):
    https://docs.parcelpanel.com/woocommerce/notifications/parcelpanel-notifications/
  • If you mean the shipping emails sent by WooCommerce (not ParcelWILL notifications): you can manage and customize them via your WooCommerce settings.
    Go to WooCommerce → Settings → Emails, then select the specific email type to review and update the available fields (subject, heading, and other configurable content).

Best Regards
ParcelWILL Support Team
Jessie

]]>