Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • gio570009 Friend
    #692858

    I am using Ja medicare template. on position-3 there is Doctors Timetable Articles – Category module , which have Display Options>Show “Read More”>Show and in the article Special Services>Doctors Timetable in the tab Options>Read More Text>title>>> .
    But Module Show both title title>>>Doctors…
    What can I do to make shown only text – “title>>>” for exapmle?

    Ninja Lead Moderator
    #693251

    Hi,

    You can apply my solution below

    Open templates/ja_medicare/html/mod_articles_category/default.php file

    from

    echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));

    to

    // echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));

    and do two times on this file

    Regards

    Ninja Lead Moderator
    #749885

    Hi,

    You can apply my solution below

    Open templates/ja_medicare/html/mod_articles_category/default.php file

    from

    echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));

    to

    // echo JHtml::_('string.truncate', $item->title, $params->get('readmore_limit'));

    and do two times on this file

    Regards

    gio570009 Friend
    #694586

    I found several times this script —— echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’)); —— in templates/ja_medicare/html/mod_articles_category/default.php file I must change everyone?

    gio570009 Friend
    #750307

    I found several times this script —— echo JHtml::_(‘string.truncate’, $item->title, $params->get(‘readmore_limit’)); —— in templates/ja_medicare/html/mod_articles_category/default.php file I must change everyone?

    Ninja Lead Moderator
    #694636

    Hi,

    I changed directly on your site from templates/ja_medicare/html/mod_articles_category/default.php file

    and now you can see it’s working fine on your site

    Let me know if it helps

    Regards

    Ninja Lead Moderator
    #750357

    Hi,

    I changed directly on your site from templates/ja_medicare/html/mod_articles_category/default.php file

    and now you can see it’s working fine on your site

    Let me know if it helps

    Regards

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

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 1 month ago.

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