-
AuthorPosts
-
romolo Friend
romolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 8, 2015 at 3:44 pm #682410Hi,
Where can we set/change how many characters of text there are displayed in the Event detail on the events Module?
As shown in the following screenshot –
Please advise as soon as possible.
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 9, 2015 at 6:38 am #682556Hi
Hope this way will help you out
Open templates/ja_charity/acm/news-featured/css/style.css file
find and change
.event-featured-slider .event-slider .event-item .event-ct .item-image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
}to
.event-featured-slider .event-slider .event-item .event-ct .item-image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
display:none;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 9, 2015 at 6:38 am #747935Hi
Hope this way will help you out
Open templates/ja_charity/acm/news-featured/css/style.css file
find and change
.event-featured-slider .event-slider .event-item .event-ct .item-image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
}to
.event-featured-slider .event-slider .event-item .event-ct .item-image {
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out 0.1s;
-o-transition: all 0.2s ease-in-out 0.1s;
transition: all 0.2s ease-in-out 0.1s;
display:none;
}romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 9, 2015 at 8:29 pm #682731Hi, if it helps, the red lines indicate where we want more text to display…
Please advise how to allow change this.
Thanksromolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 9, 2015 at 8:29 pm #748014Hi, if it helps, the red lines indicate where we want more text to display…
Please advise how to allow change this.
ThanksNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2015 at 2:24 am #682743Hi,
You will need to change it from source code
Open templates/ja_charity/acm/news-featured/tmpl/event-slider.php file
find and change to your desired value
$max_length = 80;
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 10, 2015 at 2:24 am #748026Hi,
You will need to change it from source code
Open templates/ja_charity/acm/news-featured/tmpl/event-slider.php file
find and change to your desired value
$max_length = 80;
Regards
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum