• Resolved vah330

    (@vah330)


    I would like to change that phrase but I can not locate where that text is actually located in the plugin code. It doesn’t appear to be an option in the Advanced Configuration.

    With Paid Memberships Pro the social login looks to only be used for registration and not logging in, I’d like to change it to read, “Use your Social Account to Register”

    The text appears on the PMP ‘MEMBERSHIP CHECKOUT’ page right before the social icons which are followed by the text “or, Click here to login, create a username and password”.

    Thx

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    If you want to change the text being displayed right above the icons, you can use the Title option at the Super Socializer > Social Login configuration page.

    Thread Starter vah330

    (@vah330)

    Thanks for the reply.

    The Title in that configuration option is “Login with your Social ID”. The text I would like to edit is on the PMP registration page (membership-checkout) which says “Use your Social Account to Login” and is followed by the icons.

    I can not find where the text “Use your Social Account to Login” is located to edit it. I would like it to say, “”Use your Social Account to Register”

    Thanks

    Plugin Author Heateor Support

    (@heateor)

    You would like to check if you are using the shortcode with the title attribute. You can replace the title in that shortcode with the desired one.

    Thread Starter vah330

    (@vah330)

    I’m sorry but I don’t know what that means.

    The text
    “Use your Social Account to Login” and is followed by the icons
    was added to the PMP ‘membership-checkout’ page as soon as i enabled your plugin. I didn’t add any shortcodes. That text appeared on that page without any intervention of my own.

    I’d just like to change its wording slightly

    Plugin Author Heateor Support

    (@heateor)

    Can you post the URL of the PMP ‘membership-checkout’ page?

    Thread Starter vah330

    (@vah330)

    Thread Starter vah330

    (@vah330)

    Apparently that text is in a code snippet to call your function:

    /**
    * Use a custom shortcode with the Social Login Add On for Paid Memberships Pro (Requires v.3 or above)
    *
    */
    function my_pmprosl_custom_shortcode( $shortcode ) {
    // Edit this line to change the shortcode displayed on the checkout page.
    return ‘[TheChamp-Login title=”Use your Social Account to Login”]’;
    }
    add_filter( ‘pmprosl_login_shortcode’, ‘my_pmprosl_custom_shortcode’ );

    Thanks for your assistance.

    Dan

    Plugin Author Heateor Support

    (@heateor)

    No problem.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Where is text: “Use your Social Account to Login”?’ is closed to new replies.