Hi guys,
My friend used your theme for her site and asked me a help – category page don’t show banner and all content fly to the top and not visible.
Sorry can’t provide a link to the site.
I checked code and found:
<?php if (is_front_page() || is_home()) { ?>
...
<?php } elseif (is_page()) { ?>
...
<?php } ?>
So image are only on home/front page and page
For archive, you show empty
<section id="banner">
<div class="banner "></div>
</section>
I know how to fix it, but with next theme update my fix will be lost. Can you fix it?
]]>