Commit a79e2317 by Manzar Hussain

Merge branch 'feature-theme' into 'develop'

Feature theme

See merge request manzarH/dic-global-dev!191
parents 5dec8441 5668e187
...@@ -39,4 +39,8 @@ ...@@ -39,4 +39,8 @@
.ls_img_cb span img { .ls_img_cb span img {
width: 100%; width: 100%;
height: auto; height: auto;
}
.v_t_i_b img {
width: 100%;
height: auto;
} }
\ No newline at end of file
...@@ -70,27 +70,7 @@ ...@@ -70,27 +70,7 @@
}); });
$('.rbc_slider_s').slick({
slidesToShow: 5,
slidesToScroll: 1,
asNavFor: '.rbc_slider_b',
dots: false,
focusOnSelect: true,
vertical: true,
verticalSwiping: true,
nextArrow: '<button class="arrowSlider leftArrow"><i class="fa fa-chevron-left" aria-hidden="true"></i><button>',
prevArrow: '<button class="arrowSlider rightArrow"><i class="fa fa-chevron-right" aria-hidden="true"></i><button>',
responsive: [{
breakpoint: 767,
settings: {
vertical: false,
slidesToShow: 3,
slidesToScroll: 1,
}
}]
});
$("#simplenews-subscriptions-block-226b1abd-464c-4b6e-b0d2-301af005f689 input").attr('placeholder', 'Enter your email'); $("#simplenews-subscriptions-block-226b1abd-464c-4b6e-b0d2-301af005f689 input").attr('placeholder', 'Enter your email');
$("#edit-subscribe").html('Submit'); $("#edit-subscribe").html('Submit');
...@@ -136,19 +116,6 @@ ...@@ -136,19 +116,6 @@
// For Events // For Events
$('.rbc_slider_b').slick({
slidesToShow: 1,
slidesToScroll: 1,
arrows: false,
fade: true,
asNavFor: '.rbc_slider_s'
}).on('beforeChange', function(event, slick, currentSlide, nextSlide) {
var current = $(slick.$slides[currentSlide]);
current.html(current.html());
});
$('.rbc_slider_s').slick({ $('.rbc_slider_s').slick({
slidesToShow: 5, slidesToShow: 5,
slidesToScroll: 1, slidesToScroll: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment