09432036 by Jeff Balicki

file upload and fr footer

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a4c57b95
......@@ -19964,13 +19964,13 @@ ul.sf_date_field .sf-datepicker {
text-align: left;
}
#menu-footer-french,
#menu-footer-french-fr,
#menu-footer {
list-style: none;
margin-left: 0rem;
padding-left: 0rem;
}
#menu-footer-french li,
#menu-footer-french-fr li,
#menu-footer li {
margin-bottom: 0rem;
padding-bottom: 0rem;
......@@ -19979,12 +19979,12 @@ ul.sf_date_field .sf-datepicker {
padding-right: 0px;
}
@media only screen and (max-width: 48.875rem) {
#menu-footer-french li,
#menu-footer-french-fr li,
#menu-footer li {
display: block;
}
}
#menu-footer-french li a,
#menu-footer-french-fr li a,
#menu-footer li a {
color: #000;
font-size: 16px;
......@@ -19992,12 +19992,12 @@ ul.sf_date_field .sf-datepicker {
font-weight: 400;
text-decoration: none;
}
#menu-footer-french li a:hover,
#menu-footer-french-fr li a:hover,
#menu-footer li a:hover {
color: #000;
text-decoration: underline;
}
#menu-footer-french li::after,
#menu-footer-french-fr li::after,
#menu-footer li::after {
content: "|";
display: inline-block;
......@@ -20005,12 +20005,12 @@ ul.sf_date_field .sf-datepicker {
padding-right: 10px;
}
@media only screen and (max-width: 48.875rem) {
#menu-footer-french li::after,
#menu-footer-french-fr li::after,
#menu-footer li::after {
content: "";
}
}
#menu-footer-french li:last-of-type::after,
#menu-footer-french-fr li:last-of-type::after,
#menu-footer li:last-of-type::after {
display: none;
}
......
This diff could not be displayed because it is too large.
......@@ -19,8 +19,13 @@ class SYNC_FILES {
update_field('document_link', $extracted_data['link'], $post_id);
update_field('description', $extracted_data['description'], $post_id);
$set_language_args = array(
'element_id' => $post_id,
'element_type' => 'post_attachment',
'language_code' => strtolower($extracted_data['wmpl'])
);
apply_filters( 'wpml_set_element_language_details', null, $set_language_args );
wp_set_post_terms($post_id,implode(",",$extracted_data['tags']), 'post_tag');
wp_set_post_terms($post_id,$extracted_data['category'], 'categories');
wp_set_post_terms($post_id,$extracted_data['continent'], 'continent');
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -28,7 +28,7 @@
text-align: left;
}
#menu-footer-french,
#menu-footer-french-fr,
#menu-footer{
list-style: none;
margin-left: 0rem;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.519
Version: 1.0.520
*/
......