Browse Source

slide programme overflow

ouidade 1 month ago
parent
commit
dd6a671951

+ 1 - 1
web/themes/custom/colloque2024/css-compiled/index.css

@@ -1658,7 +1658,7 @@ https://flickity.metafizzy.co
   @media screen and (min-width: 1200px) {
     #block-colloque2024-views-block-slide-programme-block-1 .__slide article,
     #block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .__slide article {
-      width: calc(100% / 4 - 0.5rem * 2); } }
+      width: calc(100% / 4 - 0.5rem * 1); } }
   #block-colloque2024-views-block-slide-programme-block-1 .__slide article a,
   #block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .__slide article a {
     width: 100%;

+ 2 - 1
web/themes/custom/colloque2024/css/components/slides/slides.scss

@@ -29,7 +29,8 @@
         width: calc(100% / 3 - #{$gutter} * 2);
       }
       @media screen and (min-width: 1200px) {
-        width: calc(100% / 4 - #{$gutter} * 2);
+        width: calc(100% / 4 - #{$gutter} * 1);
+        
       }
       a {
         width: 100%;

+ 3 - 3
web/themes/custom/colloque2024/js/script.js

@@ -349,7 +349,7 @@ function scrollReaveal(){
     hero_participant :  document.querySelectorAll('.participant_full .__img'),
     title_participant: document.querySelectorAll('.participant_full figcaption'),
     article : document.querySelectorAll('.home #txt_present, article#presentation'),
-    blocs : document.querySelectorAll('#block-views-block-slide-programme-block-1, #block-views-block-dernieres-publications-block-1, .__ressources > *'), 
+    blocs : document.querySelectorAll('#block-colloque2024-views-block-slide-programme-block-1, #block-colloque2024-views-block-dernieres-publications-block-1, .__ressources > *'), 
     p : document.querySelectorAll('article#presentation p, .letter-sort, .participant_full .content > *'),
     programme: document.querySelectorAll('.programme.container'),
     thumbnails : document.querySelectorAll('.programme .thumbnails, .views.__publications .thumbnails, .les_intervenants .thumbnails_participants'),
@@ -395,7 +395,7 @@ function scrollReaveal(){
 
 function pagination(){
 
-  const $next = $('#block-views-block-gallerie-block-1 .pager a');
+  const $next = $('#block-colloque2024-views-block-gallerie-block-1 .pager a');
   
   $next.on("click",function(event){
       event.preventDefault();    
@@ -434,7 +434,7 @@ function pagination(){
       })
       .done(function( data ) {
               let $data = $(data).find(".wrap--image");
-              $( "#block-views-block-gallerie-block-1 section.d-flex" ).append($data);
+              $( "#block-colloque2024-views-block-gallerie-block-1 section.d-flex" ).append($data);
               
               $next.attr('href', base_uri +'='+ currentPage);
      

+ 1 - 1
web/themes/custom/colloque2024/template/views/lists/views-view-unformatted--programme.html.twig

@@ -26,7 +26,7 @@
   <div class="row justify-content-end">
   {% if rows[0] %}
     <div class="__wrap_side col-sm-12 col-md-1">
-      {% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
+      {% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' %}
 
        <div class="dl_ressource">
         <a download class="blue" href="{{ file_url(site_settings.information_global.le_programme.uri) }}"><span>Télécharger le programme en pdf</span></a>

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

@@ -40,7 +40,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view--dernieres_publications.html.twig

@@ -42,7 +42,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view--gallerie.html.twig

@@ -42,7 +42,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view--les-intervenants.html.twig

@@ -42,7 +42,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header-link_anchor.html.twig' %}
+      {% include 'themes/custom/colloque2024/template/components/header-link_anchor.html.twig' %}
     </section>
   {% endif %}
 

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

@@ -43,7 +43,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view--search.html.twig

@@ -42,7 +42,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view--slide_interviews.html.twig

@@ -42,7 +42,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view--slide_programme.html.twig

@@ -42,7 +42,7 @@
 
 {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view--slide_programme_node_intervenant.html.twig

@@ -40,7 +40,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' %}
     </section>
   {% endif %}
 

+ 1 - 1
web/themes/custom/colloque2024/template/views/views-view.html.twig

@@ -42,7 +42,7 @@
 
   {% if header %}
     <section class="wrap_head">
-      {% include 'themes/custom/popsu_colloque/template/components/header_slide.html.twig' with { croix : true } %}
+      {% include 'themes/custom/colloque2024/template/components/header_slide.html.twig' with { croix : true } %}
     </section>
   {% endif %}