-
AuthorPosts
-
August 19, 2012 at 10:16 am #180040
Hello, new to joomla, but learning quickly…how do i edit the the ‘text’ in the vertical tabbed menu ie; ‘click here for more awsomness’.
also how do i NOT SHOW the category titles, on the main page ie; 2012, 2011, 2010 etc…
many thanks.
janmac
August 20, 2012 at 7:01 am #464706hey janmac,
have you tried changing the menu item type in the options of your “home”-menu to something else?
cheers
maryposaAugust 20, 2012 at 7:30 am #464710Ignore previous suggestion: deactivate the module (k2 type) “category” and it should be removed.
maryposa<em>@maryposa 335081 wrote:</em><blockquote>hey janmac,
have you tried changing the menu item type in the options of your “home”-menu to something else?
cheers
maryposa</blockquote>Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 20, 2012 at 8:31 am #464727Hi janmac,
<blockquote>how do i edit the the ‘text’ in the vertical tabbed menu ie; ‘click here for more awsomness’.</blockquote>
You can open the file of templatesja_lensjswall.js looking for this snap code$(‘<div id=”item-more” class=”item item-more”><div class=”inner item-inner clearfix”><h3>Click To Load More Awesomeness1…</h3></div></div>’).appendTo ($container);
You can change the mentioned text there
<blockquote> also how do i NOT SHOW the category titles, on the main page ie; 2012, 2011, 2010 etc…</blockquote>
You can open the file templatesja_lenshtmlcom_k2ja_lenscategory_item.php look for this snap of code
[PHP] // timeline category – buy year
$timeline = date(‘Y’, strtotime($this->item->created));
$addTimelineBox = false;
if (empty ($this->currTimeline) || $this->currTimeline != $timeline) {
$this->currTimeline = $timeline;
$addTimelineBox = true;
}[/PHP]
And replace ti by this
[PHP]
$addTimelineBox = false;
[/PHP]I hope those would help !
w00tsite Friendw00tsite
- Join date:
- October 2012
- Posts:
- 14
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 1 times in 1 posts
October 30, 2012 at 7:52 pm #471483That worked! Thanks for your help.
Is there any way to have the 2012, 2011, etc. on a certain menu? I want to use the masonry feature for a blog (where I want dates) AND for a simple article listing (where I do NOT want dates).
Thanks for any suggestions.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 31, 2012 at 4:10 am #471516@w00tsite: Thank you for contacting us.
I have checked and feel sorry that your request exceeds the scope of our service.
You can find an expert to have the project done via a reliable freelance site: http://www.joomlancers.com, another network of JoomlArt. I personally recommend as thousands of projects have succeeded on the site.If you have experiencing about joomla you compare both folder on k2
<blockquote>templates/ja_lens/html/com_k2</blockquote>
ja_lens
ja_lens_blogAnd make ja_lens_blog support masonry feature for a blog.
-
AuthorPosts
This topic contains 6 replies, has 5 voices, and was last updated by Ninja Lead 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum