• Resolved BraveNewCode Inc.

    (@bravenewcode)


    We had a user of WPtouch report some problems with using WP Contact Slider with our plugin. Reviewing the code, we noticed that the closing </div> tags aren’t being output when the slider is displayed.

    This appears to be due to the following code in wpcs_frontend_functions.php:

    $counter++;
    
                            // check to just display not more then one slider on single page
                            if($counter == 1)
                                break;

    That break exits the while ( $wpcs_query->have_posts() ) { loop, preventing the </div> tags which follow from ever being output.

    Moving it down below the series of </div>s resolves the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi BraveNewCode!

    Thanks for reporting this issue. We will add this fix and release new version very soon.

    Stay tune!

    Hi BraveNewCode!

    Version 1.50 released with fix of closing tag issue.
    View Changelog

    Just Update your WP Contact Slider plugin from installed plugins page and you are done.

    Thanks for using WP Contact Slider and reporting this bug.

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

The topic ‘Bug in 1.4.1 – wpcs_slider_section()’ is closed to new replies.