hi on your demo site homepage
you have 3 images on portfolio. They look great how can I achieve the same effect with text caption below?
I just want to use this layout for some image files that link to pages rather than portfolio items? Is this possible?
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('add_avia_builder_post_type_option');
add_theme_support('avia_template_builder_custom_post_type_grid');
That will allow you to select Pages in the Portfolio Grid element.
Cheers!
Josue