-
AuthorPosts
-
May 15, 2012 at 9:09 pm #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
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 16, 2012 at 9:10 am #453241Hi 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.
1 user says Thank You to Saguaros for this useful post
May 16, 2012 at 11:50 am #453273Thanke you Saguaros,
but about the first point I found nothing about (Linear an Grid) Modules :((
Thanks for help
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 16, 2012 at 12:10 pm #453274Hi 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.
May 18, 2012 at 1:20 am #453541Hi,
just i want to remove this two Icons.May 18, 2012 at 1:29 am #453542I found it. in (index.php) Lines 162,163 and (template.css) Lines 1109-1118
Thanks a lot
-
AuthorPosts
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, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-