Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • rankmars Friend
    #161878

    Any idea why alternative text for READ MORE link not showing.

    I have added alternative text here: ARTICLE > PARAMETERS (Advanced) > ALTERNATIVE READ MORE TEXT (at the bottom of the list) and I also set in MENU > component layout > PARAMETERS > component parameters > READ MORE to show but I still can’t replace the text „read more“ with my alternative text. I am using ja ores template.

    Thanks in advance

    khoand Friend
    #383117

    Hi,
    To solve:
    – Open <joomla url>templatesja_oreshtmlcom_contentfrontpagedefault_item.php file. Replace

    <span>+ <?php echo JText::_('Read more...'); ?></span>
    with


    <?php if ($this->item->params->get('readmore')!="" && $this->item->params->get('readmore')!=NULL) : ?>
    <span>+ <?php echo $this->item->params->get('readmore'); ?></span>
    <?php else : ?>
    <span>+ <?php echo JText::_('Read more...'); ?></span>
    <?php endif; ?>

    rankmars Friend
    #383152

    Thanks for your reply. Unfortunately the problem is still there.
    This is what I see when I view source code: <span>Weiterlesen…</span>

    Saguaros Moderator
    #383185

    Hello mate !

    The solution is working well on my testing site.

    Please check the articles displaying in the front page, did you forgot putting the alternative text ?

    Please provide me the FTP account and the administrator via your ticket ID YNE-928-58160 if the issue was not fixed.

    thanks

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

This topic contains 4 replies, has 3 voices, and was last updated by  Saguaros 13 years, 8 months ago.

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