qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
2 changed files
with
2 additions
and
3 deletions
| ... | @@ -42,7 +42,7 @@ define( 'DB_COLLATE', '' ); | ... | @@ -42,7 +42,7 @@ define( 'DB_COLLATE', '' ); |
| 42 | 42 | ||
| 43 | define('WP_MEMORY_LIMIT', '256M'); | 43 | define('WP_MEMORY_LIMIT', '256M'); |
| 44 | ini_set('memory_limit', '256M'); | 44 | ini_set('memory_limit', '256M'); |
| 45 | ini_set('max_execution_time', '5000'); | 45 | ini_set('MAX_EXECUTION_TIME', '-1'); |
| 46 | 46 | ||
| 47 | /**#@+ | 47 | /**#@+ |
| 48 | * Authentication unique keys and salts. | 48 | * Authentication unique keys and salts. | ... | ... |
| ... | @@ -133,8 +133,7 @@ $carousel_style = get_field('carousel_style'); | ... | @@ -133,8 +133,7 @@ $carousel_style = get_field('carousel_style'); |
| 133 | <div class=" carousel-items promo-carousel pdf-carousel"> | 133 | <div class=" carousel-items promo-carousel pdf-carousel"> |
| 134 | <div class='swiper-wrapper'> | 134 | <div class='swiper-wrapper'> |
| 135 | <?php while( the_repeater_field('promo_items') ): ?> | 135 | <?php while( the_repeater_field('promo_items') ): ?> |
| 136 | <?php $page = get_sub_field('pdf'); | 136 | <?php $page = get_sub_field('pdf'); |
| 137 | error_log(print_r($page, true)); | ||
| 138 | ?> | 137 | ?> |
| 139 | <div class="swiper-slide"> | 138 | <div class="swiper-slide"> |
| 140 | <div class="carousel-content"> | 139 | <div class="carousel-content"> | ... | ... |
-
Please register or sign in to post a comment