Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #383925

    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?

    #384195

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.