
Originally Posted by
EDN-inc
Clyde, thank you so much for a quick response! Most everything works. However, for some reason my first issue is still existent. If I go to your website and look at the larger image for comstock, i see that the red and black bars go all the way across whereas on my site, it literally looks like a center window was pasted on top and the black bar at the top doesn't match up/line up with the red and black bars on either side. Can this be fixed?
As I said you will need to turn on the EZ-Pages header: admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - HeaderBar (set to 1)
You may also need to add some "internal links" in the ez-pages.
admin -> tools -> ez-pages
if you don't want to show links in that bar then you'll need to open:
includes/templates/template_default/templates/tpl_ezpages_bar_header.php find the following section of code and add the highlighted portion.
Code:
<div id="navEZPagesTop">
<?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>
<a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
<?php } // end FOR loop ?>
</div>
once you've made the edit save the file to includes/templates/comstock/templates/tpl_ezpages_bar_header.php and upload to your server.
Bookmarks