]> _ Git - couzy.git/commitdiff
wip #6092 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Jun 2023 14:32:14 +0000 (16:32 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Jun 2023 14:32:14 +0000 (16:32 +0200)
mdryvescouzy.com/wp-content/themes/YvesCouzy/page-home.php
pavillonmadeleine.fr/.htaccess

index 25107f9317fd173e9c991794fc6eb7949171c409..97e8c4cebd0707fdc43a391dee0f11e81d763eed 100644 (file)
@@ -9,7 +9,7 @@ $sidebar_1                              = get_post_meta( $post->ID, 'yc_page_sidebar_1_content', true );
 $thumbnail_sidebar_1   = get_post_meta( $post->ID, 'yc_page_thumbnail_sidebar_1_content', true );
 ?>
 
-<div class="motopress-wrapper content-holder clearfix">
+<div class="motopress-wrapper content-holder clearfix" style="padding-bottom: 0">
        <div class="container-fluid container-fluid-couzy">
                <div class="row-fluid">
                        <div class="<?php echo apply_filters( 'cherry_home_layout', 'span12' ); ?>" data-motopress-type="static" data-motopress-static-file="static/static-slider.php">
@@ -43,6 +43,16 @@ $thumbnail_sidebar_1         = get_post_meta( $post->ID, 'yc_page_thumbnail_sidebar_1_c
                        </div>
                </div>
        </div>
+       <div class="container-fluid container-fluid-couzy container-gallery" style="margin-top: 20px;padding-bottom: 300px">
+               <div class="container container-couzy">
+                       <div class="container-fluid container-fluid-couzy">
+                               <div class="row-fluid">
+                                       <h1>Galerie</h1>
+                                       <?php echo do_shortcode('[wonderplugin_gallery id="2"]'); ?>
+                               </div>
+                       </div>
+               </div>
+       </div>
 </div>
 
 <?php get_footer(); ?>
\ No newline at end of file
index 763ddf257c42ff561b382b8a6c2d9c5762945e5c..23aa9729b0fb7b8d03ee2833e6da71c632b1b15e 100644 (file)
@@ -1,6 +1,9 @@
 <IfModule mod_rewrite.c>
        RewriteCond %{HTTPS} off
     RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
+       
+       RewriteCond %{HTTP_HOST} www.pavillonmadeleine.fr
+       RewriteRule ^(.*)$ https://www.lepavillondacote.fr/$1 [R=301,L]
 </IfModule>
 
 # BEGIN W3TC Browser Cache
 RewriteEngine On
 RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
 RewriteBase /
-
-RewriteCond %{HTTP_HOST} www.pavillonmadeleine.fr [OR]
-RewriteCond %{HTTP_HOST} pavillonmadeleine.fr
-RewriteRule ^(.*)$ https://www.lepavillondacote.fr/$1 [R=301,L]
-
 RewriteRule ^index\.php$ - [L]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d