Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #187740

    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

    #187741
    This reply has been marked as private.
    #188548

    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

    #188559

    Thanks,
    But it still links to the single page (although no hand icon is shown on hover)…

    Regards!

    #189564

    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

    #189614

    It´s Perfect, thanks a lot!

    Best regards

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Portfolio item title’ is closed to new replies.