• Resolved almendron

    (@almendron)


    Error not solved in the new version: https://www.ads-software.com/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.
    Fig. 2: index (excerpt).

    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)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error not solved (caption)’ is closed to new replies.