Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #437840

    Hi,
    how can i disable the link functionality in accordion slider?
    All other functions will stay, but it should not be clickable

    Regards
    Coco

    #438742

    Hey Coco!

    Thank you for using our theme.

    You have to modify the following core file or copy this file to the child theme directory (see http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/):

    enfold\config-templatebuilder\avia-shortcodes\slideshow_accordion.php.

    Locate line 569:

    
    $output .= "<a class='aviaccordion-slide-link noHover' href='".$slide->av_permalink."' ".$slide->av_target.">";
    

    and replace with:

    
    //  $output .= "<a class='aviaccordion-slide-link noHover' href='".$slide->av_permalink."' ".$slide->av_target.">";
    

    Cheers!
    Günter

    #439329

    Hey Günter,

    thank you for help!

    Regards
    Coco

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable link functionality in accordion slider’ is closed to new replies.