New Landing How can we help? Themeforest Theme Support Neighborhood Change Welcome text and add Register button

Viewing 6 posts - 1 through 6 (of 6 total)
  • #147731
    dhpl
    Member
    Post count: 31

    Hi, I would like to know how do I change the “Welcome” text at the top left corner of the home page to another word. I also want to know how do I add a register button at the side of the login.

    Attachments:
    You must be logged in to view attached files.
    #147932
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    You can translate the word or change it inside the file neighborhood\includes\swift-framework\sf-content-display\sf-header.php
    find this piece of code __("Welcome", "swiftframework") that exist in 2 lines of code.

    Hope it helps.

    -Rui

    #148225
    dhpl
    Member
    Post count: 31

    Thanks for the reply, may I know how do I add a register link/button beside the login?

    #148239
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please find this code:-

    $aux_links_output .= '<li><a href="'.$login_url.'">'. __("Login", "swiftframework") .'</a>'. "\n";			
    
    Change to :-
    $aux_links_output .= '<li><a href="'.$login_url.'">'. __("Login", "swiftframework") .'</a>'. "\n";			
    $aux_links_output .= '<li><a href="'.wp_registration_url().'">'. __("Register", "swiftframework") .'</a>'. "\n";	

    Thanks
    Mohammad

    #148242
    dhpl
    Member
    Post count: 31

    At which file can I find this code?

    #148245
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit neighborhood\includes\swift-framework\sf-content-display\sf-header.php.

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register