majeedraza1 / carousel-slider

A WordPress plugin to Create SEO friendly Image, Logo, Video, Post, WooCommerce Product and HTML Content Carousel.
https://wordpress.org/plugins/carousel-slider/
Other
12 stars 3 forks source link

Video Content isnt saved #20

Closed charismeki closed 2 years ago

charismeki commented 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--