- 
		
			
				
Hello,
Again facing some issues with the video format template.
Now, for some reason, video carousel is appearing without being me the one selecting them. If I go to the backend or the classic editor, there is nothing there where I can removed it, and even the posts that have no video on them, are showing up there as if they were no video. Checking the classic mode, there is no code showing so I could remove it, is simply appearing by art of magic!
You can check what I am talking about here: https://nomadsrtw.com/2018/06/22/11-things-you-cannot-miss-when-visiting-hong-kong/
Thanks
Hello!
Unfortunately, no magic here, only code 😀
It appears when the video is part of a serie.
You can delete lines 27 > 31 in template-video.phpif ( shortcode_exists( 'vlogger-videocarousel' ) ) { echo do_shortcode('[vlogger-videocarousel serie_id="'.esc_html( get_query_var("vlogger_serie_in", null) ).'" current_video_id="'.get_the_id().'"]' ); }put your custom template in the child theme after the customization is done.
regardsHello!
Unfortunately, no magic here, only code 😀
It appears when the video is part of a serie.
You can delete lines 27 > 31 in template-video.phpif ( shortcode_exists( 'vlogger-videocarousel' ) ) { echo do_shortcode('[vlogger-videocarousel serie_id="'.esc_html( get_query_var("vlogger_serie_in", null) ).'" current_video_id="'.get_the_id().'"]' ); }put your custom template in the child theme after the customization is done.
regards 
The topic ‘video carousel is auto inserted when video format’ is closed to new replies.