Best Multi Vendor Marketplace Plugin for WordPress › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Registration, Login, Register Page Titles
- This topic has 7 replies, 3 voices, and was last updated 6 years, 5 months ago by
WCFM Forum.
- AuthorPosts
- February 2, 2019 at 12:28 pm #46278
boogiepet
ParticipantHi,
Is there a way to change the verbiage for the pages users will use to register as a vendor, member, and log-in?
For instance, I would like to change Registration to Join.
Thanks.
- February 2, 2019 at 4:54 pm #46322
WCFM Forum
MemberHi,
DO you want to change Registration page title?
Well, this is a normal WP page, just change it’s title from wp-admin -> pages.
You may also change any label using Loco Translate. Translate into site’s default language.
Thank You
- February 2, 2019 at 5:08 pm #46333
boogiepet
ParticipantThanks.
This is the page that contains the shortcode [wcfm_vendor_registration] and Registration seems to be integrated with the page.
If I add the title, then I will have something like below
Title of Page Here
Registration
- February 2, 2019 at 5:16 pm #46340
WCFM Forum
MemberHi,
Yeah, just use translation for the purpose.
Thank You
- February 2, 2019 at 5:52 pm #46350
boogiepet
ParticipantLoco Translate will translate pages, which is not what I really need.
Is there a ‘hook’ that I can use to change the verbiage and then place that in my child theme functions.php?
- February 4, 2019 at 6:32 am #46482
WCFM Forum
MemberHi,
Yeah sure, you may use such code for the purpose –
function wcfm_custom_translate_text( $translated ) { $translated = str_ireplace( 'Registration', 'Join', $translated ); return $translated; } add_filter('gettext', 'wcfm_custom_translate_text'); add_filter('ngettext', 'wcfm_custom_translate_text');
Thank You
- February 4, 2019 at 6:49 pm #46618
sebastian schnaiderman
GuestHola como andas están probando el plugin y la sonda de crear un usuario de vendedor el problema se da cuando se registra el vendedor me aparece en la pantalla en blanco ¿Como puedo hacer para cambiarlo? ¿Así se dirige a la parte de configuración de la tienda?
- February 5, 2019 at 5:13 am #46661
WCFM Forum
MemberHi,
Please be sure membership and registration pages are properly set at WCFM Admin Setting -> Dashboard Pages tab -> https://ibb.co/SRKjtpH
Thank You
- AuthorPosts
- The topic ‘Registration, Login, Register Page Titles’ is closed to new replies.