-
AuthorPosts
-
June 28, 2014 at 12:07 am #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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
June 28, 2014 at 2:46 am #540444When you hover the content, you can see an View button on the image. this is how you read more works.
June 29, 2014 at 7:13 pm #540550The 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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 1, 2014 at 1:30 am #540721Go 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.
July 1, 2014 at 8:11 pm #540874Didn’t work. Still only shows 4 lines of text not matter how high the character limit I set.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
July 2, 2014 at 2:39 am #540885then can you post the admin details in PM, I will fix that for you and let you know where i made the change
April 14, 2015 at 1:38 pm #566913I have the same issue here. Doesn’t matter what I change the number to, still get only 4 lines of text
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 15, 2015 at 11:09 am #567038Again, 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 Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 18, 2015 at 11:20 am #567465Go to Module Manager -> Our Services -> Display Options Tab -> Set limit in Introtext Limit field
No need to change on the code1 user says Thank You to chavan for this useful post
-
AuthorPosts
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