Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • janmac Friend
    #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

    maryposa Friend
    #464706

    hey janmac,

    have you tried changing the menu item type in the options of your “home”-menu to something else?

    cheers
    maryposa

    maryposa Friend
    #464710

    Ignore 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 Friend
    #464727

    Hi 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 Friend
    #471483

    That 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 Moderator
    #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_blog

    And make ja_lens_blog support masonry feature for a blog.

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

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