Category titles dont work, in product info page
http://www.reynoldsgiftshop.com/5-gi...e-p-13236.html
Category link goes to http://www.reynoldsgiftshop.com/-c-.html
Printable View
Category titles dont work, in product info page
http://www.reynoldsgiftshop.com/5-gi...e-p-13236.html
Category link goes to http://www.reynoldsgiftshop.com/-c-.html
Does the same thing happen at my test site, http://www.cherryzen.jadetrue.com ?
What do you mean by "restore down the screen"?
Hi Jade,
Which additional fields do I have to modify for the header and footer (other than the ones I noted)?
Thanks!
If I were you, I'd make my life easier, by removing most of the footer up into includes/templates/common/tpl_main_page.php Then you don't have to worry about background colors and such.
OPen up includes/templates/common/tpl_footer.php and remove this section:
Code:<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>
<!--bof-navigation display -->
<div id="navSuppWrapper">
<div id="navSupp">
<ul>
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
<?php } ?>
</ul>
</div>
</div>
<!--eof-navigation display -->
<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->
<!--bof-banner #5 display -->
<?php
if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
}
}
?>
<!--eof-banner #5 display -->
<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->
<?php
} // flag_disable_footer
?>
To the tpl_main.php. Paste it right after:
Code:<!-- end ContentMainwrapper -->
I mean, No it does not occur on your site.
Yes it is I to ask the same silly questions. Bare with me, please.
http://personalized2perfection.net
Need to remove the center text and have it normal again. All I did was switch templates...well had someone do. I was told to correct it by using this:
#nw {
text-align:left;
vertical-align:top;
margin:0 auto;
}
from post 933 or 932. I don't know where to place this code. Can someone tell me where to find the file to change this.
Is there a way to change the way the images are viewed? Since the new change, I have been noticing that now my images for the categories are much smaller and look distorted now. How can I make these images larger so they can be viewed?
http://personalized2perfection.net/i...ex&cPath=61_62
I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.
How can I change the font? Can I use one font for the categories and another font for the content? Please let me know where to locate the file/folder as well.
Thank you all for being so patient with me.
i have prob on my site: http://latter.com/index.php?main_pag...roducts_id=185
please help me fix that call for price link
thankz!