charliecat
Forum Replies Created
-
Forum: Plugins
In reply to: [Modern Footnotes] List of footnotesHi Sean,
We really like the plugin, and we’d also love to see this feature.
Thank you!
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Problem with translationsHi Ben,
If you add this code to your functions.php
add_filter( 'gettext', 'abc_translations', 20, 3 ); function abc_translations( $translated_text, $text, $domain ) { if ( $domain === 'woocommerce' || $domain === 'kadence-woocommerce-email-designer' ) { $translated_text = $translated_text . ' **' . $domain . '**'; } return $translated_text; }
You can see the text domains in use:
https://oi65.tinypic.com/25r2jwj.jpg
There is a mixture of ‘woocommerce’ and ‘kadence-woocommerce-email-designer’. We are just translating a few strings for a specific solution using gettext. By chance we firstly translated a string with a ‘woocommerce’ text domain and then scratched our heads for a while until we spotted the other text domain.
I hope this helps someone figure things out.
Charlie
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Problem with translationsI think the problem is that the strings you can’t translate have their text domain set to ‘kadence-woocommerce-email-designer’, whereas the other strings in the email template have a text domain of ‘woocommerce’.
Would it be possible to have them all set to ‘woocommerce’ to make translations easier?
Thanks
Great, thanks for your fast reply.
That’s wonderful! Thank you so much.
Forum: Plugins
In reply to: [iThoughts Tooltip Glossary] Compatibility with SiteOrigin Page BuilderThank you for your speedy fix. It is working well now with Page Builder.
Forum: Plugins
In reply to: [iThoughts Tooltip Glossary] Compatibility with SiteOrigin Page BuilderI have tested this now on a clean install of WordPress. I’m still having the same issue.
To recreate the problem:
Install iThoughts Tooltip Glossary plugin.
Install SiteOrigin Page Builder plugin.
Install SiteOrigin Widgets Bundle plugin.
Now, create a new post or page and switch the editor to Page Builder:
https://openmerchantaccount.com/img2/itg-image1.jpg
Go into the SiteOrigin editor:
https://openmerchantaccount.com/img2/itg-image2.jpg
The Glossary buttons are missing from the TinyMCE editor:
https://openmerchantaccount.com/img2/itg-image3.jpg
Thank you for your time looking into this.
Forum: Plugins
In reply to: [iThoughts Tooltip Glossary] Compatibility with SiteOrigin Page BuilderYes, when Page Builder plugin is installed, those buttons are missing from the TinyMCE editor.
If you deactivate Page Builder plugin those buttons appear again in TinyMCE editor.