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

    Hey there!

    How can I set the Childtheme URI into this phrase?

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);

    this don´t work:

    echo avia_logo(get_stylesheet_directory_uri().'img/my-image.png', $addition, 'strong', true);

    Cheers

    #301044

    Hi Bruno!

    Can you please post the link to your website? Where exactly is the image located in? Please try

    echo avia_logo(get_stylesheet_directory_uri().'/img/my-image.png', $addition, 'strong', true);

    Regards,
    Yigit

    #301073

    Hey Yigit,

    it´s a Mockup on a local environment.. But I found a working solution:

    echo "<strong class='logo left'><img src='http://domain.de/path/img.png'></strong>";

    Thanks, please close..

    Cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Child Theme URI’ is closed to new replies.