Testimonials - by Libardo - on WordPress WooCommerce support

This topic has 10 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: Libardo
    Libardo
    Participant
    April 18, 2015 at 21:12

    Hello

    Can you please assist how to make testimonials looks like this?

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/gsfdgfdsg_zpsnrcycsfr.png

    At the moment it is showing like this :

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/ffgffg_zpsdoaiq8ym.png

    This is for the HomePage of the website.

    Please, contact administrator
    for this information.
    9 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 19, 2015 at 18:42

    Hello,

    You can make transparent background for testimonials using this code in custom.css file:

    blockquote.testimonials-text {
        background-color: transparent !important;
        border: none !important;
    }

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 03:02

    Hi Eva,

    I’ve add the code and the white block has gone. Good! Now we have the following to fix:

    ITEM 1.) Is there a way to Hide the Category text? If not is there a way to center align it>
    — > Let me know which if the option is possible for item 1.

    ITEM 2.) Is there a way to hide the white arrows? And add the arrows on the side like they are showing color red/yellow?
    — > Let me know which if the option is possible for item 2.

    http://i1340.photobucket.com/albums/o728/LibardoBarreto/VRE_zpsayudpvbd.png

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 20, 2015 at 14:47

    Hello,

    1. Please add this code in custom.css file:

    .testimonial-info {
      display: none;
    }

    2. Unfortunately there is no such option to add new arrows but you can remove them with this code:

    .owl-controls {
       display: none;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 16:56

    Hi Eva,

    I’ve added this code but still the arrow shows.

    .owl-controls {
    display: none;
    }

    Also I’ve add this code but still there is a white arrow pointing down showing

    .testimonial-info {
    display: none;
    }

    Is there a way also to let the Testimonials spin automatically after a few seconds?

    I;ve add the codes above in the Home Page

    Avatar: Eva
    Eva Kemp
    Support staff
    April 20, 2015 at 21:16

    Hello,

    I’ve edited the code for arrows and added this one:

    blockquote.testimonials-text:before {
        display: none !important;
    }
    
    blockquote.testimonials-text:after {
        display: none !important;
        
    }

    Please check testimonials now.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 20, 2015 at 22:20

    Thanks Eva. Looks GOOD. However is there a way for the testimonials text to spin automatically?

    Avatar: Eva
    Eva Kemp
    Support staff
    April 21, 2015 at 13:41

    Hello,

    As I see it’s currently spinning automatically, isn’t it?
    Please check it.

    Regards,
    Eva Kemp.

    Avatar: Libardo
    Libardo
    Participant
    April 21, 2015 at 14:11

    Hi Eva,

    That’s correct. However is there a way to time this? Or maybe make it faster?

    Avatar: Eva
    Eva Kemp
    Support staff
    April 21, 2015 at 18:11

    Hello,

    You need edit Testimonials element in Visual Composer editor, select “Slider” for Display type and write Interval in miliseconds for testimonials slides.

    Regards,
    Eva Kemp.

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.