Bug in Total Slider Widget
-
Hi,
I found a bug in the widget where if a slide has an empty description, it displays the description of the previous slide. The fix is to add the following code in includes/class.total-slider-widget.php after Lines 269-271 (which set the slide description):
else { $this->slide_description = ''; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Bug in Total Slider Widget’ is closed to new replies.