Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #944956

    Hi there

    Edit this file /templates/ja_lens/index.php and find

                    <?php if( $this->countModules('categories') ) {?>
                    <li id="toolbar-categories">
                        <h4><span>Categories</span></h4>
                        <div class="popup">
                            <jdoc:include type="modules" name="categories" style="JAxhtml" />
                        </div>
                    </li>

    Change the

    <h4><span>Categories</span></h4>

    with your text Catalog

                <?php if( $this->countModules('categories') ) {?>
                <li id="toolbar-categories">
                    <h4><span>Catalog</span></h4>
                    <div class="popup">
                        <jdoc:include type="modules" name="categories" style="JAxhtml" />
                    </div>
                </li>

    1. Screenshot_1-4
    achernysh Friend
    #944995

    Hi Dear Pavit, but it doesn’t work! I did everything you show, but didn’t work. Have you got another advice?
    Looking forward your reply!
    Alexander.

    pavit Moderator
    #945041

    Hi there

    Seems that you haven’t changed it yet
    Look at the image below

    You can also send me as private reply a temp super user account to your backend and i will change it


    1. Screenshot_3-3
    achernysh Friend
    #945078

    Yes! A lot of thanks! I’v done it with your help!
    You are very helpful!
    Thanks!

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

This topic contains 4 replies, has 2 voices, and was last updated by  achernysh 8 years, 2 months ago.

The topic ‘How to change \"Categories\" item in main page?’ is closed to new replies.