Hi,
Thank you for purchasing our theme.
1.
Please go to Plugins>Plugin editor: select the BM Content builder, edit the
/include/templates/modules/module-masonry-grid.php
line 707:
$html .= '<span class="grid-item-cate">' .wp_kses_post( ux_cb_get_the_category( ' ', 'grid-item-cate-a', ) ). '</span>';
update as:
if ( $source == 'ux-portfolio') {
$html .= '<span class="grid-item-cate">' .wp_kses_post( ux_cb_get_the_category( ' ', 'grid-item-cate-a', 'ux-portfolio-cat' ) ). '</span>';
} else {
$html .= '<span class="grid-item-cate">' .wp_kses_post( ux_cb_get_the_category( ' ', 'grid-item-cate-a') ). '</span>';
}
—
It was fixed in the latest version.
2. There is not an extract option for Masonry grid.
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook