File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.5.9
2+
3+ - Use images from Site Options
4+
15## 1.5.8
26
37- Testimonial block and login logo
Original file line number Diff line number Diff line change 88 */
99
1010// Site Footer Custom Fields
11- // $logo = wp_get_attachment_image_src(get_field('footer_logo', 'option'), 'footer_logo');
12- $ logo = get_theme_file_uri ('assets/img/logo-monogram-black.svg ' );
11+ $ logo = wp_get_attachment_image_src (get_field ('footer_logo ' , 'option ' ), 'footer_logo ' )[ 0 ] ;
12+ // $logo = get_theme_file_uri('assets/img/logo-monogram-black.svg');
1313$ contact = get_field ('footer_contact ' , 'option ' );
1414$ socialHeadline = get_field ('footer_social_menu_headline ' , 'option ' );
1515$ copyright = get_field ('footer_copyright_text ' , 'option ' ); ?>
Original file line number Diff line number Diff line change 88 */
99
1010// Site Header Custom Fields
11- // $logo = wp_get_attachment_image_src(get_field('header_logo', 'option'), 'header_logo');
12- $ logo = get_theme_file_uri ('assets/img/logo-black.svg ' ); ?>
11+ $ logo = wp_get_attachment_image_src (get_field ('header_logo ' , 'option ' ), 'header_logo ' )[ 0 ] ;
12+ // $logo = get_theme_file_uri('assets/img/logo-black.svg'); ?>
1313
1414<header class="site-header">
1515 <div class="container">
Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ function custom_editor_styles() {
265265 // Customize Wordpress Admin
266266 // add login logo
267267 function custom_loginlogo () {
268- // $logo = wp_get_attachment_image_src(get_field('header_logo', 'option'), 'header_logo');
269- $ logo = get_theme_file_uri ('assets/img/logo-black.svg ' );
268+ $ logo = wp_get_attachment_image_src (get_field ('header_logo ' , 'option ' ), 'header_logo ' )[ 0 ] ;
269+ // $logo = get_theme_file_uri('assets/img/logo-black.svg');
270270
271271 echo '<style type="text/css">
272272 .login {
Original file line number Diff line number Diff line change 11{
22 "name" : " f1-mission-bit" ,
3- "version" : " 1.5.8 " ,
3+ "version" : " 1.5.9 " ,
44 "scripts" : {
55 "build" : " yarn test && yarn format && NODE_ENV=production gulp build && yarn build-js && yarn build-scss" ,
66 "build-js" : " parcel build ./assets/js/theme.js --out-dir ./dist/ --no-content-hash --log-level 4 --public-url ./ --no-cache" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Theme URI: https://github.com/missionbit/f1-mission-bit
44Author: Factor1 Studios
55Author URI: https://factor1studios.com
66Description: A custom WordPress theme for Mission Bit developed by Factor1
7- Version: 1.5.8
7+ Version: 1.5.9
88License: GPL-3.0
99License URI:
1010Text Domain:
You can’t perform that action at this time.
0 commit comments