• External Plugin “Slide anything” dont save the shortcode [latest-selected-content]

    Very strange. Saves all shortcode, but [latest-selected-content] dont save

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter leandrobhbr

    (@leandrobhbr)

    sorry, plugin “Slide anything” error viewing the WordPress Administration Panels whith shortcode
    Very strange. Saves all shortcode, but [latest-selected-content] dont show
    ———
    Resolved:
    only show shortcode in the theme
    if ( ! is_admin() ) { $slide_content=do_shortcode($slide_content); } #frontend.php

    Thread Starter leandrobhbr

    (@leandrobhbr)

    comment code:

    // apply 'the_content' filter to slide content to process any shortcodes        
    #if ($slide_data['shortcodes'] == 'true') {
    #$slide_data["slide".$i."_content"] = apply_filters('the_content', $metadata["sa_slide".$i."_content"][0]);
    #} else {
    $slide_data["slide".$i."_content"] = $metadata["sa_slide".$i."_content"][0];
    #}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Compatibility problem with external plugin’ is closed to new replies.