hi,
when using a Ajax portfolio preview in Portfolio Grid, there is a title link to the single portfolio page, how can I disable this link?
thank you :)
Hi decode!
can you show us the issue providing us a link where we can see it? post it here as private reply if you wish.
Cheers!
Andy
Hi,
I just need to know how to disable this title link from “grid portfolio/ajax preview”
http://screencast.com/t/ioxOA25eSV
thanks
Hey!
In the portfolio.php file try changing line 721 from this.
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
To this.
$output .= "<h2 class='portfolio-preview-title entry-title' $markup>".$entry->post_title."</h2>";
Cheers!
Elliott
Hey Elliott,
I changed the code for the file/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php but still there is a link to the portfolio in the Title.
SO SORRY – edited the wrong installation (wrong folder) everything is ok !!
After the update to the latest Enfold Version the portfolio.php was overwritten. is it possible to integrate that into the child theme ?
Hi!
Please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Regards,
Yigit
THANK YOU !!!!!!!!!!!!!!!!!!!!!!!!