New Landing How can we help? Themeforest Theme Support Dante Hide swift slider details

Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #50279
    sweetklaire
    Member
    Post count: 8

    Hi,

    I’ve created a Swift Slider showing one post category. Can I hide the information showed above the image? I want to show only the title of the posts, hiding dates, author, likes and comments.

    Can I show also the entire title? Now it’s partially shown.

    Thanks!

    #50591
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please share URL of website with swift slider so i can reesolve your issues .
    With Best Regards
    Swiftideas Themes

    #50601
    sweetklaire
    Member
    Post count: 8
    This reply has been marked as private.
    #50722
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    Please open to edit /dante/includes/sf-media.php
    Remove code line 189 to 207

    $output .= '<div class="flex-caption-details">'. "\n";
    						$output .= '<div class="caption-details-inner">'. "\n";
    						$output .= '<div class="details clearfix">'. "\n";
    						$output .= '<span class="date">'.$post_date.'</span>'. "\n";
    						if ($post_client != "") {
    						$output .= '<span class="item-client">'.__("Client: ", "swiftframework").$post_client.'</span>'. "\n";
    						$output .= '<span class="item-categories">'.$post_categories.'</span>'. "\n";
    						} else {
    						$output .= '<span class="item-author">'.__("Posted by ", "swiftframework").$post_author.'</span>'. "\n";
    						$output .= '<span class="item-categories">'.$post_categories.'</span>'. "\n";
    						}
    						$output .= '</div>';
    						if ( comments_open() ) {
    							$output .= '<div class="comment-chart chart" data-percent="1" data-count="'.$post_comments.'" data-barcolor="'.$secondary_accent_color.'"><span>0</span><i class="ss-chat"></i></div>'. "\n";
    						}
    						if (function_exists( 'lip_get_love_count' )) {
    						$output .= '<div class="loveit-chart chart" data-percent="1" data-count="'.lip_get_love_count($post->ID).'" data-barcolor="'.$accent_color.'"><span>0</span><i class="ss-heart"></i></div>'. "\n";
    						}
    						$output .= '</div>'. "\n";
    						$output .= '</div>'. "\n";

    Please take a backup of file before editing .

    With Best Regards
    Swiftideas Themes

    #50891
    sweetklaire
    Member
    Post count: 8

    It works perfectly, thanks!

    And what about showing the entire title? It is possible to do? Now it’s showing like you can see in the image.

    Best regards

    #50909
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    HI,
    What category and post type used for slider ? Please publish new articles inside slider with long title and let me know your feedback .

    With Best Regards
    Swiftideas Themes

    #51338
    sweetklaire
    Member
    Post count: 8
    This reply has been marked as private.
    #51483
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please share wordpress admin login detail so i can check and resolve easily and i see that all things are perfect fine at my side .

    With Best Regards
    Swiftideas Themes

    #51504
    sweetklaire
    Member
    Post count: 8
    This reply has been marked as private.
    #51530
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have fixed your issue so please check with hard refresh [CTRL+F5] .
    I have put this css to fix issue at Admin -> Theme Options -> Custom CSS
    #swift-slider .flex-caption h4 span{white-space:normal}
    With Best Regards
    Swift Ideas

    #51553
    sweetklaire
    Member
    Post count: 8

    It works perfectly!

    Thanks for your quick answer.

    Regards,
    Clara

    #51560
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . Do you need any type of help ?

    With Best Regards
    Swift Ideas

    #51928
    sweetklaire
    Member
    Post count: 8

    No, thanks! Everything works properly 🙂

    Thanks!

    #51989
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad!

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register