Install and populate woo testimonials plugin:
Extract and import this .json file into slider (the .jma-testimonials class isincluded in this import):
soliloquy-73-05-11-2018.json.tar
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | /* testimonial slider */ .jma-testimonials { max-height: inherit !important; } .jma-testimonials .soliloquy-caption { position: static !important; display: block !important } .jma-testimonials .soliloquy-caption-inside { position: absolute !important; top: 0 !important; width: 100% !important; height: 100% !important; background: #ffffff !important } .jma-testimonials .soliloquy-image { height: 200px !important } @media(max-width: 600px) { .jma-testimonials .soliloquy-image { height: 300px !important } } .jma-testimonials .soliloquy-fc-caption { position: absolute !important; top: 50% !important; transform: translate(0, -50%) !important; left: 60px; right: 60px; color: #000066; } .jma-testimonials .soliloquy-fc-content { text-align: left; padding-bottom: 30px !important; } .jma-testimonials .soliloquy-fc-content p { line-height: 140% !important; } .jma-testimonials .soliloquy-fc-caption h2 { color: #000066 !important; position: absolute; bottom: 0; right: 0; margin-bottom: 0 !important; } .jma-testimonials .soliloquy-fc-caption h2 a { color: #000066 !important; } .jma-testimonials .soliloquy-prev, .jma-testimonials .soliloquy-next { background: none !important } .jma-testimonials .soliloquy-next, .jma-testimonials .soliloquy-prev { position: relative; } .jma-testimonials .soliloquy-next:before, .jma-testimonials .soliloquy-prev:before { content: ""; position: absolute; width: 0; height: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; } .jma-testimonials .soliloquy-next:before { border-left: 15px solid #000066; } .jma-testimonials .soliloquy-next:after, .jma-testimonials .soliloquy-prev:after { content: ""; position: absolute; top: 7px; width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; } .jma-testimonials .soliloquy-next:after { border-left: 8px solid #fff; } .jma-testimonials .soliloquy-prev:before { right: 0; border-right: 15px solid #000066; } .jma-testimonials .soliloquy-prev:after { right: 0; border-right: 8px solid #fff; } |