Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • 3dquin Friend
    #909737

    Hi, How do I remove the back to ‘TOP’ link in my Droid template which appears at the bottom right of the page? Thanks in advance

    pavit Moderator
    #909758

    Hi there

    Edit this file /templates/ja_droid/blocks/navhelper.php

    at bottom you have

    <?php if($this->countModules('breadcrumb')) : ?>
        <jdoc:include type="modules" name="breadcrumb" ></jdoc:include>
    <?php endif; ?> 
    
    <ul class="ja-links">
        <?php echo $layout_switcher ?>
        <li class="top"><a href="<?php echo $this->getCurrentURL();?>#Top" title="Back to Top"><?php echo JText::_('Top') ?></a></li>
    </ul>

    Remove the ul class "ja-links" code block so it will be like below

    <?php if($this->countModules('breadcrumb')) : ?>
        <jdoc:include type="modules" name="breadcrumb" ></jdoc:include>
    <?php endif; ?> 

    after saved file clean JaT3 Cache and refresh your page

    3dquin Friend
    #910085

    Thanks, sorted.

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

This topic contains 2 replies, has 2 voices, and was last updated by  3dquin 8 years, 1 month ago.

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