custom content in twitter widget

1 reply·opened Nov 26, 2018
C
cgeliciNov 26, 2018

Hi,

I really like the way the twitter widget box looks on contact-recaptcha.html. I would like to use this as a content box for custom content. So i just want the box with the shadow, but not actually a twitter functionality.

Is there a way to achieve this ?

S
SemiColonWebSTAFFNov 29, 2018

Hello,

You can simply consider using the following code:

<div class="fslider testimonial" data-animation="fade" data-arrows="false">
	<div class="flexslider">
		<div class="slider-wrap">
			<div class="slide">
				<div class="testi-image">
					<a href="#"><img src="images/testimonials/3.jpg" alt="Customer Testimonails"></a>
				</div>
				<div class="testi-content">
					<p>Similique fugit repellendus expedita excepturi iure perferendis provident quia eaque. Repellendus, vero numquam?</p>
					<div class="testi-meta">
						Steve Jobs
						<span>Apple Inc.</span>
					</div>
				</div>
			</div>
			<div class="slide">
				<div class="testi-image">
					<a href="#"><img src="images/testimonials/2.jpg" alt="Customer Testimonails"></a>
				</div>
				<div class="testi-content">
					<p>Natus voluptatum enim quod necessitatibus quis expedita harum provident eos obcaecati id culpa corporis molestias.</p>
					<div class="testi-meta">
						Collis Ta'eed
						<span>Envato Inc.</span>
					</div>
				</div>
			</div>
			<div class="slide">
				<div class="testi-image">
					<a href="#"><img src="images/testimonials/1.jpg" alt="Customer Testimonails"></a>
				</div>
				<div class="testi-content">
					<p>Incidunt deleniti blanditiis quas aperiam recusandae consequatur ullam quibusdam cum libero illo rerum!</p>
					<div class="testi-meta">
						John Doe
						<span>XYZ Inc.</span>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard