Few questions about Testimonials

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by sangermike, Sep 29, 2014.

  1. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    URL : www.pricechiropractic.org
    How can I deactivate the photos for the Testimonials slide show?
    How can I adjust the speed of the slides?
    Or how can I make it manual scrolling?

    I'm using the plugin Strong Testimonial for a form to generate reviews from clients so I just insert the shortcode for that particular review to link to it in the built in testimonial showing in the front page. The name is duplicated.

    How can I just show one instance of the name scrnshot review.jpg ?

    Thanks
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .tst-image{
    display: none;
    }
    .client .name {
    display: none;
    }
     
    
    Unfortunately ,Slider speed cannot be changed.
    Thanks & Regards
    Pramod
     
  3. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    how can I center the review after removing the photo?
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    After removing photo you can center review by this CSS code.
    Code:
    .tst-text {
    margin-left: 0;
    }
    Thanks & Regards
    Pramod
     
  5. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
  6. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    I actually added the codes before then deleted it coz it was not centered. Then I added it again with the new codes for centering. The site still looks unchanged. How can I correct this?
    testimonial.jpg
     
  7. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please use above code to remove image .
    And then use code to center remaining .
    Thanks & Regards
    Pramod
     
  8. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .tst-image {
    display: none;
    }
    .tst-text {
    margin-left: 0;
    }
    .triangle-arrow2 {
    display: none;
    }
    Thanks & Regards
    Yogesh Bhade
     
  9. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    i was just going to ask about the arrows coz i centered it and removed image already but the border box is cut off because of the arrows. I just added the code you gave for triangle-arrow2 hoping it would correct the issue but it didn't.
     
  10. sangermike

    sangermike Member

    Joined:
    Mar 9, 2014
    Messages:
    311
    Likes Received:
    5
    Ok now I see the change. I dont know why but for some reason, I only see changes when I'm logged on-or after a bit while for changes to kick in. Thank you for your time.
     
  11. Swapnil123

    Swapnil123 Administrator

    Joined:
    Oct 4, 2014
    Messages:
    12
    Likes Received:
    0
    Hello Sangermike,

    Pleased with your response !

    Let me know for further doubts and queries.

    Thanks & Regards,
    Swapnil Gupta,
    InkThemes.com
     

Share This Page