Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • modomahdy Friend
    #177102

    Hello,

    I have some Questions if you please:

    1- how to Control the Modules (Timeline – Categories – Linear and Grid)? How to Translate the text and how to move it to left?

    2- how to move the Page title to right?

    3- How to translate (2012 – items 18) or remove it?

    4- How to change the text (CLICK TO LOAD MORE AWESOMENESS…)?

    Thanks


    1. 1
    2. 2
    Saguaros Moderator
    #453241

    Hi there,

    1. Please have a look at this guide: http://www.joomlart.com/forums/topic/joomla-2-5-userguide-ja-lens-template/ which will help you to translate title of these modules easily.

    2. In file: templates/ja_lens/css/template.css, at approx line 1057

    #toolbar .toolbar-inner {
    float: left; <<< change to this.
    }

    3. It’s controlled in this file: templatesja_lenshtmlcom_k2ja_lenscategory_item.php
    You can see code:

    <div class="inner item-inner clearfix">
    <h2><?php echo $timeline; ?></h2>
    <p><?php echo $this->yearCounts[$this->currTimeline]; echo ' item' . ($this->yearCounts[$this->currTimeline] > 1 ? 's' : '') ; ?></p>
    </div>

    If you want to remove, please remove <h2> and <p> tags.

    4. Open up this file: templatesja_lensjswall.js
    There should be a line of code: <div class=”inner item-inner clearfix”><h3>Click To Load More Awesomeness…</h3></div>
    You can change to yours own words.

    Hope this helps.

    modomahdy Friend
    #453273

    Thanke you Saguaros,

    but about the first point I found nothing about (Linear an Grid) Modules :((

    Thanks for help

    Saguaros Moderator
    #453274

    Hi there,

    How do you want to control them? http://www.joomlart.com/forums/topic/joomla-2-5-userguide-ja-lens-template/#post-452568. You can set which one is default layout in Advanced settings of the template. The position of these 2 icons mean they belong to the toolbar, so when you make change like above, they change also.

    modomahdy Friend
    #453541

    Hi,
    just i want to remove this two Icons.

    modomahdy Friend
    #453542

    I found it. in (index.php) Lines 162,163 and (template.css) Lines 1109-1118

    Thanks a lot

    Saguaros Moderator
    #453575

    Glad to hear that.

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

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

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