badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Only one testimonial

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10723
    rodrodido
    Participant

    Hello, thanks for this great theme by the way.

    I want put only one testimonial but i can’t, is it possible?

    Right now when i fill one testimonial appears the second one empty with a space and (-) on home page, but i want to show only the first.

    Thanks.

    #10782

    hi
    Yes we have created to have the two testimonial. You may change it from interface-> inc- >widgets-> interface_widgets.php on line number 560

    <div class="testimonial-meta"> <strong><?php echo esc_html( $name1 ); ?></strong> <?php echo esc_html( $designation1 ); echo '-'; ?> <a href="<?php echo esc_url($company_link1); ?>" title="<?php echo $company_name1; ?>" target="_blank"> <?php echo esc_html( $company_name1 ); ?></a> </div>
    and paste this code

    <div class="testimonial-meta"> <strong><?php echo esc_html( $name1 ); ?></strong> <?php echo esc_html( $designation1 ); echo '-'; ?> <a href="<?php echo esc_url($company_link1); ?>" title="<?php echo $company_name1; ?>" target="_blank"> <?php echo esc_html( $company_name1 ); ?></a> </div>

    But each time you update our new version the same thing you have to do until we fix this issue for a single testimonial.
    thank you

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