• operathing

    (@operathing)


    Hi,
    with visual composer i have a problem with excerpt text.
    The plugin show the visual composer code instead the summary text.
    Can you help me?
    Thanks you so much, and best regards.
    A

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

Viewing 1 replies (of 1 total)
  • brianearthcrealys

    (@brianearthcrealys)

    I got the same pb :
    post-carousel.php in plugins/…/templates/public :
    33 : $_excerpt = wp_trim_words( wp_strip_all_tags( $post->post_content ), $num_words, $more_text );
    change to (or add the line)
    $_excerpt = $post->post_excerpt;
    what will just put the excerpt and it’s ok ??

Viewing 1 replies (of 1 total)
  • The topic ‘Excpert text with visual composer’ is closed to new replies.