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
be634f2c
authored
2023-11-13 17:21:41 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
eee
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
befac370
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
wp-content/themes/msf-child/blocks/carousel-mixed/carousel.php
wp-content/themes/msf-child/blocks/carousel/carousel.php
wp-content/themes/msf-child/blocks/carousel-mixed/carousel.php
View file @
be634f2
...
...
@@ -69,7 +69,7 @@ $ran = getName();
<?php
$page
=
get_sub_field
(
"pdf"
);
?>
<div
class=
"swiper-slide"
>
<div
class=
"carousel-content"
>
<a
href=
"
<?php
echo
$page
;
?>
"
class=
"pdf_open"
>
<a
href=
"
<?php
echo
$page
;
?>
"
target=
"_blank"
class=
"pdf_open"
>
<div
class=
"promo-image pdf"
>
<?php
$image
=
get_sub_field
(
"place_holder"
);
...
...
@@ -95,7 +95,7 @@ $ran = getName();
<?php
$page
=
get_sub_field
(
"outside_url"
);
?>
<div
class=
"swiper-slide"
>
<div
class=
"carousel-content"
>
<a
href=
"
<?php
echo
$page
;
?>
"
>
<a
href=
"
<?php
echo
$page
;
?>
"
target=
"_blank"
>
<div
class=
"promo-image "
>
<?php
$image
=
get_sub_field
(
"place_holder"
);
...
...
wp-content/themes/msf-child/blocks/carousel/carousel.php
View file @
be634f2
...
...
@@ -137,7 +137,7 @@ $ran = getName();
?>
<div
class=
"swiper-slide"
>
<div
class=
"carousel-content"
>
<a
href=
"
<?php
echo
$page
[
'link'
]
?>
"
class=
"pdf_open"
>
<a
href=
"
<?php
echo
$page
[
'link'
]
?>
"
target=
"_blank"
class=
"pdf_open"
>
<div
class=
"promo-image pdf"
>
<?php
$image
=
get_sub_field
(
'place_holder'
);
if
(
!
$image
){
...
...
Please
register
or
sign in
to post a comment