I have tried take out post_id”” from the shortcode as you described but then no gallery shows..
This is what I currently have in my page.PHP template..
<?php
echo do_shortcode('[inpost_gallery thumb_width="100" thumb_height="100" post_id="" thumb_margin_left="0" thumb_margin_bottom="0" thumb_border_radius="2" thumb_shadow="0 1px 4px rgba(0, 0, 0, 0.2)" js_play_delay="3000" id="" random="0" group="0" border="" type="yoxview" show_in_popup="0" album_cover="" album_cover_width="200" album_cover_height="200" popup_width="800" popup_max_height="600" popup_title="Gallery"][/inpost_gallery]');
?>
I need to write something in post_id=”****” to make it pull the id from the post automatically for all the different pages using that template.. so that the gallery shows photos that are loaded on each different post..