Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • christofferl Friend
    #944511

    In the documentation, only 1 sentence int the footer is explained how to change. How to I change the other one?


    1. ja_footer1
    Pankaj Sharma Moderator
    #944534

    Hi
    Go to /tpls/blocks/footer.php file your JA Template folder .
    find

      <small>
                <a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
              </small>
              <small>
                <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
              </small>

    change the lines with your words .

    Hope it helps .

    jurgeng Friend
    #945760

    Mmm… call mee stupid, but I don’t see it. Here’s what I see:

    <!-- FOOTER -->
    <footer id="t3-footer" class="wrap t3-footer">
    
        <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6')) : ?>
            <!-- FOOT NAVIGATION -->
            <div class="container">
                <?php $this->spotlight('footnav', 'footer-1, footer-2, footer-3, footer-4, footer-5, footer-6',array('class' => 'equal-height equal-height-child', 'child-class' => 'col')) ?>
            </div>
            <!-- //FOOT NAVIGATION -->
        <?php endif ?>
    
        <section class="t3-copyright">
            <div class="container">
                <div class="row">
                    <div class="<?php echo $this->getParam('t3-rmvlogo', 1) ? 'col-md-8' : 'col-md-12' ?> copyright <?php $this->_c('footer') ?>">
                        <jdoc:include type="modules" name="<?php $this->_p('footer') ?>" />
                    </div>
                </div>
            </div>
        </section>
    
    </footer>
    <!-- //FOOTER -->
    Pankaj Sharma Moderator
    #945770

    Hi
    which template you are using the suggestion if for JA Healthcare , its defined at end of file .
    here u can see this : http://prntscr.com/bmzbw4

    jurgeng Friend
    #945995

    Actually, for JA Healthcare, you’ll have to go to /templates/ja_healthcare/html/mod_footer/default.php and alter the text there.

    Are you certain you’re running the latest public version of the template? Attached is a screenshot of what see if I open /tpls/blocks/footer.php and it’s clearly not the same as yours.


    1. blocks-footer.php_
    Pankaj Sharma Moderator
    #946042

    Hi
    yes its in latest version two, Actually in this topic user asked about the bootstrap line , that is defined in the footer.php file in latest version 1.01 too have the lines .
    And in the mod_footer you find this line

       <small><?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/" title="Visit Joomlart.com!" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>>JoomlArt.com</a>.</small>

    Both are different .

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 5 replies, has 3 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum