• Resolved brianearthcrealys

    (@brianearthcrealys)


    Hi sir,
    First of all, thanks for your usefull plugin.
    I have 2 questions :
    1) Would it be possible to have an option to use pages in addition of the options images, posts … Thx.
    2) I use Divi theme and builder : everything is ok in the creation but the pb occures on the display : When the carousel shows the thumbnails of the pages, the text under is the ‘code version’ of the text … I mean in literal form not interpreted mode …
    Is there a way to correct that issue please ?

    With thanks for your answers.
    Yours
    Brian

Viewing 1 replies (of 1 total)
  • Thread Starter brianearthcrealys

    (@brianearthcrealys)

    I auto answer me lol :
    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 ‘Trouble with Divi : show text code not interpreted code’ is closed to new replies.