Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dic-global-dev
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Manzar Hussain
dic-global-dev
Commits
a79e2317
Commit
a79e2317
authored
Dec 31, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
Feature theme See merge request manzarH/dic-global-dev!191
parents
5dec8441
5668e187
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
33 deletions
+5
-33
override.css
themes/custom/envigo/css/override.css
+5
-0
override.js
themes/custom/envigo/js/override.js
+0
-33
No files found.
themes/custom/envigo/css/override.css
View file @
a79e2317
...
@@ -40,3 +40,7 @@
...
@@ -40,3 +40,7 @@
width
:
100%
;
width
:
100%
;
height
:
auto
;
height
:
auto
;
}
}
.v_t_i_b
img
{
width
:
100%
;
height
:
auto
;
}
\ No newline at end of file
themes/custom/envigo/js/override.js
View file @
a79e2317
...
@@ -71,26 +71,6 @@
...
@@ -71,26 +71,6 @@
$
(
'.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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment