Carousel image link on index-magazine-3

1 reply · opened Aug 11, 2019

RrdetwilerAug 11, 2019

Hello,

I would like the user to be able to click the image in the carousel instead of just the "Read Story" button.

It looks like this should be a functioning link (the image) but when I load the index-magazine-3.html page in a browser, the image itself isn't a link. Only the "Read Story" button functions as an active link.

What can I change in the code so that this link actually functions as an active link?

attachment

code snip below

Thank you!
Ryan

<div id="oc-images" class="owl-carousel owl-carousel-full news-carousel header-stick bottommargin-lg carousel-widget" data-margin="3" data-loop="true" data-stage-padding="50" data-pagi="false" data-items-sm="1" data-items-xl="2">

				&lt;div class="oc-item"&gt;
					[

attachment
](#)
<div class="overlay">
<div class="text-overlay">
<span class="badge badge-danger">World</span>
<div class="text-overlay-title">
<h2>CJI defends collegium system, says don't defame judiciary</h2>
</div>
<div class="text-overlay-meta">
<span>14th Sep 2014</span>
</div>
Read Story
</div>
<div class="rounded-skill" data-color="#e74c3c" data-trackcolor="rgba(0,0,0,0.1)" data-size="80" data-percent="75" data-width="7" data-animate="3000">7.5</div>
</div>
</div>

SSemicolon WebSTAFFAug 13, 2019

Hello,

Please consider using the following code:


	[
![attachment](images/magazine/carousel/1.jpg)
](#)
	
		[]({your-url-here})
		
			World
			
				CJI defends collegium system, says don't defame judiciary
			
			
				14th Sep 2014
			
			[Read Story](#)
		
		7.5
	

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