Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › Tranlate the dashboard and the initial settings
Tagged: home page, initials settings., Translate
- This topic has 3 replies, 2 voices, and was last updated 4 years, 7 months ago by Sarmistha Chakraborty.
Viewing 3 reply threads
- AuthorPosts
- April 27, 2020 at 10:27 am #123535
- April 27, 2020 at 1:29 pm #123592Sarmistha 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 Dashboard', get_bloginfo() ); //change the text as per your requirement return $text; },20); add_filter('wcfm_store_setup_complete_button',function($text){ $text = __( "Let's go to the Vendor Dashboard", 'wc-frontend-manager' ); //change the text as per your requirement return $text; },20);
Thanks.
- April 27, 2020 at 6:54 pm #123723jp2019Participant
Only the second code it’s work well…
- April 27, 2020 at 8:33 pm #123772Sarmistha ChakrabortyMember
Hi,
Regarding Welcome text,
Did you already translate the text from WP dashboard -> Loco Translate -> Plugins -> WCFM – WooCommerce Frontend Manager ?Thanks.
- AuthorPosts
Viewing 3 reply threads
- You must be logged in to reply to this topic.