New Landing How can we help? Themeforest Theme Support Neighborhood logo stick to the mini header floating navigation?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #38714
    tearvy
    Member
    Post count: 18

    Dear Swift Design Team,

    Hello! I tried to search on he forum if this question have been posted already, but I could not find it.
    So here is my question: I would like to have my logo stick to the mini header floating navigation (similar to the screenshot). If you guys could help me, that would be great.

    Cheers for the Holidays!
    Thanks again,
    Norma

    #39412
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Open up \wp-content\themes\neighborhood\includes\swift-framework\sf-content-display\sf-header.php and in line #540 you will find a line like this.

    if ($id == "mini-navigation") {

    after that curly braket You can put something like this..

    $logo = $options['logo_upload'];
    $logo_alt = get_bloginfo( 'name' );
    $logo_link_url = home_url();
    $retina_logo = $options['retina_logo_upload'];
    $logo_output .= '<a href="'.$logo_link_url.'">'. "\n";
    $logo_output .= '<img src="'.$logo.'" alt="'.$logo_alt.'" />'. "\n";
    $logo_output .= '</a>'. "\n";
    $menu_output .= $logo_output;

    that will display the logo on the mini header, then you can adjust its styles according to your needs.

    Thanks for your co-operation and patience over this period when we spent holidays, we wish that you too had a great holiday. 🙂

    Let me know, what you got.

    Thanks,
    laranz.

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