I am trying to run a simple do_shortcode using the following shortcode. I am trying to use it in a template page:
[vc_row]
[vc_column offset="vc_col-xs-12"]
[vc_empty_space]
[vc_masonry_grid post_type="custom" item="30085" grid_id="vc_gid:1501607642378-18d5e30a-9317-9" custom_query="post_status=publish&posts_per_page=-1"]
[vc_empty_space]
[/vc_column]
[/vc_row]
The problem is that the masonry grid works on a page but it doesn't work when I use do_shortcode. It renders but it keeps loading forever. Any ideas why?