Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • romolo Friend
    #682410

    Hi,

    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 Moderator
    #682556

    Hi

    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 Moderator
    #747935

    Hi

    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 Friend
    #682694

    Hi @ninja Lead,

    Thank you for your response.

    I have changed the code as per your suggestion above, however this isn’t changing the number of characters displayed on the event description…

    Please advise.

    Thanks

    romolo Friend
    #747977

    Hi @ninja Lead,

    Thank you for your response.

    I have changed the code as per your suggestion above, however this isn’t changing the number of characters displayed on the event description…

    Please advise.

    Thanks

    romolo Friend
    #682731

    Hi, if it helps, the red lines indicate where we want more text to display…

    Please advise how to allow change this.
    Thanks

    romolo Friend
    #748014

    Hi, if it helps, the red lines indicate where we want more text to display…

    Please advise how to allow change this.
    Thanks

    Ninja Lead Moderator
    #682743

    Hi,

    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 Moderator
    #748026

    Hi,

    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

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

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