- Posts: 7
COMMUNITY FORUM
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
3 dots in slidetext
- Thomas Wiesbauer
- Topic Author
- Offline
- New Member
Less
More
13 years 1 month ago #43757
by Thomas Wiesbauer
3 dots in slidetext was created by Thomas Wiesbauer
Hello,
How or where can I edit the three dots that are appearing at the end of the slidetext? i need a space after the last word.
Thanks
Thosi
How or where can I edit the three dots that are appearing at the end of the slidetext? i need a space after the last word.
Thanks
Thosi
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 month ago #43758
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: 3 dots in slidetext
Could you provide us a link to your site please?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Thomas Wiesbauer
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
13 years 1 month ago #43759
by Thomas Wiesbauer
Replied by Thomas Wiesbauer on topic Re: 3 dots in slidetext
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 1 month ago #43760
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: 3 dots in slidetext
This is because you have enabled the slidetext word limit in your module settings. You may disable it and the dots will be removed-but you will see the whole introtext.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Thomas Wiesbauer
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
13 years 1 month ago #43761
by Thomas Wiesbauer
Replied by Thomas Wiesbauer on topic Re: 3 dots in slidetext
That's what I know allready, but I need a space between the last word and the dots.
Thosi
Thosi
Please Log in or Create an account to join the conversation.
- Thomas Wiesbauer
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
13 years 3 weeks ago #43762
by Thomas Wiesbauer
Replied by Thomas Wiesbauer on topic Re: 3 dots in slidetext
Does anybody can give me a hint on how to solve this?
Thanks
Thosi
Thanks
Thosi
Please Log in or Create an account to join the conversation.
- Thomas Wiesbauer
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
13 years 3 weeks ago #43763
by Thomas Wiesbauer
Replied by Thomas Wiesbauer on topic Re: 3 dots in slidetext
up
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
13 years 3 weeks ago #43764
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: 3 dots in slidetext
Go to /components/com_fpss/helpers/slideshow.php to line 446, to
function wordLimiter($str, $limit = 100, $end_char = '…') {
and change to
function wordLimiter($str, $limit = 100, $end_char = 'WHATEVER YOU WANT') {
function wordLimiter($str, $limit = 100, $end_char = '…') {
and change to
function wordLimiter($str, $limit = 100, $end_char = 'WHATEVER YOU WANT') {
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Thomas Wiesbauer
- Topic Author
- Offline
- New Member
Less
More
- Posts: 7
13 years 3 weeks ago #43765
by Thomas Wiesbauer
Replied by Thomas Wiesbauer on topic Re: 3 dots in slidetext
Thanks, that was the solution
Thosi
Thosi
Please Log in or Create an account to join the conversation.