Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • janetkh Friend
    #199218

    On the Our Services page of our site only 4 lines of text are appearing in each article on that page. I don’t have Read More in the articles so not sure why it’s happened. Can you help?

    chavan Friend
    #540444

    When you hover the content, you can see an View button on the image. this is how you read more works.

    janetkh Friend
    #540550

    The problem I am having in on the “Our Services” page not the homepage. How can I have either all of the content show or have a read more show. http://timeless.cloudaccess.net/index.php/our-services

    chavan Friend
    #540721

    Go to this File: templatesja_decorhtmlcom_contentcategoryblog_item.php

    Replace this code

    <?php echo $this->item->introtext; ?>

    With

    <?php
    $limit =100;
    if (strlen($this->item->text) > $limit) {
    echo (substr($this->item->text, 0, $limit)) . " ... ";
    }
    else {
    echo $this->item->text;
    }
    ?>

    change the 100 to any no of characters you want. This is the fix.

    janetkh Friend
    #540874

    Didn’t work. Still only shows 4 lines of text not matter how high the character limit I set.

    chavan Friend
    #540885

    then can you post the admin details in PM, I will fix that for you and let you know where i made the change

    nickherath Friend
    #566913

    I have the same issue here. Doesn’t matter what I change the number to, still get only 4 lines of text

    chavan Friend
    #567038

    Again, then can you post the admin details in PM, I will fix that for you and let you know where i made the change

    chavan Friend
    #567465

    Go to Module Manager -> Our Services -> Display Options Tab -> Set limit in Introtext Limit field
    No need to change on the code

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

This topic contains 9 replies, has 3 voices, and was last updated by  chavan 9 years, 7 months ago.

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