Closed charismeki closed 2 years ago
Dear @sayful1 , thank you for this plugin. We encountered not being able to save video urls in the content field. There is a bug in the Module.php. Original
<textarea class="sp-input-textarea" id="_video_url" cols="35" rows="6" name="_video_url"><?php echo esc_textarea( $urls ); ?></textarea>
Our version:
<!--- change by indy --> <textarea class="sp-input-textarea" id="_video_url" cols="35" rows="6" name="carousel_slider[_video_url]"><?php echo esc_textarea( $urls ); ?></textarea>
Best, c--
Dear @sayful1 , thank you for this plugin. We encountered not being able to save video urls in the content field. There is a bug in the Module.php. Original
Our version:
Best, c--