Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
34c42243
authored
2023-11-13 15:05:57 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
cb880ab6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
wp-config.php
wp-content/themes/msf-child/blocks/carousel/carousel.php
wp-config.php
View file @
34c4224
...
...
@@ -42,7 +42,7 @@ define( 'DB_COLLATE', '' );
define
(
'WP_MEMORY_LIMIT'
,
'256M'
);
ini_set
(
'memory_limit'
,
'256M'
);
ini_set
(
'
max_execution_time'
,
'5000
'
);
ini_set
(
'
MAX_EXECUTION_TIME'
,
'-1
'
);
/**#@+
* Authentication unique keys and salts.
...
...
wp-content/themes/msf-child/blocks/carousel/carousel.php
View file @
34c4224
...
...
@@ -134,7 +134,6 @@ $carousel_style = get_field('carousel_style');
<div
class=
'swiper-wrapper'
>
<?php
while
(
the_repeater_field
(
'promo_items'
)
)
:
?>
<?php
$page
=
get_sub_field
(
'pdf'
);
error_log
(
print_r
(
$page
,
true
));
?>
<div
class=
"swiper-slide"
>
<div
class=
"carousel-content"
>
...
...
Please
register
or
sign in
to post a comment