Error on videoshortcode.php
-
on file front/views/videoshortcode.php
change (line 399 -> 401)
if($videogalleryviews==true){ $output .= '<div class="video-page-views"><strong>' . __("Views", "video_gallery") . ' </strong>: ' . $hitcount . '</div></div>'; }
in
if($videogalleryviews==true){ $output .= '<div class="video-page-views"><strong>' . __("Views", "video_gallery") . ' </strong>: ' . $hitcount . '</div>'; } $output .= '</div>';
without this change if one has not $videogalleryviews==true the plugin leave an open div
I hope you add this fix into the next version.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error on videoshortcode.php’ is closed to new replies.