Quote Originally Posted by Meepy12 View Post
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):

Code:
<!--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 !