Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #28731

    I read a post where you suggested this:

    Edit framework > php > function-set-avia-frontend.php, find this code

    if($logo = avia_get_option('logo'))
    {
    $logo = "<img src=".$logo."/>";
    $logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";
    }

    Replace it with

    if($logo = avia_get_option('logo'))
    {
    $logo = "<img src=".$logo." alt='' width='300' height='100'/>";
    $logo = "<$headline_type class='logo'><a href='".home_url('/')."'>".$logo."$sub</a></$headline_type>";
    }

    However, this does not work on my test site: http://americasinnovationsalon.com

    Any ideas?

    #138461

    Never mind, I solved it with Retina.js.

    #138462

    Hey!

    Glad you found a solution :)

    Best regards,

    Peter

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Retina logo function-set-avia-frontend.php modification does not work’ is closed to new replies.