Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Ga Satrya

    (@satrya)

    Hi, please open the plugin file
    1. Go to Plugins > Editor then choose this plugin.
    2. Open widget-recent-posts-extended.php
    3. Find this code <?php echo rpwe_excerpt( $length ); ?>
    4. Please change it with <?php echo strip_shortcodes( rpwe_excerpt( $length ) ); ?>

    Please try and tell me what happen?

    Thread Starter hightechware

    (@hightechware)

    Great it works, except for string lenght that have to count shortcode characters number.

    Thread Starter hightechware

    (@hightechware)

    With this patch now it works as before:
    <?php echo strip_shortcodes( rpwe_excerpt( $length*2 ) ); ?>

    Plugin Author Ga Satrya

    (@satrya)

    except for string lenght that have to count shortcode characters number.

    Hmm.. I’ll check it again. You can safely use the edited code. I’ll update it soon.

    Thanks.

    Andreas

    (@lacproduction)

    I need the excerpt!
    I downgraded to the last version.

    Please let us know, if the excerp function works again please.

    Thank you!

    Andreas

    This does not apply to the latest version 0.9.1

    I would also like to get rid of the caption and other shortcodes, if possible.

    How can I do this?

    Thanks

    Plugin Author Ga Satrya

    (@satrya)

    @andreas I will think about it, I just realize some issue when I switched from excerpt to content.

    @jeremy please read this topic once again, you can try steps I wrote above.

    I’m using version 0.9.1 and that fix worked for me. The *2 was a bit too long and the length by itself was too short but 1.5 was juuuuuust right.

    Thread Starter hightechware

    (@hightechware)

    Hi Satrya,
    new upgrade, same problem…
    I had to fix it again, manually!

    Plugin Author Ga Satrya

    (@satrya)

    I’m sorry @hightechware it should fixed in the next version ??

    Which version? I’m at 0.9.2 and this bug still isn’t fixed. One line of code doesn’t seem like too big a deal that you couldn’t push down a update today. We’re at your mercy here.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Problem with caption included’ is closed to new replies.