Hello. Is it possible to remove the tooltips that appear when you hover over an item in the portfolio page. Please see attached screen shot. Would be great if I could target this just for the portfolio page. Thanks. http://snag.gy/8SpcS.jpg
Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' title='".esc_attr(strip_tags($title))."' ",'a'), $entry);
replace with
$link_markup = apply_filters('avf_portfolio_custom_image_container', array("a href='{$link}' ",'a'), $entry);
However because of seo reasons I’d recommend to stick with the link title/tooltip.