fix block row exist

This commit is contained in:
kevin
2021-01-11 17:35:43 +01:00
parent d6fa6d1dbe
commit 805926bd62
7 changed files with 31 additions and 26 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -176,3 +176,26 @@ article img,
font-family: 'truenoregular'!important;
}
}
// reveal
.__img-hero,
.participant_full .__img,
.participant_full figcaption,
.home #txt_present, article#presentation,
#block-views-block-slide-programme-block-1,
#block-views-block-dernieres-publications-block-1,
.__ressources > *,
article#presentation p,
.letter-sort,
.participant_full .content > *,
.programme.container,
.programme .thumbnails,
.views.__publications .thumbnails,
.les_intervenants .thumbnails_participants,
#moments .__title,
#moments .__wrapper,
#moments .__wrap_content .__content > *,
#moments .__wrap_side{
visibility: hidden;
}
@@ -391,25 +391,6 @@ function scrollReaveal(){
ScrollReveal().reveal(nodes.views, showUp);
ScrollReveal().reveal(nodes.title_participant, Show);
ScrollReveal().reveal(nodes.node_moment, showUp);
// ScrollReveal().reveal(nodes.ArticleP, showUp);
// ScrollReveal().reveal(nodes.ArticleH3, showUp);
// ScrollReveal().reveal(nodes.ArticleHn, showUp);
// ScrollReveal().reveal(nodes.ArticleRs, showUp);
// ScrollReveal().reveal(nodes.Block, showUp);
// ScrollReveal().reveal(nodes.Thumbnails, showUp);
// ScrollReveal().reveal(nodes.SortLetter, showUp);
// ScrollReveal().reveal(nodes.Portrait, showleft);
// ScrollReveal().reveal(nodes.PortraitFigcap, {
// delay: 200,
// duration: 600,
// easing: 'cubic-bezier(0.5, 0, 0, 1)'
// });
// ScrollReveal().reveal(nodes.Ressource_intervenant, showUp);
}
$( document ).ready(function() {
@@ -33,8 +33,7 @@
*/
#}
{% if rows %}
{% if rows[0]['#rows'][0]['#row'].node__field_bibliographie_field_bibliographie_target_id %}
{{ title_prefix }}
{{ title }}
{{ title_suffix }}
@@ -33,7 +33,9 @@
*/
#}
{% if rows %}
{% if rows[0]['#rows'][0]['#row'].node__field_publications_participants_field_publications_par %}
{{ title_prefix }}
{{ title }}
@@ -34,7 +34,6 @@
#}
{% if rows %}
{{ title_prefix }}
{{ title }}
{{ title_suffix }}
@@ -68,4 +67,3 @@
{% endif %}
{{ feed_icons }}
{% endif %}