- WordPress :4.7
- Statut : non résolu
- Ce sujet contient 0 réponse, 1 participant et a été mis à jour pour la dernière fois par
elo07, le il y a 8 années et 3 mois.
-
AuteurMessages
-
31 janvier 2017 à 15 h 55 min #1617661
Bonjour,
Ma configuration WP actuelle
- Version de PHP/MySQL : ?
- Thème utilisé : chiro-pro-child
- Extensions en place : Slider, TablePRess
- Nom de l’hébergeur : 1and1
- Adresse du site : annecartier.com
Problème(s) rencontré(s) :
Bonjour,
après avoir repris mon site dans son intégralité, je suis sous WP 4.7.2 et j’ai dû trouver un extention slider compatible, d’où le choix de SLIDER.
Pour l’instant, tout va bien, j’ai pu intégrer un diapo sur la page d’accueil à la place de l’iumage fixe, mais le diapo se met au 1er plan et ne permet pas de sélectionner un sous menu…
Comment faire pour passer ce slide en arrière plan SVP ?
voici le code de mon fichier FrontPage.php:
<?php if ( ‘posts’ == get_option( ‘show_on_front’ ) ) {
include( get_home_template() );
} else { ?>
<?php get_header(‘frontpage’) ?>
<div id= »image-box-row »>
<div id= »main-image-box »>
<?php echo do_shortcode(« [huge_it_slider id=’2′] »); ?>
</div>
<div class= »right-front-page-boxes »>
<div id= »top »>
« ><?php echo get_theme_mod(‘top_box_header’, __(‘Set an Appointment’ , ‘chiro-pro’)); ?>» alt= »news.gif » align= »absmiddle »/><br><span><?php echo get_theme_mod(‘top_box_sub_header’, __(‘Request your appointment online’ , ‘chiro-pro’)); ?></span>
</div>
« ><?php echo get_theme_mod(‘second_box_header’, __(‘New Patient Forms’ , ‘chiro-pro’)); ?><br><span><?php echo get_theme_mod(‘second_box_sub_header’, __(‘Print them ahead of time’ , ‘chiro-pro’)); ?></span>
« ><?php echo get_theme_mod(‘third_box_header’, __(‘Latest News’ , ‘chiro-pro’)); ?><br><span><?php echo get_theme_mod(‘third_box_sub_header’, __(‘Promotions, Coupons, News’ , ‘chiro-pro’)); ?></span>
« ><?php echo get_theme_mod(‘fourth_box_header’, __(‘Location and Hours’ , ‘chiro-pro’)); ?><br><span><?php echo get_theme_mod(‘fourth_box_sub_header’, __(‘Maps and driving directions’ , ‘chiro-pro’)); ?></span>
</div>
</div>
<div class= »front-page-columns-row »>
<div class= »front-page-columns » id= »left »>
« >
<?php if ( get_theme_mod(‘left_column_image’, get_template_directory_uri() . ‘/images/left-column-image.jpg’) ) : ?>
» alt= »left-column-image » />
<?php endif; ?>
<h2><?php echo get_theme_mod(‘left_column_header’, __(‘Location / Directions’ , ‘chiro-pro’)); ?></h2>
<p><?php echo get_theme_mod(‘left_column_sub_header’, __(‘Here you can use Google maps to get detailed directions from your home or office.’ , ‘chiro-pro’)); ?></p>
</div>
<div class= »front-page-columns » id= »middle »>
« >
<?php if ( get_theme_mod(‘middle_column_image’, get_template_directory_uri() . ‘/images/middle-column-image.jpg’) ) : ?>
» alt= »middle-column-image » />
<?php endif; ?>
<h2><?php echo get_theme_mod(‘middle_column_header’, __(‘About Us’ , ‘chiro-pro’)); ?></h2>
<p><?php echo get_theme_mod(‘middle_column_sub_header’, __(‘Learn about the doctor and clinic here’ , ‘chiro-pro’)); ?></p>
</div>
<div class= »front-page-columns » id= »right »>
« >
<?php if ( get_theme_mod(‘right_column_image’, get_template_directory_uri() . ‘/images/right-column-image.jpg’) ) : ?>
» alt= »right-column-image » />
<?php endif; ?>
<h2><?php echo get_theme_mod(‘right_column_header’, __(‘Office Hours’ , ‘chiro-pro’)); ?></h2>
<p><?php echo get_theme_mod(‘right_column_sub_header’, __(‘Learn about our office hours here’ , ‘chiro-pro’)); ?></p>
</div>
</div>
<div class= »single-column »>
<?php if ( have_posts() ) : ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, ‘page’ ); ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php get_footer(); ?>
<?php
}; ?> -
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.