+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2012
    Posts
    7
    Downloads
    1
    Uploads
    0

    Default GoogleFonts & ZT KRU

    Hi, All,
    I've purchased from ThemeForest the latest ZT KRU,
    Install it by quick install approach.
    Setup google fonts in theme settings and in frame settings. Works only in Chrom on MAC,
    tested on Safari,Chrom, Firefox, Explorer on MAC & PC... everywhere the googlefont was replaced by standard.

  2. #2
    Join Date
    Dec 2008
    Posts
    2,331
    Downloads
    258
    Uploads
    560

    Default

    Hello,

    Please provide the admin of your site for checking that issue.

    Kind regards
    Premium Hidden Content club
    Simply Hidden Content for Magento

  3. #3
    Join Date
    Nov 2012
    Posts
    7
    Downloads
    1
    Uploads
    0

    Default

    Hi, David ,
    I already did it. PLease check private message.

  4. #4
    Join Date
    Dec 2008
    Posts
    2,331
    Downloads
    258
    Uploads
    560

    Default

    Hello,

    You should check your pm now.

    Kind regards
    Premium Hidden Content club
    Simply Hidden Content for Magento

  5. #5
    Join Date
    Nov 2012
    Posts
    7
    Downloads
    1
    Uploads
    0

    Default

    Hi, David, i've updated ZT KRU and Joomla.
    I see the difference and can see that existing template supports Googlefont, but not Google Russian Fonts (Cyrillic).
    Any thoughts?

  6. #6
    Join Date
    Nov 2012
    Posts
    7
    Downloads
    1
    Uploads
    0

    Default

    Solved by changing code inside of template ... poor skills of developers for this money...

    I hope the last question. I'd like to remove copyright footer from my ZT KRU template?

  7. #7
    Join Date
    Dec 2008
    Posts
    2,331
    Downloads
    258
    Uploads
    560

    Default

    Hello,

    Please open index.php file in the folder: templates/zt_kru/ and find to the following code:

    <!--Footer-->
    <div id="zt-footer" class="clearfix <?php echo $function->getColorsValue('image', 'zt-footer');?>">
    <div class="zt-footer0-inner">
    <div id="zt-footer-inner" class="row-fluid">
    <div id="zt-footer-left" class="span6">
    <div id="zt-footer-copy">
    <?php
    if($params->get('enable_copyright') == 1 ) {
    echo $params->get('copyright_text');
    }else{
    ?>
    Copyright &copy; 2008 - 2012 <a title="joomla templates" href="http://www.zootemplate.com/">Joomla Templates</a> by ZooTemplate.Com. All rights reserved.
    <?php }?>
    </div>
    </div>
    <?php if($this->countModules('social')) : ?>
    <div id="social" class="hidden-phone span6">
    <jdoc:include type="modules" name="social" />
    </div>
    <?php endif; ?>
    <?php if($params->get('footer_text') == 1) { ?>
    <div class="zt-footer-text clearfix">
    <?php echo $params->get('footer_text'); ?>
    </div>
    <?php } ?>
    <div class="clearfix"></div>
    <?php if($params->get('enable_framework_copyright') == 1) { ?>
    <div id="zt-footer-logo"><a id="zt-flogo" href="http://www.zo2framework.org/" title="Powered by ZO2 Framework"><img src="<?php echo $function->loadMediaFiles('zo2-logo-red.png','images'); ?>" alt="Powered by ZO2 Framework" /></a></div>
    <?php } ?>
    </div>
    </div>
    </div>
    <!--end Footer-->
    Now you can edit the footer copyright information.

    Kind regards,
    David
    Premium Hidden Content club
    Simply Hidden Content for Magento

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts