Zen Cart Logo
Forums / Addon Templates / Modern Zen [RI07] Template

Modern Zen [RI07] Template

Views: 59,637

Results 201 to 203 of 203
27 Oct 2012, 2:21 AM
#201
sph avatar

sph

Totally Zenned

Join Date:
Jan 2006
Posts:
1,556
Plugin Contributions:
0

Modern Zen [RI07] Template

macano:

Can someone please install me this template guys ? :dontgetit

What is your zencart version, other mods or plugins and what problems are you having installing this template? Did you try installing it somewhere and it just is not working? Do you have a link to your site?

8 Nov 2012, 8:05 PM
#202
meepy12 avatar

meepy12

New Zenner

Join Date:
Sep 2012
Posts:
38
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

ryanb4614:

For: sideBoxContentBottom i want to remove it on the banner sidebox bottom but when i edit any files to remove it it removes it from teh category sidebox... Whats the fiX?

Oh my goodness, I have the same issue, no response from TM support! Did you manage to remove the 'lorem ipsum' etc? and how?

3 Jul 2013, 8:41 PM
#203
marker avatar

marker

New Zenner

Join Date:
Jun 2013
Posts:
6
Plugin Contributions:
0

Re: Modern Zen [RI07] Template

Meepy12:

Oh my goodness, I have the same issue, no response from TM support! Did you manage to remove the 'lorem ipsum' etc? and how?

edit includes>templates>template_name>common>tpl_footer.php

(If you want to get rid of it all together, delete all this):

<!--bof-navigation display -->
<div id="navSuppWrapper">
<div id="navsuppWrapperLeft" class="back">
	<div id="navsuppWrapperLeftContent"><h3>Lorem ipsum</h3><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas ultricies quam eget nunc mattis ultrices.</span></div>
</div>
<div id="navsuppWrapperRight" class="back">
	<div id="navSupp" class="back">
		<h3>About Us</h3>
		<div id="navSuppContent">
			<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
			<?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
			<?php } ?>
		</div>
	</div>
	<div id="navSuppRight" class="forward">
		<div id="navSuppRightLeft" class="back">
			<h3>Lorem ipsum</h3><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas ultricies quam eget nunc mattis ultrices.</span>
		</div>
		<div id="navSuppRightRight" class="forward">
			<div id="navSuppRightRightContent">
				<h3>Proud to Be</h3>
			</div>
		</div>
		<br class="clearBoth" />
	</div>
	<br class="clearBoth" />
</div>
<br class="clearBoth" />
</div>
<!--eof-navigation display -->

I spent hours looking for this answer. Hope this helps you. Better late than never !