This topic has 1 reply, 2 voices, and was last updated 10 years by Abe.

  • Author
  • #13611
     pedrosierra
    Participant

    Hi,

    I can´t find where I can change the text of the Facebook Button Register, in the popup of the index.

    I find this code but don´t find the text.

    <?php do_action(‘fb_popup_register_button_front’); ?>

    How I can change the text?

    Thanks.

    #15034
     Abe
    Keymaster

    Hi, Sorry for the late reply. Somehow this topic skipped our tasks list and found it right now.
    You can add these functions in your sweetdate-child/functions.php and change the text accordingly. It will override the default define one:

    COPY CODE
    
    function fb_register_button()
    {
    ?>
        <a href="#" class="facebook_connect radius small button facebook"><i class="icon-facebook-sign"></i>  <?php _e("Register using Facebook", 'kleo_framework');?></a>
    <?php
    }
    
    function fb_button()
    {
    ?>
        <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook-sign"></i>  <?php _e("LOG IN WITH Facebook", 'kleo_framework');?></a>
    <?php
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Sweetdate – WordPress’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?