Great theme. Thanks. I’d like to make the footer-wide widget/div appear on every page, not just the home page.
I peaked at the css and the php code and couldn’t see how to do that. I’m not php pro but do know how to go in and change code.
Help?
Never heard back from the theme folks on this but I solved this issue. Simply change the very top code of footer.php to
<?php get_sidebar( ‘footer-wide’ ); ?>
<div id=”footer”>
Then the rest is the same. Worked for me.