Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • igon2 Friend
    #920070

    Hi,
    how to change this text?
    http://prntscr.com/aucbc1

    pavit Moderator
    #920072

    Hi there

    You can use the language override feature for both of them

    MOD_FOOTER_LINE1
    MOD_FOOTER_LINE2

    Extensions ->Languages->Override-> New-> select the russian language

    These are defined in this file /templates/uber/html/mod_footer/default.php


    1. Screenshot_8-4
    igon2 Friend
    #920597

    Thank’s, but how to change this text?
    See here:
    http://prntscr.com/auqoji

    pavit Moderator
    #920615

    Hi there

    Regarding the word "wedding" it is the site name , it is overriding the original site name added in global configuration ->Site Tab –

    If you want to change the override than open your template layout assigned to your menu item where that text is showed and from THEME tab change site name ( first img )

    Regarding the copyright text you can edit this file /templates/uber/html/mod_footer/default.php

    and change from

    <div class="module">
        <small><?php echo $lineone; ?> Designed by <a href="http://www.joomlart.com/joomla/templates/uber" title="Uber Template" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>>JoomlArt.com</a>.</small>
        <small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
    </div>

    To

    <div class="module">
        <small><?php echo $lineone; ?> </small>
        <small><?php echo JText::_( 'MOD_FOOTER_LINE2' ); ?></small>
    </div>
    

    1. Screenshot_1-5
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  pavit 8 years, 7 months ago.

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