slide programme overflow
This commit is contained in:
@@ -1658,7 +1658,7 @@ https://flickity.metafizzy.co
|
|||||||
@media screen and (min-width: 1200px) {
|
@media screen and (min-width: 1200px) {
|
||||||
#block-colloque2024-views-block-slide-programme-block-1 .__slide article,
|
#block-colloque2024-views-block-slide-programme-block-1 .__slide article,
|
||||||
#block-colloque2024-views-block-slide-programme-node-intervenant-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-block-1 .__slide article a,
|
||||||
#block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .__slide article a {
|
#block-colloque2024-views-block-slide-programme-node-intervenant-block-1 .__slide article a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -29,7 +29,8 @@
|
|||||||
width: calc(100% / 3 - #{$gutter} * 2);
|
width: calc(100% / 3 - #{$gutter} * 2);
|
||||||
}
|
}
|
||||||
@media screen and (min-width: 1200px) {
|
@media screen and (min-width: 1200px) {
|
||||||
width: calc(100% / 4 - #{$gutter} * 2);
|
width: calc(100% / 4 - #{$gutter} * 1);
|
||||||
|
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -349,7 +349,7 @@ function scrollReaveal(){
|
|||||||
hero_participant : document.querySelectorAll('.participant_full .__img'),
|
hero_participant : document.querySelectorAll('.participant_full .__img'),
|
||||||
title_participant: document.querySelectorAll('.participant_full figcaption'),
|
title_participant: document.querySelectorAll('.participant_full figcaption'),
|
||||||
article : document.querySelectorAll('.home #txt_present, article#presentation'),
|
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 > *'),
|
p : document.querySelectorAll('article#presentation p, .letter-sort, .participant_full .content > *'),
|
||||||
programme: document.querySelectorAll('.programme.container'),
|
programme: document.querySelectorAll('.programme.container'),
|
||||||
thumbnails : document.querySelectorAll('.programme .thumbnails, .views.__publications .thumbnails, .les_intervenants .thumbnails_participants'),
|
thumbnails : document.querySelectorAll('.programme .thumbnails, .views.__publications .thumbnails, .les_intervenants .thumbnails_participants'),
|
||||||
@@ -395,7 +395,7 @@ function scrollReaveal(){
|
|||||||
|
|
||||||
function pagination(){
|
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){
|
$next.on("click",function(event){
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
@@ -434,7 +434,7 @@ function pagination(){
|
|||||||
})
|
})
|
||||||
.done(function( data ) {
|
.done(function( data ) {
|
||||||
let $data = $(data).find(".wrap--image");
|
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);
|
$next.attr('href', base_uri +'='+ currentPage);
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
<div class="row justify-content-end">
|
<div class="row justify-content-end">
|
||||||
{% if rows[0] %}
|
{% if rows[0] %}
|
||||||
<div class="__wrap_side col-sm-12 col-md-1">
|
<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">
|
<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>
|
<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
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
{% if header %}
|
{% if header %}
|
||||||
<section class="wrap_head">
|
<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>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user