fr
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
3 changed files
with
4 additions
and
4 deletions
| ... | @@ -58,7 +58,7 @@ $carousel_style = get_field('carousel_style'); | ... | @@ -58,7 +58,7 @@ $carousel_style = get_field('carousel_style'); |
| 58 | <img src="<?php echo $image; ?>" alt="<?php echo $img_alt ?>" loading="eager"> | 58 | <img src="<?php echo $image; ?>" alt="<?php echo $img_alt ?>" loading="eager"> |
| 59 | </div> | 59 | </div> |
| 60 | <div class="col-lg-8 col-md-8 col-sm-12"> | 60 | <div class="col-lg-8 col-md-8 col-sm-12"> |
| 61 | <div class="promo-text"><?php echo get_the_excerpt($page->ID); ?> <a class="understrap-read-more-link" href="<?php echo get_permalink($page->ID);?>">READ MORE</a></div> | 61 | <div class="promo-text"><?php echo get_the_excerpt($page->ID); ?> <a class="understrap-read-more-link" href="<?php echo get_permalink($page->ID);?>"><?= __('READ MORE', 'msf') ?></a></div> |
| 62 | </div> | 62 | </div> |
| 63 | </div> | 63 | </div> |
| 64 | </div> | 64 | </div> | ... | ... |
| ... | @@ -17,7 +17,7 @@ function advance_search($atts){ | ... | @@ -17,7 +17,7 @@ function advance_search($atts){ |
| 17 | <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> | 17 | <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> |
| 18 | </div> | 18 | </div> |
| 19 | <div class="modal-body"> | 19 | <div class="modal-body"> |
| 20 | <?php echo do_shortcode('[searchandfilter id="'.$search_id.'"]'); ?> | 20 | <?php echo do_shortcode('[searchandfilter slug="'.$search_id.'"]'); ?> |
| 21 | <div class="searching-loading"> Searching... | 21 | <div class="searching-loading"> Searching... |
| 22 | <div class="spinner-border text-danger" role="status"> | 22 | <div class="spinner-border text-danger" role="status"> |
| 23 | <span class="visually-hidden" >...</span> | 23 | <span class="visually-hidden" >...</span> | ... | ... |
| ... | @@ -17,7 +17,7 @@ get_header(); | ... | @@ -17,7 +17,7 @@ get_header(); |
| 17 | <div class="<?php echo esc_attr( $container ); ?> container search-content" id="content" tabindex="-1"> | 17 | <div class="<?php echo esc_attr( $container ); ?> container search-content" id="content" tabindex="-1"> |
| 18 | <h1 class="sh1"><?php _e("Search results for:", 'msf'); ?></h1> | 18 | <h1 class="sh1"><?php _e("Search results for:", 'msf'); ?></h1> |
| 19 | <?php //get_search_form() ?> | 19 | <?php //get_search_form() ?> |
| 20 | <?php echo do_shortcode('[searchandfilter slug="top-search"]'); echo do_shortcode('[advance-search search_id="399"]'); ?> | 20 | <?php echo do_shortcode('[searchandfilter slug="top-search"]'); echo do_shortcode('[advance-search search_id="advanced-search"]'); ?> |
| 21 | <button class="btn btn-primary filter" data-bs-toggle="collapse" data-bs-target="#search-sidebar" role="button" aria-expanded="false" aria-controls="search-sidebar" > | 21 | <button class="btn btn-primary filter" data-bs-toggle="collapse" data-bs-target="#search-sidebar" role="button" aria-expanded="false" aria-controls="search-sidebar" > |
| 22 | <?php _e("SORT AND FILTER", 'msf'); ?> | 22 | <?php _e("SORT AND FILTER", 'msf'); ?> |
| 23 | </button> | 23 | </button> |
| ... | @@ -31,7 +31,7 @@ get_header(); | ... | @@ -31,7 +31,7 @@ get_header(); |
| 31 | </div> | 31 | </div> |
| 32 | <main class="col-sm-12 col-md-9 content-area site-main search-result" id="main"> | 32 | <main class="col-sm-12 col-md-9 content-area site-main search-result" id="main"> |
| 33 | 33 | ||
| 34 | <?php echo do_shortcode('[searchandfilter id="112" action="filter_next_query"]'); ?> | 34 | <?php echo do_shortcode('[searchandfilter slug="112" action="filter_next_query"]'); ?> |
| 35 | <?php if ( have_posts() ) : | 35 | <?php if ( have_posts() ) : |
| 36 | global $wp_query; | 36 | global $wp_query; |
| 37 | 37 | ... | ... |
-
Please register or sign in to post a comment