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

    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

    #140125

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Portfolio Tooltips’ is closed to new replies.