Hello, I am wondering if there is anyway to change the AJAX portfolio preview to where when you click and it pops up the preview that it will just display the text, and no image in a 1 column format. The way it is now, it displays your slideshow/gallery on left and text on right. I want to just fill that space with text. Thanks.
Hi!
Yes – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and delete
$output .= "<div class='av_table_col first portfolio-preview-image'>";
$output .= $images;
$output .= "</div>";
Best regards,
Peter