Commit bfdfd5aa by Manzar Hussain

remove slider code

parent 9ee61178
...@@ -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) {
......
...@@ -19,5 +19,8 @@ ...@@ -19,5 +19,8 @@
] ]
%} %}
{% if content %} {% if content %}
{{ content }} <div class="h_menu_c_b">
{{ content }}
</div>
{% endif %} {% endif %}
...@@ -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 }}'] }}
......
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