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
0e8132c3
Commit
0e8132c3
authored
Dec 28, 2020
by
Manzar Hussain
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-theme' into 'develop'
remove slider code See merge request manzarH/dic-global-dev!89
parents
ed57f61b
bfdfd5aa
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 @
0e8132c3
...
@@ -208,7 +208,7 @@
...
@@ -208,7 +208,7 @@
if
(
$
(
".cs_slider_con_m_w"
).
length
)
{
/*
if ($(".cs_slider_con_m_w").length) {
$(".cs_slider_con_m_w").slick({
$(".cs_slider_con_m_w").slick({
dots: false,
dots: false,
arrows: true,
arrows: true,
...
@@ -261,7 +261,7 @@
...
@@ -261,7 +261,7 @@
}
}
}
}
*/
if
(
$
(
".cs_team_slider_container"
).
length
)
{
if
(
$
(
".cs_team_slider_container"
).
length
)
{
...
...
themes/custom/envigo/templates/layout/region--primary-menu.html.twig
View file @
0e8132c3
...
@@ -19,5 +19,8 @@
...
@@ -19,5 +19,8 @@
]
]
%}
%}
{%
if
content
%}
{%
if
content
%}
{{
content
}}
<div
class=
"h_menu_c_b"
>
{{
content
}}
</div>
{%
endif
%}
{%
endif
%}
themes/custom/envigo/templates/views/views-view-unformatted--team--block.html.twig
View file @
0e8132c3
...
@@ -43,7 +43,8 @@
...
@@ -43,7 +43,8 @@
<section
class=
"e-r-slider"
>
<section
class=
"e-r-slider"
>
{%
for
row
in
rows
%}
{%
for
row
in
rows
%}
<div
class=
"e-r-item"
>
<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"
>
<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
][
'{{ title }}'
]
}}
{{
row.content
[
'#view'
]
.
style_plugin.render_tokens
[
loop.index0
][
'{{ field_team_position }}'
]
}}
{{
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