Add image to the header

I followed the instruction in the following but the image is still not appearing.

1- installed the child theme
2- created the folder structure
3- uploaded the PHP file

please tell me the mistake I have done. Also please tell me how I need to put the URL to the image

web address is https://www.wafloodandfire.com.au/

tks

Hello Glenn,

Thanks for writing in!

You have installed the child theme and correctly place the _brand.php file. The problem is that your child theme is not active. Please go to Appearance > Themes and activate your child theme so that your template modifications will take into effect.

If nothing is helping, provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/docs/getting-support

Hope this helps. Kindly let us know.

THis worked and the image is appearing on the right side properly. But I just noticed that the main header logo doesn’t link to the main URL now. It links to

https://www.wafloodandfire.com.au/file://

please let me know how to change it so it links to the main URL.

Tks

Hi Glenn,

On that brand.php file on your child theme, please make sure this part where it display logo and link is the same with what you have:

<a href="<?php echo home_url( '/' ); ?>" class="<?php x_brand_class(); ?>">
  <?php echo $logo_output; ?>
</a>

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.