Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • antjewilson Friend
    #203472

    I would like to remove the t3 framework logo in the off canvas menu.

    jooservices Friend
    #558262

    Hi there,
    # Have you tried to inspect it with debugger ? By this way you can easy to find out it
    # Please check

    <?php if ($this->getParam('t3-rmvlogo', 1)): ?>
    <div class="poweredby text-hide">
    <a class="t3-logo t3-logo-light" href="http://t3-framework.org" title="<?php echo JText::_('T3_POWER_BY_TEXT') ?>"
    target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>><?php echo JText::_('T3_POWER_BY_HTML') ?></a>
    </div>
    <?php endif; ?>

    templatesubertplsblocksoff-canvas.php
    You can remove this code or actually you can turn off it in template backend.

    Thank you,
    Viet Vu

    antjewilson Friend
    #558278

    much easier. In template manager turn t3 logo to off position.

    jooservices Friend
    #558279

    Glad to hear that

    Thank you,
    Viet Vu

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

This topic contains 4 replies, has 2 voices, and was last updated by  jooservices 9 years, 11 months ago.

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