Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • tyfairclough Friend
    #723791

    Hi Folks,

    It appears there is a hard coded ‘view portfolio’ read more link at the bottom of the section : 3. Projects. – Articles Category Module. In your demo

    How can this be changed in the administration area? Or is an override needed in the template?

    pavit Moderator
    #723916

    Hi

    <blockquote>It appears there is a hard coded ‘view portfolio’ read more link at the bottom of the section : 3. Projects. – Articles Category Module. In your demo</blockquote>

    Could you please post a screen shot of what part are you referring ?

    If you are referring to this it is managed by the Ja ACM module “introducing” Features Intro : style-1 published in content-mass-top position

    pavit Moderator
    #754357

    Hi

    <blockquote>It appears there is a hard coded ‘view portfolio’ read more link at the bottom of the section : 3. Projects. – Articles Category Module. In your demo</blockquote>

    Could you please post a screen shot of what part are you referring ?

    If you are referring to this it is managed by the Ja ACM module “introducing” Features Intro : style-1 published in content-mass-top position

    tyfairclough Friend
    #723993

    Sorry you have misunderstood what I was trying to say.

    the projects section

    3/ Projects. – Articles Category Module in the mono documentation under ‘build demo site’

    It is controlled by the articles category module not by ACM

    Here is a screenshot to be absolutely explicit.

    tyfairclough Friend
    #754385

    Sorry you have misunderstood what I was trying to say.

    the projects section

    3/ Projects. – Articles Category Module in the mono documentation under ‘build demo site’

    It is controlled by the articles category module not by ACM

    Here is a screenshot to be absolutely explicit.

    pavit Moderator
    #723995

    Hi

    You can use the language content override for this the string to translate is “TPL_SEE_ALL_PORTFOLIO”

    So go to language manager -> Override-> add your translation

    pavit Moderator
    #754387

    Hi

    You can use the language content override for this the string to translate is “TPL_SEE_ALL_PORTFOLIO”

    So go to language manager -> Override-> add your translation

    tyfairclough Friend
    #723996

    Super, I’ve never had to go there before in all my years of joomla. But it makes a lot of sense.

    Thanks

    tyfairclough Friend
    #754388

    Super, I’ve never had to go there before in all my years of joomla. But it makes a lot of sense.

    Thanks

    pavit Moderator
    #723999

    <em>@tyfairclough 501959 wrote:</em><blockquote>Super, I’ve never had to go there before in all my years of joomla. But it makes a lot of sense.

    Thanks</blockquote>

    Only to be more complete in my information maybe can be useful to know where the JText is declared

    string can be found in this file templatesja_monohtmlmod_articles_categorypackery.php

    <div class="actions">
    <a class="readmore" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><span><?php echo JText::_('TPL_SEE_ALL_PORTFOLIO'); ?></span></a>
    </div>

    Best regards

    pavit Moderator
    #754391

    <em>@tyfairclough 501959 wrote:</em><blockquote>Super, I’ve never had to go there before in all my years of joomla. But it makes a lot of sense.

    Thanks</blockquote>

    Only to be more complete in my information maybe can be useful to know where the JText is declared

    string can be found in this file templatesja_monohtmlmod_articles_categorypackery.php

    <div class="actions">
    <a class="readmore" href="<?php echo JRoute::_(ContentHelperRoute::getCategoryRoute($jacategory->id));?>"><span><?php echo JText::_('TPL_SEE_ALL_PORTFOLIO'); ?></span></a>
    </div>

    Best regards

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

This topic contains 11 replies, has 2 voices, and was last updated by  pavit 9 years ago.

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