Title: Error not solved (caption)
Last modified: July 6, 2018

---

# Error not solved (caption)

 *  Resolved [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/error-not-solved-caption/)
 * Error not solved in the new version: [https://wordpress.org/support/topic/issue-with-caption/](https://wordpress.org/support/topic/issue-with-caption/)(
   1 year, 1 month ago)
 * Captions images appear in the excerpt when they are inserted at the top of the
   post.
 * Fig. 1: [single](https://www.almendron.com/compartir/advanced-excerpt/advanced-excerpt-single.jpg).
   
   Fig. 2: [index (excerpt)](https://www.almendron.com/compartir/advanced-excerpt/advanced-excerpt-excerpt.jpg).
 * Option “Remove shortcodes from the excerpt. (recommended)” does not work.
 * Temporary solution: modify file class/advanced-excerpt.php
 *     ```
       $text = get_the_content( '' );
       $text = apply_filters('the_content', $text);
       ```
   
 * change
 *     ```
       $text = get_the_content( '' );
       if(1 == $no_shortcode)
       	$text = strip_shortcodes($text);
       $text = apply_filters('the_content', $text);
       ```
   

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/error-not-solved-caption/#post-10468990)
 * Hi,
 * The plugin has a new owner now. So, support questions will be answered and plugin
   updates will be made.
 * I’ll look into that issue with the captions and release an update either today
   or tomorrow.
    -  This reply was modified 7 years, 10 months ago by [WPKube](https://wordpress.org/support/users/wpkube/).
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/error-not-solved-caption/#post-10470335)
 * Thank you very much.
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/error-not-solved-caption/#post-10476642)
 * Hi,
 * Sorry for the delay, had an unplanned trip out of town for the weekend. Just 
   released the update.
 *  Thread Starter [almendron](https://wordpress.org/support/users/almendron/)
 * (@almendron)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/error-not-solved-caption/#post-10477984)
 * Perfect. Thank you very much
 *  Plugin Author [WPKube](https://wordpress.org/support/users/wpkube/)
 * (@wpkube)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/error-not-solved-caption/#post-10478005)
 * You’re welcome.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Error not solved (caption)’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-excerpt_ae8159.svg)
 * [Advanced Excerpt](https://wordpress.org/plugins/advanced-excerpt/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-excerpt/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-excerpt/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-excerpt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-excerpt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-excerpt/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [WPKube](https://wordpress.org/support/users/wpkube/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/error-not-solved-caption/#post-10478005)
 * Status: resolved