I don´t want my portfolio item title to link to a page (portfolio in AJAX mode).
I just want it to display in AJAX with no single page post.
How can i achieve this? It´s probably quite simple but been searching the forum with no success…
Thanks in advance
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
h2.portfolio-preview-title a { cursor: default; }
Best regards,
Yigit
Thanks,
But it still links to the single page (although no hand icon is shown on hover)…
Regards!
Hi!
Open up /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php and replace
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
with
$output .= "<h2 class='portfolio-preview-title entry-title' $markup>".$entry->post_title."</h2>";
to remove the link.
Best regards,
Peter
It´s Perfect, thanks a lot!
Best regards