Logo as link

  • Support OnlineSat-Thu / 9:30am - 5:30pm (GMT +6)
  • Your Time Our Time

Support Home Support Home FoodBook Logo as link

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #9646
    Thomas Bill
    Participant

    The logo in the header should be a link to my websites homepage. Please advise how to do this? I tried to add a href tag into the file template-part/header-navbar.php around the logo code (see code below) – this worked but this broke the sticky logo and when scrolling down the sticky logo was no longer shown. Please advise as this is a common navigation feature for most websites and is required for usability.

    <!– Logo –><href=”#”>
    <?php
    if( has_custom_logo() ) {
    $foodbook_custom_logo_id = get_theme_mod( ‘custom_logo’ );
    $foodbook_logo = wp_get_attachment_image_src( $foodbook_custom_logo_id , ‘full’ );
    echo foodbook_img_tag(array(
    ‘url’ => esc_url( $foodbook_logo[0] )
    ));
    }else{
    echo foodbook_theme_logo();
    }
    ?>
    <!– End Logo –>

    #9661

    Dear Thomas,

    It should not happen.

    Please let us know did you changed/customized any theme code before?

    Please provide your wp-admin (URL, Username & Password) access using our Envato Market (codecanyon) profile contact form https://codecanyon.net/user/themelooks#contact (screenshot as reference http://prntscr.com/gkmr2r ) including this support topic link as a reference to review the issue to fix.

    Best Regards,
    ThemeLooks Support Team

    #9673
    Thomas Bill
    Participant

    please check your email i already sent you login details there via email.

    #9686

    Dear Thomas,

    Please upload the logo from FoodBook Theme Options https://prnt.sc/z2rmmk to get everything working.

    Moreover, every day we got a lot of support tickets and emails. Hence, it’s not possible to track an email. Also, please follow our instructions to get early support. Otherwise, it can be a delay because we have no access to check our website contact form messages and emails. Because we are just a support team member at ThemeLooks.

    Best Regards,
    ThemeLooks Support Team

    #9735
    Thomas Bill
    Participant

    This is a public forum, i am not going to post login details for my site here?! I sent you login details via email. I have already uploaded the logo as you suggested, we just need to have the logo as a link to the homepage. Perhaps you could add this to an update of the plugin or advise me how i can do it.

    #9738

    Dear Thomas,

    The issue has already been fixed. Please download and use the updated theme and plugin.

    Best Regards,
    ThemeLooks Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo as link’ is closed to new replies.