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

    Hi, how can I make sure that in a post slider the number of comments doesn’t show below the picture in the slider?

    #289429

    Hi Welmoed!

    Thank you for using our theme.

    Open file
    enfold/config-templatebuilder/avia-shortcodes/postslider.php and find line 383:

    
    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$commentCount} {$text_add}</a></div><div class='slide-meta-del'>/</div>";
    

    Replace this with:

    
    $output .= "<div class='slide-meta-comments'><a href='{$link}{$link_add}'>{$text_add}</a></div><div class='slide-meta-del'>/</div>";
    

    Best regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.