Browse Source

fix block row exist

kevin 3 years ago
parent
commit
805926bd62

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu_colloque/css-compiled/index.css


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu_colloque/css-compiled/index.min.css


+ 23 - 0
web/themes/custom/popsu_colloque/css/index.scss

@@ -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;
+}

+ 0 - 19
web/themes/custom/popsu_colloque/js/script.js

@@ -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() {

+ 1 - 2
web/themes/custom/popsu_colloque/template/views/views-view--bibliographie_node_intervenant.html.twig

@@ -33,8 +33,7 @@
  */
 #}
 
-
-{% if rows %}
+{% if rows[0]['#rows'][0]['#row'].node__field_bibliographie_field_bibliographie_target_id %}
   {{ title_prefix }}
   {{ title }}
   {{ title_suffix }}

+ 3 - 1
web/themes/custom/popsu_colloque/template/views/views-view--publication_node_intervenant.html.twig

@@ -33,7 +33,9 @@
  */
 #}
 
-{% if rows %}
+
+
+{% if rows[0]['#rows'][0]['#row'].node__field_publications_participants_field_publications_par %}
 
   {{ title_prefix }}
   {{ title }}

+ 0 - 2
web/themes/custom/popsu_colloque/template/views/views-view--slide_programme_node_intervenant.html.twig

@@ -34,7 +34,6 @@
 #}
 
 
-{% if rows %}
   {{ title_prefix }}
   {{ title }}
   {{ title_suffix }}
@@ -68,4 +67,3 @@
   {% endif %}
 
   {{ feed_icons }}
-  {% endif %}

Some files were not shown because too many files changed in this diff