- Posts: 3
COMMUNITY FORUM
introtext wordlimit tags
- Paul Trouw
-
Topic Author
- Offline
- New Member
Less
More
8 years 2 months ago #160528
by Paul Trouw
introtext wordlimit tags was created by Paul Trouw
The limit words is set to 53 words, this works fine with a category overview. But if have a menu item link to a tag, the introtext is less.
So I tried to override this in tag.php, replaced existing code with "<?php echo K2HelperUtilities::wordLimit($item->introtext, 53); ?>"
But this doesn't work, it doesn't show my more than 22 words!
Any idea how to fix this or am I missing a setting somewhere?
So I tried to override this in tag.php, replaced existing code with "<?php echo K2HelperUtilities::wordLimit($item->introtext, 53); ?>"
But this doesn't work, it doesn't show my more than 22 words!
Any idea how to fix this or am I missing a setting somewhere?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 2 months ago #160532
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic introtext wordlimit tags
Hello Paul,
Can you send me a link to your site?
Can you send me a link to your site?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Paul Trouw
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
8 years 2 months ago #160535
by Paul Trouw
Part of the message is hidden for the guests. Please log in or register to see it.
Replied by Paul Trouw on topic introtext wordlimit tags
Part of the message is hidden for the guests. Please log in or register to see it.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 2 months ago #160547
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic introtext wordlimit tags
There is max-height CSS rule for div.tagItemIntroText, remove that and the rest of the text will show up.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Paul Trouw
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
8 years 2 months ago #160550
by Paul Trouw
Replied by Paul Trouw on topic introtext wordlimit tags
Thx a million. How stupid that I didn't see that :)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 2 months ago #160577
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic introtext wordlimit tags
No worries Paul :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.