Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Feature Request › Translation
- This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by Pierre BERNARD.
- AuthorPosts
- May 5, 2020 at 4:02 pm #126977Pierre BERNARDParticipant
Hi there,
I had installed loco translate to be able to translate the last strings missing but i cant manage…it seems to be translate in the back but nothing change in front!
I put a screenshot to illustrate one point but i got a few like thatAttachments:
You must be logged in to view attached files. - May 5, 2020 at 7:43 pm #127055Sarmistha ChakrabortyMember
Hello,
Try this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/add_filter('wcfm_dashboard_welcometext',function($text){ $text = sprintf('Welcome to the %s ', get_bloginfo() ); // change as per your requirement return $text; },20);
Thanks.
- May 5, 2020 at 10:00 pm #127107Pierre BERNARDParticipant
The things is i have a few issues to fix…
general setting
store visibility set up
hide map
hide about
hide policyAttachments:
You must be logged in to view attached files. - May 6, 2020 at 2:57 pm #127373Sarmistha ChakrabortyMember
Hello,
This Text change are possible using “Loco Translate”.https://localise.biz/wordpress/plugin/beginners
WP admin -> Loco translate -> plugins -> WCFM – WooCommerce Frontend Manager -> select language (Or create your site language) -> search string(Hide Map from Store) and translate -> save.Thanks.
- May 6, 2020 at 3:07 pm #127383Pierre BERNARDParticipant
Hello…
hum it doesnt seem to be that simple, this string is not in the folder…
look at the screenshot…
moreover, i got something similar with a few words linked to the invoices…Attachments:
You must be logged in to view attached files. - May 6, 2020 at 3:24 pm #127393Sarmistha ChakrabortyMember
Hello,
Click on “Sync” button then search the string.
Thanks.
Attachments:
You must be logged in to view attached files. - May 6, 2020 at 4:08 pm #127428Pierre BERNARDParticipant
it works!! thanks!
now it just remains the invoices translation problems… in this case, i had installed:
WooCommerce PDF Invoices & Packing Slips
WooCommerce PDF Invoices & Packing Slips + mPDFthe strings are visible and translated but nothing change visually….any idea?
- May 6, 2020 at 6:57 pm #127513Pierre BERNARDParticipant
ok solve now, it was to find in wc ultimate
thanks
- AuthorPosts
- You must be logged in to reply to this topic.