New Landing How can we help? Themeforest Theme Support Neighborhood Link next to translation dropdown

Viewing 4 posts - 1 through 4 (of 4 total)
  • #29408
    Fisherment
    Member
    Post count: 11

    Hi,

    we need a link right next to the language dropdown as seen in another header version (Signup, Login i.e.). Can you provide a workaround for this?

    Please see screenshot attached.

    Best regards
    Steve

    #29646
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Sure ๐Ÿ™‚

    Open up wp-content\themes\neighborhood\includes\swift-framework\sf-content-display\sf-header.php using your FTP in a Code editor (like sublime text 3)

    in line #554 a function called “sf_aux_links” is there, that is responsible for aux links, so try this.

    Go to line #618 – #619 you find a text like this..

    $aux_links_output .= '</ul>'. "\n";
    $aux_links_output .= '</nav>'. "\n";

    after that add another line like this.

    $aux_links_output .= '<li><a href="http://google.com">Google</a></li>';

    it will add a link.

    PS: Before edit anything, make a backup of this file, so if you did anything wrong, you can revoke it back.

    Let me know, what you got.

    Thanks,
    laranz.

    #29760
    Fisherment
    Member
    Post count: 11

    GREAT! Thx a lot! ๐Ÿ˜‰

    Best regards

    #30116
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works ๐Ÿ™‚

    Let me know, if you have any other questions.

    Thanks,
    laranz.

Viewing 4 posts - 1 through 4 (of 4 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