• Resolved slabadie

    (@slabadie)


    A lengthy description gets abbreviated with … Is there a way to turn this feature off so the whole description shows?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yendif Player

    (@yendif-player)

    Sorry, there is not any setting to do this. The only solution at the moment is to edit our layout files and allow the whole description.

    1. Open /wp-content/plugins/another-events-calendar/public/partials/events/aec-public-events-table-display.php

    2. Find the line,
    <p class="aec-margin-top"><?php echo wp_kses_post( wp_trim_words( get_the_content(), 20 ) ); ?></p>

    3. Replace it as,
    <?php the_content(); ?>

    4. Save the changes and try now.

    Thread Starter slabadie

    (@slabadie)

    This did the trick. Thank you for the information.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘concatenation’ is closed to new replies.