Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #680682

    All of a sudden, logos are shrinked to 300 x 100 on all pages.

    I digged it down to enfold/framework/includes/helper-main-menu.php line 122.
    $output .= avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, true);

    The last parameter forces the logo to be resized for “better page ranking” ?
    That’s the comment placed in enfold/framework/php/function-set-avia-frontend.php “function avia_logo” claims for …

    I changed the last parameter in helper-main-menu.php to false and all of a sudden, everything was back to normal:
    $output .= avia_logo(AVIA_BASE_URL.’images/layout/logo.png’, $addition, ‘strong’, false);

    Any suggestion regarding this?
    Is it possible to override this function in a child theme?

    Thanks for your help.

    #681175

    Hi Gregory,

    Could you post a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #681181

    Unfortunately, you won’t see it anymore as I updated all sites.
    The main one was http://www.fouettmagic.com. It has a centered big logo …

    #681224

    Hi,

    It is not clear what you are trying to achieve? please elaborate the issue if possible post a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :) .

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.