Forum Replies Created

Viewing 1 replies (of 1 total)
  • Crownoflyfe:

    Open the Content_Slide.php file

    Search for the function “function wp_content_slider()” around line 254.

    Somewhere before the first “echo” command copy/paste: ob_start();

    After that scroll all the way to just about the end of the file somewhere around 342 I put:

    $output_string = ob_get_contents();
    ob_end_clean();
    return $output_string;

    Bradvin & exposedesign: Excellent work! Those are two nice additions to snilesh’s work.

    snilesh, nice job on this plugin. I agree that these two functions should be in a future release.

Viewing 1 replies (of 1 total)