Registration, Login, Register Page Titles

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 7 reply threads
  • Author
    Posts
    • #46278
      boogiepet
      Participant

      Hi,

      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.

    • #46322
      WCFM Forum
      Member

      Hi,

      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

    • #46333
      boogiepet
      Participant

      Thanks.

      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

    • #46340
      WCFM Forum
      Member

      Hi,

      Yeah, just use translation for the purpose.

      Thank You

    • #46350
      boogiepet
      Participant

      Loco 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?

    • #46482
      WCFM Forum
      Member

      Hi,

      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

    • #46618
      sebastian schnaiderman
      Guest

      Hola 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?

    • #46661
      WCFM Forum
      Member

      Hi,

      Please be sure membership and registration pages are properly set at WCFM Admin Setting -> Dashboard Pages tab -> https://ibb.co/SRKjtpH

      Thank You

Viewing 7 reply threads
  • The topic ‘Registration, Login, Register Page Titles’ is closed to new replies.