Hello,
Is there a way to install the most recent version of the template on a site with an existing inove install that has been customized with new page and header files, new banners and a rearranged sidebar? I'm most interested in taking advantage of the latest version's page template with no sidebar.
Thanks.
Hello,
I am starting to figure this out but am still having a hard time. First, in an earlier version of inove: I made a custom page template for each page that called a different template file so that I could have a customized banner banner for each page using
?>
<?php include(TEMPLATEPATH."/header_brown_about.php");?>
<?php $options = get_option('inove_options'); ?>
It looks like the new version of inove has both a header.php that then calls a second header.php within the template folder. I tried to adjust all these so that the customized banner image would appear for each page, but I can't get it to work.
Is there an easier way to get a different banner on each page that I am overlooking?
Thanks for any suggestions.
Interesting. Any solutions?