boorsekala wrote:
check this places start from 1 if cannot goto next:
1-in index.php of default template try to find text
2-in the teme folder see if exist folder html and edit component.php or footer.php
3-maybe modules in footer positions go to modules and see position=footer.
4-in language setting file .ini of template maybe writed in en-GB or others folder in language folder.
of can not found real text in files try to find base64_decode. maybe theme writter used php encode functions to generate footer copyright.
if can not use css to hide it or java or jquery to kill or null html object of footer.
Hello there, thanks for the urgent response..please how can i use either java or jquery to kill the pop-up msg???its getting me weird !!!
Below is the footer code:
<div id="footertrademark">
<div id="trade">Copyright © <?php echo date('Y'); ?> <?php echo $app->getCfg('sitename'); ?></div>
<!-- DO NOT REMOVE OR CHANGE THE CONTENT BELOW, THIS TEMPLATE MAY NOT WORK PROPERLY -->
<!-- FOR MORE INFO SEE OUR COPYRIGHT NOTICE FOR FREE WEBSITE TEMPLATES:
http://astemplates.com/terms.php -->
<div id="ascopy">
<a href="http://www.mysite.com" target="_blank" class="trademark" onmouseout="swapImgRestore()"
onmouseover="swapImage('trade','','<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo1.png',1)">
<img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/images/logo1.png" name="trade" alt="Atlas Tech">
</a>
</div>
<!-- DO NOT REMOVE OR CHANGE THE CONTENT ABOVE, THIS TEMPLATE MAY NOT WORK PROPERLY -->
<!-- FOR MORE INFO SEE OUR COPYRIGHT NOTICE FOR FREE WEBSITE TEMPLATES:
http://astemplates.com/terms.php -->
</div>
</div>
</div>
<?php if($this->countModules('position-13')): ?>
<div class="separator_30_left"></div>
<div class="box2" <?php echo $customFooterWidth; ?>>
<div class="txtbox2">
<div id="footermenu">
<jdoc:include type="modules" name="position-13" style="xhtml" />
</div>
</div>
</div>
<?php endif; ?>
<?php if($this->countModules('position-14') || $this->countModules('whosonlineload')): ?>
<div class="separator_30_left"></div>
<div class="box3" <?php echo $customFooterWidth; ?>>
<div class="txtbox3">
<?php if($this->countModules('whosonlineload')): ?>
<div id="whosonline">
<jdoc:include type="modules" name="whosonlineload" style="xhtml" />
</div>
<?php endif; ?>
<?php if($this->countModules('position-14')): ?>
<div id="social">
<jdoc:include type="modules" name="position-14" style="xhtml" />
</div>
<?php endif; ?>
</div>
</div>
<?php endif; ?>
Any valuable and urgent response will be appreciated !!!