Add Hyperlink on banner and remove pause mouseover on slider

2 replies · opened Jan 27, 2017

MmikegJan 27, 2017

Hi,

How can I add a href link over the image and remove the pause mouseover the slider? www.blendmount.com/newsite/index.html
Thank you in advance!
Seb


	<section id="slider" class="slider clearfix">

		<div class="camera_wrap" id="camera_wrap_1">
        				<div data-src="images/slider/swiper/1.jpg">
				<div class="camera_caption fadeFromBottom flex-caption slider-caption-bg" style="left: 0; border-radius: 0; max-width: none;">
					<div class="container">Say goodbye to unsightly suction cups! Looks Factory Installed.</div>
				</div>
			</div>
			<div data-src="images/slider/swiper/4.jpg">
				<div class="camera_caption fadeFromBottom flex-caption slider-caption-bg" style="left: 0; border-radius: 0; max-width: none;">
					<div class="container">Compatible Radar Detectors: Escort, Beltronics, Cobra, Valentine One, K40, Radenso, Uniden.</div>
				</div>
			</div>
			<div data-src="images/slider/swiper/8.jpg">
				<div class="camera_caption fadeFromBottom flex-caption slider-caption-bg" style="left: 0; border-radius: 0; max-width: none;">
					<div class="container">Absolutely No Bouncing, Noise Or Vibrations!</div>
				</div>
			</div>
			<div data-src="images/slider/swiper/2.jpg">
				<div class="camera_caption fadeFromBottom flex-caption slider-caption-bg" style="left: 0; border-radius: 0; max-width: none;">
					<div class="container">The Install Looks Like It Came With The Car!</div>
				</div>
			</div>
		</div>

		<script type="text/javascript">

			jQuery(document).ready(function($) {

				$('#camera_wrap_1').camera({
					thumbnails: false,
					height: '40%',
					loader: 'pie',
					loaderPadding: 1,
					loaderStroke: 5,
					onLoaded: function() {
						$('#camera_wrap_1').find('.camera_next').html('<i class="icon-angle-right"></i>');
						$('#camera_wrap_1').find('.camera_prev').html('<i class="icon-angle-left"></i>');
					}
				});

			});

		</script>

	</section>
SSemicolon WebSTAFFJan 31, 2017

Hello,

  1. Simply add data-link="http://your-website.com" Attribute along with the data-src to make your Slides clickable.

  2. You can simply add hover: false Option to the Camera Slider JS Settings.

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.

MmikegJan 31, 2017

Excellent! Thank you so much.
Have A good day :)

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