• Resolved levste

    (@levste)


    to view editor content

    REPLACE IN FILE responsive-gallery.php, the function rcpig_excerpt() :
    $output = get_the_excerpt();
    BY
    $output = apply_filters( ‘the_content’, get_the_content());

    AND ADD IN FILE rcpig-shortcode.php in jquery function:
    $portfolio_excerpt = rcpig_excerpt(‘rcpig_excerptlength’, ‘rcpig_excerpt_more’);
    $portfolio_excerpt = str_replace(PHP_EOL,””,$portfolio_excerpt);

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Realwebcare

    (@realwebcare)

    Hello levste,

    Thanks for your suggestions. I’ll check it in the plugin and will let you know In-Sha-Allah.

    Thanks
    Iftekhar

    Thread Starter levste

    (@levste)

    Thanks ??

    Plugin Author Realwebcare

    (@realwebcare)

    Hello again,

    I have tested the plugin with your suggested code. Unfortunately, this does not work in all situations! In the preview box, contents are showing via jQuery. As a result, for some HTML tags, jQuery stops working! There is a Read More text after the post excerpt in preview box. So, your users can read the full content by clicking on Read More text. You can also set any kind of button text and links instead of Read More button.

    Thanks
    Iftekhar

    Thread Starter levste

    (@levste)

    Hello,
    Too bad, how to not format the content editor?
    i need to use html tags in this area ??

    Plugin Author Realwebcare

    (@realwebcare)

    Sorry! the free version doesn’t have support for this. However, the Pro version has support for HTML tags in the expanded preview box.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show HTML in excerpt (editor content)’ is closed to new replies.