Testimonial as shown in Demo?

Homepage Community Forums Epik Theme Support Testimonial as shown in Demo?

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10275
    provirtual
    Customer

      Hi, Can anyone advise on the plugin that is being used to create the cool testimonial look on the sidebar of the Epik demo site??

      http://demo.appfinite.net/epik/layouts/cs/

      Assuming it is a plugin??

      Many thanks,

      – Mary

      #10288
      Wes
      Moderator

        It’s html code that I added inside of a Text widget. –

        First I added this –

        <div class="quote">"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam."  
        </div>

        Then the arrow –
        <div class="quote-arrow"></div>

        Then the image –
        <center><img src="http://ADD_YOUR_IMAGE_LINK_HERE.jpg" alt=""></center>

        Which looks like this in the end –

        <div class="quote">"Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam."  
        </div>
        <div class="quote-arrow"></div>
        <center><img src="http://ADD_YOUR_IMAGE_LINK_HERE.jpg" alt=""></center>
        #10298
        provirtual
        Customer

          Many thanks for your reply, Wes!! Very helpful! 馃槈

          – Mary

          #10301
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Testimonial as shown in Demo?’ is closed to new replies.