royalhiker
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Expound] Image Header Not Responsive On Mobile Devices.Hello beneads,
I wanted to make a comment about adding in your image in the header
to the basic theme from themify. There are two ways to add in the image 1) as a header background image or 2) as a site logo image.
I’ve gotten better results using the site logo image option, but you
could experiment and see which suits you best.Forum: Themes and Templates
In reply to: [Expound] Image Header Not Responsive On Mobile Devices.Hello beneads,
There is a free basic theme from themify:
http://themify.me/themes/basicI have used an image in the header. The theme was able to correctly resize the image size when the browser window was made smaller.
Perhaps you could check it out.Forum: Themes and Templates
In reply to: [Attitude] Cant put logo in Header issueSorry about my comment.
You would have to eliminate the php references.Instead of
<?php theme_logo(); ?>”
put in theme_logo();Forum: Themes and Templates
In reply to: [Attitude] Cant put logo in Header issueThe area of your concern is under body,
<header id=”branding”>
<?php
do_action(‘attitude_header’);
?>
</header>I have able to delete do_action(‘attitude_header’);
and enter some code like
echo “<img src=\”http://localhost/yuena/wp-content/themes/attitude-child/2.jpg\” />”;and it appeared above the content.
I suppose you could stick in
<?php theme_logo(); ?>”
and see what happens.