Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • daria_kas Friend
    #179993

    Hi I am trying to remove ” back to top” or ” top” links in my articles. I have deleted

    <ul class=”ja-links”>
    <?php echo $layout_switcher ?>
    <li class=”top”><a href=”javascript:scroll(0,0)” title=”<?php echo JText::_(“BACK_TO_TOP”) ?>”><?php echo JText::_(‘TOP’) ?></a></li>
    </ul>

    …which solved the problem for nav helper on the bottom of the pages, but articles still show ” back to top” links. Also is there anyway to change ” back to top” link because my site is in a different language?

    thank you

    MoonSailor Friend
    #464717

    Hi daria_kas,

    Where did you delete the code above?

    daria_kas Friend
    #464865

    en-GB.tpl_ja_kranos.ini

    daria_kas Friend
    #464920

    ok…. solved the problem

    in the file css/k2.css

    /* Back to top link */
    div.itemBackToTop { text-align: right; }

    div.itemBackToTop a { text-decoration: underline; }

    div.itemBackToTop a:hover { text-decoration: underline; }

    div.itemBackToTop { display:none; } <======= ADD THIS LINE

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

This topic contains 4 replies, has 2 voices, and was last updated by  daria_kas 12 years, 3 months ago.

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