Template Design © Joomla Templates GavickPro. All Rights Res
Rate this topic: 




1.00 out of 6 based on 1 vote(s)






- GK User
- Sun Apr 13, 2014 3:17 pm
- Reply with quote
- Report this post
Hi:
As I can change these words
Template Design © Joomla Templates GavickPro. All Rights Reserved.
thank you very much
As I can change these words
Template Design © Joomla Templates GavickPro. All Rights Reserved.
thank you very much
-
- Senior Boarder
- teitbite
- Sun Apr 13, 2014 6:30 pm
- Reply with quote
- Report this post
Hi
Yes You can change it. The field to put the new text is available in template configuration.
Yes You can change it. The field to put the new text is available in template configuration.
-
- Moderator
- GK User
- Mon Apr 14, 2014 7:08 pm
- Reply with quote
- Report this post
Hi:
I've renovated but is still seen.
Under a picture
Gracias
I've renovated but is still seen.
Under a picture
Gracias
-
- Senior Boarder
- teitbite
- Mon Apr 14, 2014 9:26 pm
- Reply with quote
- Report this post
Hi
Please edit /layout/blocks/footer.php and replace code:
with
Please edit /layout/blocks/footer.php and replace code:
- Code: Select all
<?php if($this->API->get('copyrights', '') !== '') : ?>
<p id="gkCopyrights"><?php echo $this->API->get('copyrights', ''); ?></p>
<?php else : ?>
<p id="gkCopyrights">Template Design © <a href="//www.gavick.com" title="Joomla Templates">Joomla Templates</a> GavickPro. All rights reserved.</p>
<?php endif; ?>
with
- Code: Select all
<p id="gkCopyrights"><?php echo $this->API->get('copyrights', ''); ?></p>
-
- Moderator
- GK User
- Wed Apr 16, 2014 12:42 pm
- Reply with quote
- Report this post
Hi:
I have done the above amendments, but the problem remains unresolved.
Under the file
<?php
// No direct access.
defined('_JEXEC') or die;
?>
<footer id="gkFooter">
<div class="gkPage">
<?php if($this->API->modules('footer_nav')) : ?>
<div id="gkFooterNav">
<jdoc:include type="modules" name="footer_nav" style="<?php echo $this->module_styles['footer_nav']; ?>" modnum="<?php echo $this->API->modules('footer_nav'); ?>" />
</div>
<?php endif; ?> <p id="gkCopyrights"><?php echo $this->API->get('copyrights', ''); ?></p>
<?php if($this->API->get('stylearea', '0') == '1') : ?>
<div id="gkStyleArea">
<a href="#" id="gkColor1"><?php echo JText::_('TPL_GK_LANG_COLOR_1'); ?></a>
<a href="#" id="gkColor2"><?php echo JText::_('TPL_GK_LANG_COLOR_2'); ?></a>
<a href="#" id="gkColor3"><?php echo JText::_('TPL_GK_LANG_COLOR_3'); ?></a>
<a href="#" id="gkColor4"><?php echo JText::_('TPL_GK_LANG_COLOR_4'); ?></a>
<a href="#" id="gkColor5"><?php echo JText::_('TPL_GK_LANG_COLOR_5'); ?></a>
<a href="#" id="gkColor6"><?php echo JText::_('TPL_GK_LANG_COLOR_6'); ?></a>
<a href="#" id="gkColor7"><?php echo JText::_('TPL_GK_LANG_COLOR_7'); ?></a>
<a href="#" id="gkColor8"><?php echo JText::_('TPL_GK_LANG_COLOR_8'); ?></a>
<a href="#" id="gkColor9"><?php echo JText::_('TPL_GK_LANG_COLOR_9'); ?></a>
</div>
<?php endif; ?>
<?php if($this->API->get('framework_logo', '0') == '1') : ?>
<a href="//gavick.com" id="gkFrameworkLogo" title="Gavern Framework">Gavern Framework</a>
<?php endif; ?>
</div>
</footer>
thank you very much
I have done the above amendments, but the problem remains unresolved.
Under the file
<?php
// No direct access.
defined('_JEXEC') or die;
?>
<footer id="gkFooter">
<div class="gkPage">
<?php if($this->API->modules('footer_nav')) : ?>
<div id="gkFooterNav">
<jdoc:include type="modules" name="footer_nav" style="<?php echo $this->module_styles['footer_nav']; ?>" modnum="<?php echo $this->API->modules('footer_nav'); ?>" />
</div>
<?php endif; ?> <p id="gkCopyrights"><?php echo $this->API->get('copyrights', ''); ?></p>
<?php if($this->API->get('stylearea', '0') == '1') : ?>
<div id="gkStyleArea">
<a href="#" id="gkColor1"><?php echo JText::_('TPL_GK_LANG_COLOR_1'); ?></a>
<a href="#" id="gkColor2"><?php echo JText::_('TPL_GK_LANG_COLOR_2'); ?></a>
<a href="#" id="gkColor3"><?php echo JText::_('TPL_GK_LANG_COLOR_3'); ?></a>
<a href="#" id="gkColor4"><?php echo JText::_('TPL_GK_LANG_COLOR_4'); ?></a>
<a href="#" id="gkColor5"><?php echo JText::_('TPL_GK_LANG_COLOR_5'); ?></a>
<a href="#" id="gkColor6"><?php echo JText::_('TPL_GK_LANG_COLOR_6'); ?></a>
<a href="#" id="gkColor7"><?php echo JText::_('TPL_GK_LANG_COLOR_7'); ?></a>
<a href="#" id="gkColor8"><?php echo JText::_('TPL_GK_LANG_COLOR_8'); ?></a>
<a href="#" id="gkColor9"><?php echo JText::_('TPL_GK_LANG_COLOR_9'); ?></a>
</div>
<?php endif; ?>
<?php if($this->API->get('framework_logo', '0') == '1') : ?>
<a href="//gavick.com" id="gkFrameworkLogo" title="Gavern Framework">Gavern Framework</a>
<?php endif; ?>
</div>
</footer>
thank you very much
-
- Senior Boarder
- teitbite
- Wed Apr 16, 2014 8:19 pm
- Reply with quote
- Report this post
Hi
You have couple of template styles created and You have replaced the settings for copyrights no two of them, but not the one used by site. I've copied it and look like it's fixed now.
You have couple of template styles created and You have replaced the settings for copyrights no two of them, but not the one used by site. I've copied it and look like it's fixed now.
-
- Moderator
6 posts
• Page 1 of 1