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
bfdfd5aa
Commit
bfdfd5aa
authored
Dec 28, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove slider code
parent
9ee61178
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
custom.js
themes/custom/envigo/js/custom.js
+2
-2
region--primary-menu.html.twig
themes/custom/envigo/templates/layout/region--primary-menu.html.twig
+4
-1
views-view-unformatted--team--block.html.twig
themes/custom/envigo/templates/views/views-view-unformatted--team--block.html.twig
+2
-1
No files found.
themes/custom/envigo/js/custom.js
View file @
bfdfd5aa
...
...
@@ -208,7 +208,7 @@
if
(
$
(
".cs_slider_con_m_w"
).
length
)
{
/*
if ($(".cs_slider_con_m_w").length) {
$(".cs_slider_con_m_w").slick({
dots: false,
arrows: true,
...
...
@@ -261,7 +261,7 @@
}
}
}
*/
if
(
$
(
".cs_team_slider_container"
).
length
)
{
...
...
themes/custom/envigo/templates/layout/region--primary-menu.html.twig
View file @
bfdfd5aa
...
...
@@ -19,5 +19,8 @@
]
%}
{%
if
content
%}
{{
content
}}
<div
class=
"h_menu_c_b"
>
{{
content
}}
</div>
{%
endif
%}
themes/custom/envigo/templates/views/views-view-unformatted--team--block.html.twig
View file @
bfdfd5aa
...
...
@@ -43,7 +43,8 @@
<section
class=
"e-r-slider"
>
{%
for
row
in
rows
%}
<div
class=
"e-r-item"
>
<p
class=
"e-r-item-quotes"
>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ body }}'
]
}}
</p>
<p
class=
"e-r-item-quotes"
>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ body }}'
]
}}
</p>
<p
class=
"e-r-item-footer"
>
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ title }}'
]
}}
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ field_team_position }}'
]
}}
...
...
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