diff --git a/acf-json/group_5af2062235702.json b/acf-json/group_5af2062235702.json
index 63bc136..86d3414 100644
--- a/acf-json/group_5af2062235702.json
+++ b/acf-json/group_5af2062235702.json
@@ -511,9 +511,9 @@
"return_format": "url"
},
{
- "key": "field_6056860035827",
- "label": "Second action text",
- "name": "second_action_text",
+ "key": "field_6056860935828",
+ "label": "Second action embed",
+ "name": "second_action_embed",
"type": "text",
"instructions": "",
"required": 0,
@@ -528,21 +528,6 @@
"prepend": "",
"append": "",
"maxlength": ""
- },
- {
- "key": "field_6056860935828",
- "label": "Second action link",
- "name": "second_action_link",
- "type": "link",
- "instructions": "",
- "required": 0,
- "conditional_logic": 0,
- "wrapper": {
- "width": "",
- "class": "",
- "id": ""
- },
- "return_format": "url"
}
],
"min": "",
@@ -748,5 +733,5 @@
"hide_on_screen": "",
"active": true,
"description": "",
- "modified": 1616283428
+ "modified": 1616364455
}
\ No newline at end of file
diff --git a/components/jewish-languages.php b/components/jewish-languages.php
index da2ef49..6ca0f26 100644
--- a/components/jewish-languages.php
+++ b/components/jewish-languages.php
@@ -1,4 +1,4 @@
-
+
';
- // calls-to-action
-
} elseif ( get_row_layout() == 'languages' ){
// languages layout variables
$header_text = get_sub_field('header_text');
@@ -50,14 +52,38 @@
// featured videos variables
$header_text = get_sub_field('header_text');
$copy_text = get_sub_field('copy_text');
+ $videos = get_sub_field('videos');
echo '
'.
'
'.$header_text.'
'.
$copy_text.
'';
- // videos link
+ if( $videos ) {
+ foreach( $videos as $post ){
+ setup_postdata( $post );
+
+ if ( get_field('video_title') ) {
+ $video_title = get_field('video_title');
+ } else {
+ $video_title = get_the_title($post);
+ }
+ $video_permalink = get_the_permalink();
+ $video_thumbnail = get_field('video_thumbnail');
+ $featured_languages = get_field('featured_languages');
+ $video_description = get_field('video_description');
+ $dropbox_link = get_field('dropbox_link');
+ $youtube_link = get_field('youtube_link');
+ $wikimedia_commons_link = get_field('wikimedia_commons_link');
+ $video_license = get_field('video_license');
+ $license_link = get_field('license_link');
+ $attribution_statement = get_field('attribution');
+
+ include( locate_template('components/video-preview.php') );
+ }
+ wp_reset_postdata();
+ }
}
}
}
diff --git a/stylus/main.css b/stylus/main.css
index e73d289..f9d3a85 100644
--- a/stylus/main.css
+++ b/stylus/main.css
@@ -2602,3 +2602,60 @@ body.post-type-archive-projects .wt_section:last-of-type {
margin: auto !important;
}
}
+.single-projects__jewish .wt_content-block {
+ width: 90%;
+ max-width: 600px;
+ margin: 90px auto 0;
+}
+.single-projects__jewish .wt_content-block p {
+ line-height: 3.6rem;
+}
+.single-projects__jewish .wt_content-block:first-of-type {
+ margin-top: 180px;
+}
+.single-projects__jewish .wt_content-block .wt_primary-action {
+ display: inline-block;
+ width: 48%;
+ max-width: 500px;
+ margin: 30px 4% 30px 0;
+ background: #20597a;
+ border: 5px solid #20597a;
+ padding: 25px;
+ box-sizing: border-box;
+ border-radius: 60px;
+ text-align: center;
+ font-size: 1.5rem;
+ color: #fff;
+ font-family: objektiv-mk1, sans-serif;
+ font-weight: 500;
+ text-transform: uppercase;
+ font-size: 2.8rem;
+}
+.single-projects__jewish .wt_content-block .giveforms-donation-button {
+ display: inline-block;
+ width: 48%;
+ max-width: 500px;
+ border: 5px solid #20597a;
+ padding: 25px;
+ box-sizing: border-box;
+ border-radius: 60px;
+ text-align: center;
+ font-size: 1.5rem;
+ color: #20597a;
+ font-family: objektiv-mk1, sans-serif;
+ font-weight: 500;
+ text-transform: uppercase;
+ font-size: 2.8rem;
+}
+.single-projects__jewish .wt_donate {
+ padding: 90px 0;
+}
+@media all and (max-width: 979px) {
+ .single-projects__jewish .wt_content-block h1 br {
+ display: none;
+ }
+ .single-projects__jewish .wt_content-block .wt_primary-action,
+ .single-projects__jewish .wt_content-block .giveforms-donation-button {
+ font-size: 1.4rem;
+ }
+}
diff --git a/stylus/require/components/all.styl b/stylus/require/components/all.styl
index 896ee29..fcc2b1e 100644
--- a/stylus/require/components/all.styl
+++ b/stylus/require/components/all.styl
@@ -11,4 +11,5 @@
@require "seedbank-donors"
@require "donate-module"
@require "feature"
-@require "language-revitalization"
\ No newline at end of file
+@require "language-revitalization"
+@require "jewish-languages"
\ No newline at end of file
diff --git a/stylus/require/components/jewish-languages.styl b/stylus/require/components/jewish-languages.styl
new file mode 100644
index 0000000..fb4682c
--- /dev/null
+++ b/stylus/require/components/jewish-languages.styl
@@ -0,0 +1,58 @@
+.single-projects__jewish
+ .wt_content-block
+ width 90%
+ max-width 600px
+ margin $margin3 auto 0
+
+ p
+ line-height 3.6rem
+
+ &:first-of-type
+ margin-top $margin5
+
+ .wt_primary-action
+ display inline-block
+ width 48%
+ max-width 500px
+ margin $margin1 4% $margin1 0
+ background $interactive
+ border 5px solid $interactive
+ padding 25px
+ box-sizing border-box
+ border-radius 60px
+ text-align center
+ font-size 1.5rem
+ color $white
+ font-family objektiv-mk1, sans-serif
+ font-weight 500
+ text-transform uppercase
+ font-size 2.8rem
+
+ .giveforms-donation-button
+ display inline-block
+ width 48%
+ max-width 500px
+ border 5px solid $interactive
+ padding 25px
+ box-sizing border-box
+ border-radius 60px
+ text-align center
+ font-size 1.5rem
+ color $interactive
+ font-family objektiv-mk1, sans-serif
+ font-weight 500
+ text-transform uppercase
+ font-size 2.8rem
+
+ .wt_donate
+ padding $margin3 0
+
+@media all and ( max-width: $mobile )
+ .single-projects__jewish
+ .wt_content-block
+ h1 br
+ display none
+
+ .wt_primary-action,
+ .giveforms-donation-button
+ font-size 1.4rem
\ No newline at end of file