Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    @master WGS

    Please find the function CVGVideo_Renderin cool-video-gallery.php and remove this section of code

    <div style="float:left;width:<?php echo $options_player['cvgplayer_width']; ?>px;height:auto;margin-bottom:20px;" >
    					<div style="float:left;">
    						<input type="image" src="<?php echo $this->plugin_url?>images/video-button-embed.png" onclick="generate_embed('<?php echo $arguments['videoId'];?>');"/>
    					</div>
    					<div id="embed_content_<?php echo $arguments['videoId'];?>" style="float:left;display:none;padding-left:5px;padding-top: 3px;width: 85%;">
    						<textarea id="embed_text_<?php echo $arguments['videoId'];?>" style="border:medium none;width:<?php echo $options_player['cvgplayer_width'] - 85; ?>px;"></textarea>
    					</div>
    				</div>
    				</div>

    Thanks
    Praveen

    Btw, this method can screw with your footer depending on your theme. I have no idea why, but it does…

    Anyway, the easiest fix would be to make a 1×1 transparent png and replace ‘video-button-embed.png’ in images.

    Thread Starter c3idesign

    (@c3idesign)

    thx!

    Just don’t include the last “</div>” and the layout won’t break. It did for me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Cool Video Gallery] remove embed under video’ is closed to new replies.