Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dihessa Friend
    #185546

    How do I remove the module subtitle all together after I have renamed it in Ja_onepage template. For example, after I renamed the
    “Our Portfolio” module to “Our services”, the subtitle changes to TPL_SUBTITLE_OUR_SERVICES . I want to remove the subtitle, how do I do it? Thanks

    Ninja Lead Moderator
    #485690

    You can remove it here

    Open templates/ja_onepage/html/modules.php file

    from


    <?php if ($module->showtitle != 0) : ?>
    <div class="section-title" id="<?php echo $menuid ?>">
    <h2><span><?php echo $module->title; ?></span></h2>
    <span class="section-subtitle"><?php echo $subtitle ?></span>
    </div>
    <?php endif; ?>

    change to


    <?php if ($module->showtitle != 0) : ?>
    <div class="section-title" id="<?php echo $menuid ?>">
    <h2><span><?php echo $module->title; ?></span></h2>
    </div>
    <?php endif; ?>

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

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

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