Ingrid Azéma
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Search with Algolia] Search modules used by the pluginOh I see, thanks a lot Michael.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Fatal errorThe file causing the fatal contains :
sprintf(
/* translators: 1) HTML strong open tag 2) HTML strong closing tag 3) HTML anchor open tag 2) HTML anchor closing tag */
esc_html__( '%1$sTest mode:%2$s use the test account number AT611904300234573201. Other payment methods may redirect to a Stripe test page to authorize payment. More test card numbers are listed %3$shere%4$s.', 'woocommerce-gateway-stripe' ),
'', '',
'', ''
);If I add a space after the first argument in the sprintf() function like this
%1$s Testit fixes the errorForum: Plugins
In reply to: [Enable Media Replace] Fatal on plugin activationActually, the issue came from a bad configuration of the pipeline 🙂
Thanks for your help.
Forum: Plugins
In reply to: [Enable Media Replace] Fatal on plugin activationHi Gerard,
- It happens only on this site
- I can’t really try this because some plugins such as ACF are required by the theme
- I try to install the plugin via composer and wpackagist (there is a composer.json file and a deployment pipeline that runs “composer install”). If instead I connect via SSH to the server and run “wp plugin install –activate enable-media-replace” it works fine.
However, I need to make it work with the composer way
Hi Maybelline,
That’s great thanks! I will try to remove the translations and reinstall them in case wp language plugin update somehow doesn’t do the job.
Hi Maybellyne,
I’m afraid it’s still not good 🙂 I don’t think the problem is related to the state of translation of the strings but to how they are rendered.
I still have the issue with Yoast 23.2 and translations up to date
(wp language plugin update wordpress-seo
Success: Translations are up to date.)
Maybe there is something wrong with how the js translation of these peculiar strings is rendered?Hi Maybellyne,
Thanks for your answer. The strings I mentioned are already translated in French yet they are still displayed in English, which is why I’m reaching out to you 🙂
Forum: Plugins
In reply to: [Yoast Duplicate Post] French translations not showingHi Mushrit,
Thank you for your answer. I did check that I have the latest translations and I also see the see strings translated in the posts lists as in the screen you shared.
However, when I edit a single post (wp-admin/post.php?post=xxxx&action=edit) these strings show in English in the sidebar.
Here is another screenshot https://snipboard.io/W4PKUA.jpg
I hope you get it this time 🙂Best regards
Forum: Plugins
In reply to: [Enable Media Replace] Translation file outdatedGreat, thanks Pedro!