Hi Peacetraveler
Regarding your question about Dynamic Headers with the Astisteer theme builder.
The way to go is simple:
0. Follow the direction step 1-6
1. Take the code you find in the plugin directions:
<?php if(function_exists(‘show_media_header’)){ show_media_header(); } ?>
2. Open header.php in the editor.
3. At the wery bottom you find the code:
</div>
<div class=”art-Header”>
<div class=”art-Header-jpeg”></div>
</div>
4. Insert the code just before </div> and make it look like:
</div>
<div class=”art-Header”>
<div class=”art-Header-jpeg”></div>
<?php if(function_exists(‘show_media_header’)){ show_media_header(); } ?>
</div>
Example:
https://www.youdrivethebus.com/
https://www.youdrivethebus.com/about/receptet-pa-framgang
Peace out