Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • James G Friend
    #723784

    Thought i’d post this here also as others may request it.

    Obviously you can have a small logo on the top left and when you pop out the menu it shows the same logo.

    Is there a way we can show a different logo in the pop out logo.

    E.g

    M – logo shown on the main site.

    M mono – Logo shown on the pop out menu.

    Thanks.

    Ninja Lead Moderator
    #723905

    Hi,

    You can change the logo under off-canvas menu from templates/ja_mono/tpls/blocks/off-canvas.php file


    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <?php if($logoimgsm) : ?>
    <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>

    By default, it’s displaying logo image in directory: templates/ja_mono/images//

    Regards

    Ninja Lead Moderator
    #754350

    Hi,

    You can change the logo under off-canvas menu from templates/ja_mono/tpls/blocks/off-canvas.php file


    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <?php if($logoimgsm) : ?>
    <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <span><?php echo $sitename ?></span>
    </a>

    By default, it’s displaying logo image in directory: templates/ja_mono/images//

    Regards

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 6 months ago.

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